www.glamazone.lk Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: https://glamazone.lk/
Effective URL: https://www.glamazone.lk/
Submission Tags: falconsandbox
Submission: On September 21 via api from US — Scanned from CA

Form analysis 45 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="predictive__search--drawer--form-inner">
    <div class="search__input_field input__field_form">
      <label class="visually-hidden" for="Search-In-Modal">Search our store</label>
      <input class="search__input input__field" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search our store" role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list"
        aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
      <input type="hidden" name="options[prefix]" value="last">
      <button type="reset" class="reset__button field__button hidden" aria-label="Reset">
        <svg class="icon icon-close" aria-hidden="true" focusable="false">
          <use xlink:href="#icon-reset">
          </use>
        </svg>
      </button>
      <button class="search__button input__field_form_button popup__search--button" aria-label="Search our store">
        <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
          <use href="#icon-search">
          </use>
        </svg>
      </button>
    </div>
    <button type="button" class="modal__close-button link link--text focus-inset" id="search__close_btn" aria-label="Close">
      <svg class="icon icon-close" aria-hidden="true" focusable="false">
        <use href="#icon-close">
        </use>
      </svg>
    </button>
  </div>
  <div class="popular__search--history">
    <div class="popular__search--tags">
      <h4 class="popular__search--title">Popular searches:</h4>
      <ul class="d-flex flex-wrap popular__search--tag-list">
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Face+Wash"> Face Wash </a>
          <br>
        </li>
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Conditioner">  Conditioner </a>
          <br>
        </li>
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Body+Lotion">  Body Lotion </a>
          <br>
        </li>
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Skin">  Skin </a>
          <br>
        </li>
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Shampoo">  Shampoo </a>
          <br>
        </li>
        <li class="popular__search--tag--item">
          <a class="popular__search--tag--link" href="/search?type=product&amp;options%5Bunavailable_products%5D=last&amp;options%5Bprefix%5D=last&amp;&amp;q=Scrubs">  Scrubs </a>
          <br>
        </li>
      </ul>
    </div>
    <div class="popular__search--tags">
      <h4 class="popular__search--title">Most searched products:</h4>
      <ul id="predictive-search-results-products-list" class="predictive-search__results-list list-unstyled" role="group" aria-labelledby="predictive-search-products"></ul>
    </div>
  </div>
  <div class="predictive-search predictive-search--header predictive-search-drawer-result" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form action="/cart" method="post" id="cart" class="w-100">
  <div class="js-contents">
    <div id="cart-notification-product">
      <style>
        .shipping__threshold--color {
          --shipping-bar-color: #ee2761;
        }

        .cart__shipping--threshold:not(.cart-items-free--shipping-bar) {
          padding: 0 3rem 2rem 0;
        }

        .shipping--bar-message {
          margin-bottom: 1rem;
        }

        .percent_shipping_bar_wrapper {
          border-radius: 5px;
          margin-bottom: 1.2rem;
          position: relative;
          height: 0.8rem;
          background: rgba(var(--color-foreground), 0.15);
        }

        .percent_shipping_bar {
          display: block;
          height: 100%;
          position: relative;
          border-radius: 5px;
          transition: all .4s;
          animation: 5s linear infinite progress;
          background-color: var(--shipping-bar-color);
          -webkit-background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
          -moz-background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
          -ms-background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
          background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
          background-size: 40px 40px;
        }

        .free-shipping--icon-wrapper {
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          border: 1px solid var(--shipping-bar-color);
          transition: all .4s;
          background: #fff;
          position: absolute;
          right: -15px;
          top: 50%;
          transform: translate(50%, -50%);
          margin-top: -1px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
        }

        .free-shipping--icon {
          width: 1.5rem;
          color: var(--shipping-bar-color);
        }

        @-moz-keyframes progress {
          from {
            background-position: 0 0
          }

          to {
            background-position: -60px -60px
          }
        }

        @-ms-keyframes progress {
          from {
            background-position: 0 0
          }

          to {
            background-position: -60px -60px
          }
        }

        @-o-keyframes progress {
          from {
            background-position: 0 0
          }

          to {
            background-position: -60px -60px
          }
        }

        @keyframes progress {
          from {
            background-position: 0 0
          }

          to {
            background-position: -60px -60px
          }
        }

        .cart__shipping--threshold.cart-items-free--shipping-bar {
          margin-top: 0;
          margin-bottom: 3rem;
        }
      </style>
      <div class="cart__shipping--threshold shipping__threshold--color ">
        <div class="cart__shipping--threshold-inner">
          <div class="shipping--bar-message">
            <span> Rs 7,500.00 LKR</span> away from Free Standard Shipping.
          </div>
          <div class="percent_shipping_bar_wrapper">
            <div class="percent_shipping_bar" style="width: 0%;">
              <span class="free-shipping--icon-wrapper">
                <svg class="free-shipping--icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                  <rect x="1" y="3" width="15" height="13"></rect>
                  <polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon>
                  <circle cx="5.5" cy="18.5" r="2.5"></circle>
                  <circle cx="18.5" cy="18.5" r="2.5"></circle>
                </svg>
              </span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49240221614355">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49240221614355">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664462356755">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664462356755">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49273260933395">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49273260933395">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49396136837395">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49396136837395">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49510059016467">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49510059016467">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664053707027">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664053707027">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49674243309843">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49674243309843">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49297850728723">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49297850728723">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49248313016595">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49248313016595">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49298244829459">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49298244829459">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49401444335891">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49401444335891">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49238552281363">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49238552281363">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49572450533651">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49572450533651">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49510008914195">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49510008914195">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49572435067155">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49572435067155">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49518100971795">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn button product__card--style2 ">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49518100971795">
  <button type="submit" name="add" class="product__card--action-btn product__card--cart-btn   product--tooltip">
    <span class="action__btn--svg">
      <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
        <rect fill="none" height="256" width="256"></rect>
        <circle cx="80" cy="216" r="16"></circle>
        <circle cx="184" cy="216" r="16"></circle>
        <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
      </svg>
    </span>
    <span class="cart__buton--label">Add to cart </span>
    <div class="product--tooltip-label tooltip--top  desktop--tooltip-disable"> Add to cart </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664055410963">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49240221614355">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664053510419">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49666398454035">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49664053707027">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49510059016467">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49508661854483">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49238557098259">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49508683514131">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" data-type="add-to-cart-form">
  <input type="hidden" name="id" value="49518094844179">
  <button type="submit" name="add" class="deals--product-cart-button link with--icon button--not-underline ">
    <svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
      <rect fill="none" height="256" width="256"></rect>
      <circle cx="80" cy="216" r="16"></circle>
      <circle cx="184" cy="216" r="16"></circle>
      <path d="M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
    </svg>
    <span class="cart__buton--label">Add to cart </span>
  </button>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <div class="newsletter-form__field-wrapper">
    <div class="input__field_form">
      <span class="newsletter__mail--icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"
          class="feather feather-mail">
          <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
          <polyline points="22,6 12,13 2,6"></polyline>
        </svg>
      </span>
      <input id="NewsletterForm--sections--22895742255379__footer" type="email" name="contact[email]" class="input__field" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Enter your email"
        required="">
      <button type="submit" class="input__field_form_button newsletter__subscribe--button" name="commit" id="Subscribe" aria-label="Subscribe">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right">
          <line x1="5" y1="12" x2="19" y2="12"></line>
          <polyline points="12 5 19 12 12 19"></polyline>
        </svg>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content

FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
FREE DELIVERY ON ORDERS ABOVE RS 7500
FREE GIFTS ON EVERY ORDER
SECURE PAYMENT METHODS
Facebook Instagram TikTok
Sign up and get additional 5% off


 * Home
 * Shop
    * MAKEUP
      * Concealers
      * Foundations
      * BB Creams
      * Powders
      * Primers
    * FACE CARE
      * Face Wash
      * Day Creams
      * Night Creams
      * Moisturisers
      * Soaps
      * Sunscreams
    * BODY CARE
      * Lotions
      * Creams
      * Scrubs
    * EYE CARE
      * Eyeliners
      * Mascara
      * Eye Shadow
      * Kajal
    * HAIR CARE
      * Shampoo
      * Conditioners
      * Hair Oils
      * Hair Tonics
      * Hair Sprays
      * Hair Creams
      * Hair Wax
      * Styling Powder
   
   
 * Collections
   
   
   SKIN CARE
   
   242 Items
   
   
   BODY CARE
   
   157 Items
   
   
   HAIR CARE
   
   52 Items
   
   
   MAKEUP
   
   1 Items
   
   
   FRAGRANCES & TOILETRIES
   
   64 Items
   
   
   FOR MEN
   
   43 Items
 * Brands
 * About Us
 * Contact

Log in 0 0
00 items
Search our store

POPULAR SEARCHES:

 * Face Wash
   
 * Conditioner
   
 * Body Lotion
   
 * Skin
   
 * Shampoo
   
 * Scrubs
   

MOST SEARCHED PRODUCTS:



ITEM ADDED TO YOUR CART


YOUR CART IS CURRENTLY EMPTY.

Return to shop
Rs 7,500.00 LKR away from Free Standard Shipping.

Note

ORDER SPECIAL INSTRUCTIONS


Apply Cancel
Coupon

APPLY A DISCOUNT CODE


Save Cancel
Can't be blank coupon code!


SUBTOTAL

Rs 0.00 LKR


Taxes and shipping calculated at checkout
View cart
Check out
close
 * Home
 * Shop
   * MAKEUP
     * Concealers
     * Foundations
     * BB Creams
     * Powders
     * Primers
   * FACE CARE
     * Face Wash
     * Day Creams
     * Night Creams
     * Moisturisers
     * Soaps
     * Sunscreams
   * BODY CARE
     * Lotions
     * Creams
     * Scrubs
   * EYE CARE
     * Eyeliners
     * Mascara
     * Eye Shadow
     * Kajal
   * HAIR CARE
     * Shampoo
     * Conditioners
     * Hair Oils
     * Hair Tonics
     * Hair Sprays
     * Hair Creams
     * Hair Wax
     * Styling Powder
 * Collections
 * Brands
 * About Us
 * Contact
 * Wishlist 0
 * Compare 0

 * Wishlist 0

MY ACCOUNT

Person Log in Register




BEAUTY, FOR EVERYONE!

Browse our extensive catalog of products.

Shop now


BEAUTY, FOR EVERYONE!

Browse our extensive catalog of products.

Shop now



THIS WEEK'S OFFER

-19% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


BIOGLOW MOISTURISING CREAM - PAPAYA - 500ML

Regular price Rs 1,580.00
Regular price Rs 1,950.00 Sale price Rs 1,580.00
or pay in 3 x Rs 526.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-29% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


CEARVE ACNE CONTROL CLEANSER - 237ML

Regular price Rs 4,490.00
Regular price Rs 6,290.00 Sale price Rs 4,490.00
or pay in 3 x Rs 1,496.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-29% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


GARNIER BODY LOTION - BRIGHTENING & REPAIRING LEMON ESSENCE - 400ML

Regular price Rs 3,280.00
Regular price Rs 4,640.00 Sale price Rs 3,280.00
or pay in 3 x Rs 1,093.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-29% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


GARNIER SERUM BODY LOTION - SAKURA GLOW - 400ML

Regular price Rs 3,280.00
Regular price Rs 4,640.00 Sale price Rs 3,280.00
or pay in 3 x Rs 1,093.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-26% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


GLUPA SKIN WHITENING SOAP - GLUTATHIONE & PAPAYA - 135G

Regular price Rs 2,180.00
Regular price Rs 2,950.00 Sale price Rs 2,180.00
or pay in 3 x Rs 726.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-31% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


THE ORDINARY ALPHA ARBUTIN 2% + HA SERUM - 30ML

Regular price Rs 3,990.00
Regular price Rs 5,780.00 Sale price Rs 3,990.00
or pay in 3 x Rs 1,330.00 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-40% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


VASELINE GLUTA - HYA SERUM BURST LOTION - DEWY RADIANCE - 330ML

Regular price Rs 3,390.00
Regular price Rs 5,650.00 Sale price Rs 3,390.00
or pay in 3 x Rs 1,130.00 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-24% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


VATIKA HAIR SHAMPOO - REPAIR & RESTORE - HONEY & EGG - 400ML

Regular price Rs 1,650.00
Regular price Rs 2,170.00 Sale price Rs 1,650.00
or pay in 3 x Rs 550.00 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view


SHOP BY COLLECTIONS




FOR MEN

43 Items



FRAGRANCES & TOILETRIES

64 Items



TOOLS & ACCESSORIES

0 Items



GIFTS & SETS

0 Items



SKIN CARE

242 Items



BODY CARE

157 Items



HAIR CARE

52 Items



MAKEUP

1 Items



FOR MEN

43 Items



FRAGRANCES & TOILETRIES

64 Items



TOOLS & ACCESSORIES

0 Items



GIFTS & SETS

0 Items



SKIN CARE

242 Items



BODY CARE

157 Items



HAIR CARE

52 Items



MAKEUP

1 Items



PRODUCT OF THE WEEK

The Ordinary Alpha Arbutin 2% + HA Serum - 30ML

Grab yours before stock clears out!

Shop Now



FEATURED PRODUCTS

-14% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


JUNSUI NATURALS FACE WASH WITH WHITENING - OIL CONTROL CHARCOAL - 100G

Regular price Rs 1,180.00
Regular price Rs 1,380.00 Sale price Rs 1,180.00
or pay in 3 x Rs 393.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-25% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


TRESEMME HAIR CONDITIONER - KERATIN SMOOTH - 400ML

Regular price Rs 1,990.00
Regular price Rs 2,650.00 Sale price Rs 1,990.00
or pay in 3 x Rs 663.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-50% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


INTIMATE MAXIMUM WHITENING BODY LOTION - ADVANCED SKIN CARE - 590ML

Regular price Rs 1,490.00
Regular price Rs 2,960.00 Sale price Rs 1,490.00
or pay in 3 x Rs 496.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-32% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


ST.IVES RENEWING BODY LOTION - COLLAGEN & ELASTIN - 621ML

Regular price Rs 2,690.00
Regular price Rs 3,950.00 Sale price Rs 2,690.00
or pay in 3 x Rs 896.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-29% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


CERAVE MOISTURISING LOTION - FOR DRY & VERY DRY SKIN - 236ML

Regular price Rs 4,490.00
Regular price Rs 6,290.00 Sale price Rs 4,490.00
or pay in 3 x Rs 1,496.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-20% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


RJ BEAUTY BOOSTER WHITENING SOAP - 50G

Regular price Rs 2,950.00
Regular price Rs 3,690.00 Sale price Rs 2,950.00
or pay in 3 x Rs 983.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-29% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


CERAVE SKIN RENEWING EYE CREAM - 14.2G

Regular price Rs 4,490.00
Regular price Rs 6,290.00 Sale price Rs 4,490.00
or pay in 3 x Rs 1,496.66 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view
-21% Sale

Add to wishlist Remove from wishlist
Add to cart
Add to wishlist Remove from wishlist
Add to compare Remove from compare
Quick view


CERAVE RESURFACING RETINOL SERUM - 30ML

Regular price Rs 4,390.00
Regular price Rs 5,590.00 Sale price Rs 4,390.00
or pay in 3 x Rs 1,463.33 with
Unit price /  per 
Add to cart
Add to cart
Add to compare Remove from compare
Quick view



BEST SELLERS

-31% Sale



THE ORDINARY NIACINAMIDE 10% + ZINC 1% - 30ML

Regular price Rs 3,990.00
Regular price Rs 5,780.00 Sale price Rs 3,990.00
or pay in 3 x Rs 1,330.00 with
Unit price /  per 
Add to cart
-19% Sale



BIOGLOW MOISTURISING CREAM - PAPAYA - 500ML

Regular price Rs 1,580.00
Regular price Rs 1,950.00 Sale price Rs 1,580.00
or pay in 3 x Rs 526.66 with
Unit price /  per 
Add to cart
-31% Sale



THE ORDINARY SOOTHING & BARRIER SUPPORT SERUM - 30ML

Regular price Rs 3,990.00
Regular price Rs 5,780.00 Sale price Rs 3,990.00
or pay in 3 x Rs 1,330.00 with
Unit price /  per 
Add to cart
-31% Sale



THE ORDINARY AHA 30% + BHA 2% PEELING SOLUTION - 30ML

Regular price Rs 3,990.00
Regular price Rs 5,780.00 Sale price Rs 3,990.00
or pay in 3 x Rs 1,330.00 with
Unit price /  per 
Add to cart
-31% Sale



THE ORDINARY ALPHA ARBUTIN 2% + HA SERUM - 30ML

Regular price Rs 3,990.00
Regular price Rs 5,780.00 Sale price Rs 3,990.00
or pay in 3 x Rs 1,330.00 with
Unit price /  per 
Add to cart
-26% Sale



GLUPA SKIN WHITENING SOAP - GLUTATHIONE & PAPAYA - 135G

Regular price Rs 2,180.00
Regular price Rs 2,950.00 Sale price Rs 2,180.00
or pay in 3 x Rs 726.66 with
Unit price /  per 
Add to cart
-19% Sale



YARDLEY GENTLEMAN DEODORANT ROLL-ON - LEGACY - 50ML

Regular price Rs 1,290.00
Regular price Rs 1,590.00 Sale price Rs 1,290.00
or pay in 3 x Rs 430.00 with
Unit price /  per 
Add to cart
-24% Sale



NIVEA BODY LOTION FIRMING Q10 PLUS VITAMIN C - 400ML

Regular price Rs 2,790.00
Regular price Rs 3,650.00 Sale price Rs 2,790.00
or pay in 3 x Rs 930.00 with
Unit price /  per 
Add to cart
-16% Sale



FOGG DEODORANT ROLL-ON - ABSOLUTE - 50ML

Regular price Rs 1,290.00
Regular price Rs 1,530.00 Sale price Rs 1,290.00
or pay in 3 x Rs 430.00 with
Unit price /  per 
Add to cart
-29% Sale



CERAVE SKIN RENEWING VITAMIN C SERUM - 30ML

Regular price Rs 4,490.00
Regular price Rs 6,290.00 Sale price Rs 4,490.00
or pay in 3 x Rs 1,496.66 with
Unit price /  per 
Add to cart



FREE SHIPPING

We are excited to inform you that orders over 7500 rupees are eligible for free
shipping.


SECURE PAYMENT METHODS

Payment methods that are 100% safe and secure, supporting COD, direct bank
transfers as well as all card types.


ISLAND WIDE DELIVERY

Quick and safe delivery island-wide within 1-5 working days and pickup locations
to collect your orders free of charge.


24/7 ONLINE SUPPORT

we support our customers 24/7, Send us your questions or inquiries, and we will
respond quickly.


ABOUT US ABOUT US

Glamazone (Private) Limited is a registered company under the Sri Lankan
Companies Act No. 7 of 2007. The company registration No is PV 00305478.

Facebook Instagram TikTok


INFORMATIONS INFORMATIONS

 * About Us
 * Contact Us
 * FAQs
 * Return & Refund Policy
 * Terms & Conditions


QUICK LINKS QUICK LINKS

 * My Account
 * Order History
 * Wishlist
 * Blog
 * WhatsApp Us


NEWSLETTER NEWSLETTER


© 2024,

Glamazone.lk. All rights reserved by GlamaZone (Private) Limited.

 * Visa
 * Mastercard
 * American Express
 * Discover

Home Search Shop cart
00 items
account


 * Choosing a selection results in a full page refresh.

Arrow Up