adanola.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://bit.ly/3yjxhhE
Effective URL: https://adanola.com/products/sweatpants-melange?_pos=1&_sid=234453247&_ss=r&variant=39477308129382&utm_medium=influe...
Submission: On September 24 via manual from NL — Scanned from NL

Form analysis 10 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu">
    <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg 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" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <span class="cart-drawer--title custom-font">Your Cart</span>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title"></span>
					</a>

					<div class="cart-item--quantity-price-wrapper">
						<div class="cart-item--quantity-wrapper">
							<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
							<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
							<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
						</div>

						<div class="cart-item-price-wrapper">
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "GBP",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money"> <span class="money">£0.00</span></span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <h4><span class="cart-item-total-price" id="cart-price"><span class="money"> <span class="money">£0.00</span></span></span></h4>
        <span class="cart-item-price-text">total cart value</span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn btn-success cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <a href="#" class="btn btn-default cart-menu-close">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg 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" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg 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" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit">
        <svg 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" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <svg 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" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/sweatpants-melange"></form>

POST //productreviews.shopifycdn.com/api/reviews/create

<form method="post" action="//productreviews.shopifycdn.com/api/reviews/create" id="new-review-form_6654327324774" class="new-review-form" onsubmit="SPR.submitForm(this);return false;"><input type="hidden" name="review[rating]"><input type="hidden"
    name="product_id" value="6654327324774">
  <h3 class="spr-form-title">Write a review</h3>
  <fieldset class="spr-form-contact">
    <div class="spr-form-contact-name">
      <label class="spr-form-label" for="review_author_6654327324774">Name</label>
      <input class="spr-form-input spr-form-input-text " id="review_author_6654327324774" type="text" name="review[author]" value="" placeholder="Enter your name">
    </div>
    <div class="spr-form-contact-email">
      <label class="spr-form-label" for="review_email_6654327324774">Email</label>
      <input class="spr-form-input spr-form-input-email " id="review_email_6654327324774" type="email" name="review[email]" value="" placeholder="john.smith@example.com">
    </div>
  </fieldset>
  <fieldset class="spr-form-review">
    <div class="spr-form-review-rating">
      <label class="spr-form-label" for="review[rating]">Rating</label>
      <div class="spr-form-input spr-starrating ">
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="1" aria-label="1 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="2" aria-label="2 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="3" aria-label="3 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="4" aria-label="4 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="5" aria-label="5 of 5 stars">&nbsp;</a>
      </div>
    </div>
    <div class="spr-form-review-title">
      <label class="spr-form-label" for="review_title_6654327324774">Review Title</label>
      <input class="spr-form-input spr-form-input-text " id="review_title_6654327324774" type="text" name="review[title]" value="" placeholder="Give your review a title">
    </div>
    <div class="spr-form-review-body">
      <label class="spr-form-label" for="review_body_6654327324774"> Body of Review <span role="status" aria-live="polite" aria-atomic="true">
          <span class="spr-form-review-body-charactersremaining">(1500)</span>
          <span class="visuallyhidden">characters remaining</span>
        </span>
      </label>
      <div class="spr-form-input">
        <textarea class="spr-form-input spr-form-input-textarea " id="review_body_6654327324774" data-product-id="6654327324774" name="review[body]" rows="10" placeholder="Write your comments here"></textarea>
        <script>
          function sprUpdateCount(e) {
            var $el = SPR.$(e.currentTarget);
            SPR.$(".spr-form-review-body-charactersremaining").html('(' + (1500 - $el.val().length) + ')');
          }
          SPR.$("textarea[data-product-id=6654327324774]").keyup(sprUpdateCount).trigger("keyup");
        </script>
      </div>
    </div>
  </fieldset>
  <fieldset class="spr-form-actions">
    <input type="submit" class="spr-button spr-button-primary button button-primary btn btn-primary" value="Submit Review">
  </fieldset>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VrZANc" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 450px; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 5px;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 15px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go4004593989" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-helvetica-neue"
              style="font-size:20px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:bold;">Join our community</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 12px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go4004593989" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span style="font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:bold;">Sign up and
              get 10% off your first order, latest news, restocks &amp; more</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 11px 10px 12px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_13444259" class="needsclick go139301339 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email address" aria-label="Email address" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 39px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 8px 10px 12px 12px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgba(0, 0, 0, 0); border-radius: 0px; border-style: solid; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">SIGN
          UP</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/sweatpants-melange">
  <div class="localization-selector localization-selector__currency materialize-select">
    <h2 class="hide" id="currency-heading"> Currency </h2>
    <div class="select-wrapper icons materialize"><span class="caret">▼</span><input type="text" class="select-dropdown" readonly="true" data-activates="select-options-f739ca79-7231-9e98-46b7-c99d4a114fd6" value="GBP £" role="button"
        aria-expanded="false" aria-controls="select-options-f739ca79-7231-9e98-46b7-c99d4a114fd6" aria-describedby="currency-heading" style="width: 91px;">
      <ul id="select-options-f739ca79-7231-9e98-46b7-c99d4a114fd6" class="dropdown-content select-dropdown " style="width: 91px;">
        <li class=""><span>AED د.إ</span></li>
        <li class=""><span>AFN ؋</span></li>
        <li class=""><span>ALL L</span></li>
        <li class=""><span>AMD դր.</span></li>
        <li class=""><span>ANG ƒ</span></li>
        <li class=""><span>AUD $</span></li>
        <li class=""><span>AWG ƒ</span></li>
        <li class=""><span>AZN ₼</span></li>
        <li class=""><span>BAM КМ</span></li>
        <li class=""><span>BBD $</span></li>
        <li class=""><span>BDT ৳</span></li>
        <li class=""><span>BGN лв.</span></li>
        <li class=""><span>BIF Fr</span></li>
        <li class=""><span>BND $</span></li>
        <li class=""><span>BOB Bs.</span></li>
        <li class=""><span>BSD $</span></li>
        <li class=""><span>BWP P</span></li>
        <li class=""><span>BZD $</span></li>
        <li class=""><span>CAD $</span></li>
        <li class=""><span>CDF Fr</span></li>
        <li class=""><span>CHF CHF</span></li>
        <li class=""><span>CNY ¥</span></li>
        <li class=""><span>CRC ₡</span></li>
        <li class=""><span>CVE $</span></li>
        <li class=""><span>CZK Kč</span></li>
        <li class=""><span>DJF Fdj</span></li>
        <li class=""><span>DKK kr.</span></li>
        <li class=""><span>DOP $</span></li>
        <li class=""><span>DZD د.ج</span></li>
        <li class=""><span>EGP ج.م</span></li>
        <li class=""><span>ETB Br</span></li>
        <li class=""><span>EUR €</span></li>
        <li class=""><span>FJD $</span></li>
        <li class=""><span>FKP £</span></li>
        <li class=""><span>GBP £</span></li>
        <li class=""><span>GMD D</span></li>
        <li class=""><span>GNF Fr</span></li>
        <li class=""><span>GTQ Q</span></li>
        <li class=""><span>GYD $</span></li>
        <li class=""><span>HKD $</span></li>
        <li class=""><span>HNL L</span></li>
        <li class=""><span>HRK kn</span></li>
        <li class=""><span>HUF Ft</span></li>
        <li class=""><span>IDR Rp</span></li>
        <li class=""><span>ILS ₪</span></li>
        <li class=""><span>INR ₹</span></li>
        <li class=""><span>ISK kr</span></li>
        <li class=""><span>JMD $</span></li>
        <li class=""><span>JPY ¥</span></li>
        <li class=""><span>KES KSh</span></li>
        <li class=""><span>KGS som</span></li>
        <li class=""><span>KHR ៛</span></li>
        <li class=""><span>KMF Fr</span></li>
        <li class=""><span>KRW ₩</span></li>
        <li class=""><span>KYD $</span></li>
        <li class=""><span>KZT 〒</span></li>
        <li class=""><span>LAK ₭</span></li>
        <li class=""><span>LBP ل.ل</span></li>
        <li class=""><span>LKR ₨</span></li>
        <li class=""><span>MAD د.م.</span></li>
        <li class=""><span>MDL L</span></li>
        <li class=""><span>MKD ден</span></li>
        <li class=""><span>MMK K</span></li>
        <li class=""><span>MNT ₮</span></li>
        <li class=""><span>MOP P</span></li>
        <li class=""><span>MUR ₨</span></li>
        <li class=""><span>MVR MVR</span></li>
        <li class=""><span>MWK MK</span></li>
        <li class=""><span>MYR RM</span></li>
        <li class=""><span>NGN ₦</span></li>
        <li class=""><span>NIO C$</span></li>
        <li class=""><span>NPR ₨</span></li>
        <li class=""><span>NZD $</span></li>
        <li class=""><span>PEN S/.</span></li>
        <li class=""><span>PGK K</span></li>
        <li class=""><span>PHP ₱</span></li>
        <li class=""><span>PKR ₨</span></li>
        <li class=""><span>PLN zł</span></li>
        <li class=""><span>PYG ₲</span></li>
        <li class=""><span>QAR ر.ق</span></li>
        <li class=""><span>RON Lei</span></li>
        <li class=""><span>RSD РСД</span></li>
        <li class=""><span>RWF FRw</span></li>
        <li class=""><span>SAR ر.س</span></li>
        <li class=""><span>SBD $</span></li>
        <li class=""><span>SEK kr</span></li>
        <li class=""><span>SGD $</span></li>
        <li class=""><span>SHP £</span></li>
        <li class=""><span>SLL Le</span></li>
        <li class=""><span>STD Db</span></li>
        <li class=""><span>THB ฿</span></li>
        <li class=""><span>TJS ЅМ</span></li>
        <li class=""><span>TOP T$</span></li>
        <li class=""><span>TTD $</span></li>
        <li class=""><span>TWD $</span></li>
        <li class=""><span>TZS Sh</span></li>
        <li class=""><span>UAH ₴</span></li>
        <li class=""><span>UGX USh</span></li>
        <li class=""><span>USD $</span></li>
        <li class=""><span>UYU $</span></li>
        <li class=""><span>UZS </span></li>
        <li class=""><span>VND ₫</span></li>
        <li class=""><span>VUV Vt</span></li>
        <li class=""><span>WST T</span></li>
        <li class=""><span>XAF Fr</span></li>
        <li class=""><span>XCD $</span></li>
        <li class=""><span>XOF Fr</span></li>
        <li class=""><span>XPF Fr</span></li>
        <li class=""><span>YER ﷼</span></li>
      </ul><select class="icons materialize initialized" name="currency_code">
        <option value="AED">AED د.إ</option>
        <option value="AFN">AFN ؋</option>
        <option value="ALL">ALL L</option>
        <option value="AMD">AMD դր.</option>
        <option value="ANG">ANG ƒ</option>
        <option value="AUD">AUD $</option>
        <option value="AWG">AWG ƒ</option>
        <option value="AZN">AZN ₼</option>
        <option value="BAM">BAM КМ</option>
        <option value="BBD">BBD $</option>
        <option value="BDT">BDT ৳</option>
        <option value="BGN">BGN лв.</option>
        <option value="BIF">BIF Fr</option>
        <option value="BND">BND $</option>
        <option value="BOB">BOB Bs.</option>
        <option value="BSD">BSD $</option>
        <option value="BWP">BWP P</option>
        <option value="BZD">BZD $</option>
        <option value="CAD">CAD $</option>
        <option value="CDF">CDF Fr</option>
        <option value="CHF">CHF CHF</option>
        <option value="CNY">CNY ¥</option>
        <option value="CRC">CRC ₡</option>
        <option value="CVE">CVE $</option>
        <option value="CZK">CZK Kč</option>
        <option value="DJF">DJF Fdj</option>
        <option value="DKK">DKK kr.</option>
        <option value="DOP">DOP $</option>
        <option value="DZD">DZD د.ج</option>
        <option value="EGP">EGP ج.م</option>
        <option value="ETB">ETB Br</option>
        <option value="EUR">EUR €</option>
        <option value="FJD">FJD $</option>
        <option value="FKP">FKP £</option>
        <option value="GBP" selected="selected">GBP £</option>
        <option value="GMD">GMD D</option>
        <option value="GNF">GNF Fr</option>
        <option value="GTQ">GTQ Q</option>
        <option value="GYD">GYD $</option>
        <option value="HKD">HKD $</option>
        <option value="HNL">HNL L</option>
        <option value="HRK">HRK kn</option>
        <option value="HUF">HUF Ft</option>
        <option value="IDR">IDR Rp</option>
        <option value="ILS">ILS ₪</option>
        <option value="INR">INR ₹</option>
        <option value="ISK">ISK kr</option>
        <option value="JMD">JMD $</option>
        <option value="JPY">JPY ¥</option>
        <option value="KES">KES KSh</option>
        <option value="KGS">KGS som</option>
        <option value="KHR">KHR ៛</option>
        <option value="KMF">KMF Fr</option>
        <option value="KRW">KRW ₩</option>
        <option value="KYD">KYD $</option>
        <option value="KZT">KZT 〒</option>
        <option value="LAK">LAK ₭</option>
        <option value="LBP">LBP ل.ل</option>
        <option value="LKR">LKR ₨</option>
        <option value="MAD">MAD د.م.</option>
        <option value="MDL">MDL L</option>
        <option value="MKD">MKD ден</option>
        <option value="MMK">MMK K</option>
        <option value="MNT">MNT ₮</option>
        <option value="MOP">MOP P</option>
        <option value="MUR">MUR ₨</option>
        <option value="MVR">MVR MVR</option>
        <option value="MWK">MWK MK</option>
        <option value="MYR">MYR RM</option>
        <option value="NGN">NGN ₦</option>
        <option value="NIO">NIO C$</option>
        <option value="NPR">NPR ₨</option>
        <option value="NZD">NZD $</option>
        <option value="PEN">PEN S/.</option>
        <option value="PGK">PGK K</option>
        <option value="PHP">PHP ₱</option>
        <option value="PKR">PKR ₨</option>
        <option value="PLN">PLN zł</option>
        <option value="PYG">PYG ₲</option>
        <option value="QAR">QAR ر.ق</option>
        <option value="RON">RON Lei</option>
        <option value="RSD">RSD РСД</option>
        <option value="RWF">RWF FRw</option>
        <option value="SAR">SAR ر.س</option>
        <option value="SBD">SBD $</option>
        <option value="SEK">SEK kr</option>
        <option value="SGD">SGD $</option>
        <option value="SHP">SHP £</option>
        <option value="SLL">SLL Le</option>
        <option value="STD">STD Db</option>
        <option value="THB">THB ฿</option>
        <option value="TJS">TJS ЅМ</option>
        <option value="TOP">TOP T$</option>
        <option value="TTD">TTD $</option>
        <option value="TWD">TWD $</option>
        <option value="TZS">TZS Sh</option>
        <option value="UAH">UAH ₴</option>
        <option value="UGX">UGX USh</option>
        <option value="USD">USD $</option>
        <option value="UYU">UYU $</option>
        <option value="UZS">UZS </option>
        <option value="VND">VND ₫</option>
        <option value="VUV">VUV Vt</option>
        <option value="WST">WST T</option>
        <option value="XAF">XAF Fr</option>
        <option value="XCD">XCD $</option>
        <option value="XOF">XOF Fr</option>
        <option value="XPF">XPF Fr</option>
        <option value="YER">YER ﷼</option>
      </select>
    </div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" style="display:none;"><input type="submit" name="checkout" id="hs-checkout-bold" value="Check Out"><input type="checkbox" id="agree" checked="checked"></form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/sweatpants-melange">
</form>

Text Content

XS S M L XL XXL
Your Cart

Your basket is empty


£0.00

£0.00

total cart value
Place your order

Continue Shopping

0


 * NEW IN
   * New In: Core Sweats
 * SHOP ALL
   * Best Sellers
   * Back Soon
   * Accessories
   * Leggings
   * Sports Bras
   * Sweatshirts & Hoodies
   * Sweatpants
   * Shorts
   * Swimwear
   * Tops
   * T-shirts
   * Underwear
   * Unitards
   * Trousers
   * Jackets
 * Leggings
 * Active
   * Ultimate Active
     * Leggings
     * Sports Bras
     * Shorts
     * Tops
   * Soft Ultimate Active
     * Leggings
     * Sports Bras
     * Shorts
 * Sweats
   * Sweatshirts & Hoodies
   * Sweatpants
   * Sweat Shorts
 * Accessories
   * Bags
   * Bottles
   * Hats
   * Socks


 * 
 * 
 * 0



Free Shipping over £75 Use code: FREESHIP
Free Shipping over €90 / US $110 / AU $145 Use code: FREESHIPINTL
Klarna available
Pay It In 4 With Clearpay
 * Pay It In 4 With Clearpay
 * Free Shipping over £75 Use code: FREESHIP
 * Free Shipping over €90 / US $110 / AU $145 Use code: FREESHIPINTL
 * Klarna available
 * Pay It In 4 With Clearpay
 * Free Shipping over £75 Use code: FREESHIP

Home › ADA Sweatpants - Light Grey Melange
Loading...
View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/2156/4663/products/Resized-1-4_60a60bd6-84f1-4bba-a2d0-a76313549e4d_1000x1000.jpg?v=1649263692"
data-sizes="auto" alt="ADA Sweatpants - Light Grey Melange" style="max-width:
1920px" id="ProductPhotoImg" data-image-id="21068973211750"
data-zoom-img="//cdn.shopify.com/s/files/1/2156/4663/products/Resized-1-4_60a60bd6-84f1-4bba-a2d0-a76313549e4d.jpg?v=1649263692"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-2_c137554a-55cd-4b95-ab14-434333c83bdd_1000x1000.jpg?v=1649263692"
data-sizes="auto" alt="ADA Sweatpants - Light Grey Melange" style="max-width:
1920px" id="ProductPhotoImg" data-image-id="20816982376550"
data-zoom-img="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-2_c137554a-55cd-4b95-ab14-434333c83bdd.jpg?v=1649263692"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/2156/4663/products/RESIZED_josefinevogt-1_1000x1000.jpg?v=1649263692"
data-sizes="auto" alt="ADA Sweatpants - Light Grey Melange" style="max-width:
1920px" id="ProductPhotoImg" data-image-id="21014744105062"
data-zoom-img="//cdn.shopify.com/s/files/1/2156/4663/products/RESIZED_josefinevogt-1.jpg?v=1649263692"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-3_1000x1000.jpg?v=1649263692"
data-sizes="auto" alt="ADA Sweatpants - Light Grey Melange" style="max-width:
1920px" id="ProductPhotoImg" data-image-id="20816982343782"
data-zoom-img="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-3.jpg?v=1649263692"
/>
Loading...
View in your space

View in your space
<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-5_5c50dde4-14cb-445e-89e5-75d34883c116_1000x1000.jpg?v=1649263692"
data-sizes="auto" alt="ADA Sweatpants - Light Grey Melange" style="max-width:
1920px" id="ProductPhotoImg" data-image-id="20816982409318"
data-zoom-img="//cdn.shopify.com/s/files/1/2156/4663/products/Grey-1-5_5c50dde4-14cb-445e-89e5-75d34883c116.jpg?v=1649263692"
/>
Loading...
View in your space

View in your space




ADA SWEATPANTS - LIGHT GREY MELANGE

2 reviews

Sorry, currently out of stock

NOTIFY ME WHEN AVAILABLE

 * Description
 * Details
 * Care 
 * Shipping and returns

Description

Our sweatpants have been upgraded. We have increased the width of our sweatpants
to create a more relaxed fit. Perfect for lounging or on the go, you’ll find
yourself reaching for these sweatpants over and over again. The Grey Melange
Sweatpants are cut from 100% cotton fleece-back fabric, with a flexible
drawstring waistband for maximum comfort and features an applique patch varsity
logo. For a complete set, wear with our Oversized Hoodie. We recommend sizing up
for an oversized fit. Please note there may be a slight colour difference
between the activewear and sweats due to the dyeing process and composition of
the fabrics.


Styled with Oversized Hoodie in Light Grey Melange

Details

→ 100% Cotton Fleece-back
→ Soft-touch French Terry
→ 420gsm medium weight
→ Applique patch varsity logo  
→ Hidden inside drawstring
→One back and two side pockets
→ Shay wears a size XL & Ninoska wears a size S.

Care 

Our pieces require some love and care, we suggest the following;
→ Wash inside out
→ Wash on a gentle setting
→ Wash on low temperature, no more than 30 degrees
→ Wash by hand if possible
→ Do not tumble dry
→ Do not overload washing machine

Shipping and returns

We aim to dispatch all orders within 24hrs.

Shipping costs are calculated at checkout.

→ UK - Royal Mail 2-3 days £3.50 / Express Delivery 1-2days (including Saturday)
£4.75 / DPD UK Next Day £6 / DPD Channel Islands Next Day £9 
→ Europe - DHL Express 1-2days £20 / Standard 5-10days £12
→ USA - DHL Express 1-2days £13 / Standard 5-7days £10
→ ROW - DHL Express - 1-2days £20 / Standard - Up to 10days £12-20

* For Free Worldwide shipping over £75 / $100 / 85€ / $135 AUD use code
"freeship" at checkout.

See more shipping info here.



RETURNS

We gladly accept unworn, unwashed items with the tags still attached within 30
days of ship date. See our full returns policy here.

All returns are processed through our Returns Centre.



WAYS TO STYLE IT @ADANOLA

1
2
1
2
1
2
1
2
1
2

adanola



CUSTOMER REVIEWS

Based on 2 reviews Write a review


WRITE A REVIEW

Name
Email
Rating
         
Review Title
Body of Review (1500) characters remaining



GREAT QUALITY AND CUT

Mary Anne on Jul 05, 2022

The quality and comfort is awesome. If you're looking for the vintage 90s cut
this it it. Oversized but flattering. The material is thick but also soft and
plush. Recommended.

Report as Inappropriate


GORGEOUS

Paula Mounfield on Apr 29, 2022

Love these, I have the sweatshirt aswell. Quite long (I’m 5ft 2) but still look
good oversized. Love the colour and quality of the material. Worth the money.

Report as Inappropriate


WE THINK YOU'LL LOVE


AS Sweatpants - Coffee Bean £49.99

No reviews
ADA Oversized Sweatshirt - Light Grey Melange £49.99

4 reviews
Sweatpants - Coffee Bean £49.99

1 review
ADA Short Sleeve Oversized T-shirt - White £36.99

No reviews

Join our community

Sign up and get 10% off your first order, latest news, restocks & more


SIGN UP

 * My account
 * Contact
 * Shipping
 * Return your order
 * Size guide

 * FAQ'S
 * Terms + Conditions
 * Terms of Service
 * Privacy Policy
 * Klarna FAQs

 * Instagram
 * Facebook
 * Pinterest


CURRENCY

▼
 * AED د.إ
 * AFN ؋
 * ALL L
 * AMD դր.
 * ANG ƒ
 * AUD $
 * AWG ƒ
 * AZN ₼
 * BAM КМ
 * BBD $
 * BDT ৳
 * BGN лв.
 * BIF Fr
 * BND $
 * BOB Bs.
 * BSD $
 * BWP P
 * BZD $
 * CAD $
 * CDF Fr
 * CHF CHF
 * CNY ¥
 * CRC ₡
 * CVE $
 * CZK Kč
 * DJF Fdj
 * DKK kr.
 * DOP $
 * DZD د.ج
 * EGP ج.م
 * ETB Br
 * EUR €
 * FJD $
 * FKP £
 * GBP £
 * GMD D
 * GNF Fr
 * GTQ Q
 * GYD $
 * HKD $
 * HNL L
 * HRK kn
 * HUF Ft
 * IDR Rp
 * ILS ₪
 * INR ₹
 * ISK kr
 * JMD $
 * JPY ¥
 * KES KSh
 * KGS som
 * KHR ៛
 * KMF Fr
 * KRW ₩
 * KYD $
 * KZT 〒
 * LAK ₭
 * LBP ل.ل
 * LKR ₨
 * MAD د.م.
 * MDL L
 * MKD ден
 * MMK K
 * MNT ₮
 * MOP P
 * MUR ₨
 * MVR MVR
 * MWK MK
 * MYR RM
 * NGN ₦
 * NIO C$
 * NPR ₨
 * NZD $
 * PEN S/.
 * PGK K
 * PHP ₱
 * PKR ₨
 * PLN zł
 * PYG ₲
 * QAR ر.ق
 * RON Lei
 * RSD РСД
 * RWF FRw
 * SAR ر.س
 * SBD $
 * SEK kr
 * SGD $
 * SHP £
 * SLL Le
 * STD Db
 * THB ฿
 * TJS ЅМ
 * TOP T$
 * TTD $
 * TWD $
 * TZS Sh
 * UAH ₴
 * UGX USh
 * USD $
 * UYU $
 * UZS
 * VND ₫
 * VUV Vt
 * WST T
 * XAF Fr
 * XCD $
 * XOF Fr
 * XPF Fr
 * YER ﷼

AED د.إ AFN ؋ ALL L AMD դր. ANG ƒ AUD $ AWG ƒ AZN ₼ BAM КМ BBD $ BDT ৳ BGN лв.
BIF Fr BND $ BOB Bs. BSD $ BWP P BZD $ CAD $ CDF Fr CHF CHF CNY ¥ CRC ₡ CVE $
CZK Kč DJF Fdj DKK kr. DOP $ DZD د.ج EGP ج.م ETB Br EUR € FJD $ FKP £ GBP £ GMD
D GNF Fr GTQ Q GYD $ HKD $ HNL L HRK kn HUF Ft IDR Rp ILS ₪ INR ₹ ISK kr JMD $
JPY ¥ KES KSh KGS som KHR ៛ KMF Fr KRW ₩ KYD $ KZT 〒 LAK ₭ LBP ل.ل LKR ₨ MAD
د.م. MDL L MKD ден MMK K MNT ₮ MOP P MUR ₨ MVR MVR MWK MK MYR RM NGN ₦ NIO C$
NPR ₨ NZD $ PEN S/. PGK K PHP ₱ PKR ₨ PLN zł PYG ₲ QAR ر.ق RON Lei RSD РСД RWF
FRw SAR ر.س SBD $ SEK kr SGD $ SHP £ SLL Le STD Db THB ฿ TJS ЅМ TOP T$ TTD $ TWD
$ TZS Sh UAH ₴ UGX USh USD $ UYU $ UZS VND ₫ VUV Vt WST T XAF Fr XCD $ XOF Fr
XPF Fr YER ﷼
American Express
Apple Pay
Diners Club
Discover
Google Pay
Maestro
Mastercard
PayPal
Shop Pay
Visa

© 2022 Adanola


x





GBP £

   
 * 
 * NEW IN
 * SHOP ALL
 * Leggings
 * Active
 * Sweats
 * Accessories
 * Log in
 * Create Account
    * Instagram icon


   
 * 

   
 *