rapiddrytowels.com.au Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://comsync.lijit.com/1/d/r?aqet=clk&v0=55665a16648927aa5d17148ac91799d9&ru=https%3A%2F%2Frapiddrytowels.com.au%2Fprod...
Effective URL: https://rapiddrytowels.com.au/products/microfiber-car-drying-towel-75x150cm?fbclid=PAY2xjawGv8JpleHRuA2FlbQEwAGFkaWQAAAX7sCjr8...
Submission: On November 27 via api from US — Scanned from IT

Form analysis 8 forms found in the DOM

POST /cart/add

<form method="post" action="/cart/add" id="product-form-installment-6206940997" accept-charset="UTF-8" class="installment caption-large" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="20304075205">
  <input type="hidden" name="product-id" value="6206940997"><input type="hidden" name="section-id" value="template--15542743466123__main">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-6206940997" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓">
  <div class="productView-group">
    <div class="pvGroup-row"><quantity-input class="productView-quantity quantity__group quantity__group--1 quantity__style--1 clearfix">
        <label class="form-label quantity__label" for="quantity-6206940997"> Quantity: </label>
        <div class="quantity__container">
          <button type="button" name="minus" class="minus btn-quantity">
            <span class="visually-hidden">Decrease quantity for The Original 2.0 Car Drying Towel</span>
          </button>
          <input class="form-input quantity__input" type="number" name="quantity" min="1" value="1" inputmode="numeric" pattern="[0-9]*" id="quantity-6206940997" data-product="6206940997" data-price="5600" data-inventory-quantity="6266">
          <button type="button" name="plus" class="plus btn-quantity">
            <span class="visually-hidden">Increase quantity for The Original 2.0 Car Drying Towel</span>
          </button>
        </div>
      </quantity-input>
      <div class="productView-groupTop">
        <div class="productView-action productView-action-2" style="--atc-color: #ffffff;
                                   --atc-bg-color: #00b7f4;
                                   --atc-border-color: #00b7f4;
                                   --atc-color-hover: #232323;
                                   --atc-bg-color-hover: #ffffff;
                                   --atc-border-color-hover: #232323">
          <input type="hidden" name="id" value="20304075205">
          <div class="product-form__buttons"><button type="submit" name="add" data-btn-addtocart="" data-available="false" class="product-form__submit button button--primary an-none" id="product-add-to-cart">Add to cart </button></div>
        </div>
      </div>
    </div>
  </div><input type="hidden" name="product-id" value="6206940997"><input type="hidden" name="section-id" value="template--15542743466123__main">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-sticky-6206940997" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="id" value="20304075205"><quantity-input class="productView-quantity quantity__group quantity__group--3 quantity__style--1 clearfix">
    <label class="form-label quantity__label" for="quantity-6206940997-3"> Quantity: </label>
    <div class="quantity__container">
      <button type="button" name="minus" class="minus btn-quantity">
        <span class="visually-hidden">Decrease quantity for The Original 2.0 Car Drying Towel</span>
      </button>
      <input class="form-input quantity__input" type="number" name="quantity" min="1" value="1" inputmode="numeric" pattern="[0-9]*" id="quantity-6206940997-3" data-product="6206940997" data-price="5600" data-inventory-quantity="6266">
      <button type="button" name="plus" class="plus btn-quantity">
        <span class="visually-hidden">Increase quantity for The Original 2.0 Car Drying Towel</span>
      </button>
    </div>
  </quantity-input>
  <button type="submit" name="add" data-btn-addtocart="" class="product-form__submit button button--primary" id="product-sticky-add-to-cart">Add to cart </button>
  <input type="hidden" name="product-id" value="6206940997"><input type="hidden" name="section-id" value="template--15542743466123__main">
</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="field">
      <label class="field__label hiddenLabels" for="NewsletterForm--footer-02"> Your email </label>
      <input id="NewsletterForm--footer-02" type="email" name="contact[email]" class="field__input form-input-placeholder" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Enter email address">
    </div>
    <button type="submit" class="button newsletter-form__button" name="commit" id="Subscribe--footer-02" aria-label="Submit" style="--button-width: 150px"> Submit </button>
  </div>
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = $('.background-overlay');
          popup.show();
          overlay.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
            overlay.hide();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
            overlay.hide();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input form-input-placeholder" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search products..." autocomplete="off" 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" autocapitalize="off" spellcheck="false">
    <input type="hidden" name="options[prefix]" value="last">
    <label class="field__label hiddenLabels" for="Search-In-Modal"> Search </label>
    <button class="button search__button field__button focus-inset" aria-label="Search">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
        <path
          d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z">
        </path>
      </svg>
    </button>
  </div>
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post" class="auth-form auth-form-2">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="form-field">
    <label class="form-label" for="customer_email"> Email Address <em>*</em>
    </label>
    <input id="customer_email" class="form-input form-input-placeholder" type="email" value="" name="customer[email]" required="" placeholder="Email Address">
  </div>
  <div class="form-field">
    <label class="form-label" for="customer_password"> Password <em>*</em>
    </label>
    <input id="customer_password" class="form-input form-input-placeholder" type="password" value="" required="" placeholder="Password" name="customer[password]">
  </div>
  <div class="form-actions auth-actions text-center">
    <input type="submit" class="button button-1 button-login" value="Log in">
    <a class="auth-link link link-underline" href="/account/login#recover">
                        <span class="text">Forgot your password?</span>
                    </a>
    <a href="/account/register" class="button button-2 button-register">
                        Create account
                    </a>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input form-input-placeholder" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search products..." autocomplete="off" 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" autocapitalize="off" spellcheck="false">
    <input type="hidden" name="options[prefix]" value="last">
    <label class="field__label hiddenLabels" for="Search-In-Modal"> Search </label>
    <button class="button search__button field__button focus-inset" aria-label="Search">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
        <path
          d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z">
        </path>
      </svg>
    </button>
  </div>
  <div class="quickSearchResultsBlock quickSearchResultsWidget quickSearchResultsWrap" data-quick-trending-products="">
    <div class="quickSearchResults custom-scrollbar">
      <div class="container">
        <div class="search-block quickSearchTrending">
          <h3 class="search-block-title text-left">
            <span class="text">Trending Now</span>
          </h3>
          <ul class="list-item list-unstyled clearfix">
            <li class="item">
              <a href="/search?q=dempus*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">dempus</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=sample*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">sample</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=magnis*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">magnis</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=loremous-saliduar*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">loremous saliduar</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=naminos*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">naminos</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=dinterdum*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">dinterdum</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=clothing-shopify-themes*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">clothing shopify themes</span>
                                    </a>
            </li>
            <li class="item">
              <a href="/search?q=trending-collection*&amp;type=product" class="link">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"></path>
</svg>
                                        <span class="text">trending collection</span>
                                    </a>
            </li>
          </ul>
        </div>
        <div class="search-block quickSearchProduct">
          <h3 class="search-block-title text-left">
            <span class="text">Popular Products</span>
          </h3>
          <div class="search-block-content">
            <div class="halo-block">
              <div class="products-grid column-4 disable-srollbar">
                <div class="product">
                  <div class="product-item">
                    <div class="card">
                      <div class="card-product card--text-only card--soft">
                        <div class="card-product__wrapper">
                          <div class="card-media card-media--square">
                            <svg class="placeholder-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.5 525.5">
                              <path
                                d="M375.5 345.2c0-.1 0-.1 0 0 0-.1 0-.1 0 0-1.1-2.9-2.3-5.5-3.4-7.8-1.4-4.7-2.4-13.8-.5-19.8 3.4-10.6 3.6-40.6 1.2-54.5-2.3-14-12.3-29.8-18.5-36.9-5.3-6.2-12.8-14.9-15.4-17.9 8.6-5.6 13.3-13.3 14-23 0-.3 0-.6.1-.8.4-4.1-.6-9.9-3.9-13.5-2.1-2.3-4.8-3.5-8-3.5h-54.9c-.8-7.1-3-13-5.2-17.5-6.8-13.9-12.5-16.5-21.2-16.5h-.7c-8.7 0-14.4 2.5-21.2 16.5-2.2 4.5-4.4 10.4-5.2 17.5h-48.5c-3.2 0-5.9 1.2-8 3.5-3.2 3.6-4.3 9.3-3.9 13.5 0 .2 0 .5.1.8.7 9.8 5.4 17.4 14 23-2.6 3.1-10.1 11.7-15.4 17.9-6.1 7.2-16.1 22.9-18.5 36.9-2.2 13.3-1.2 47.4 1 54.9 1.1 3.8 1.4 14.5-.2 19.4-1.2 2.4-2.3 5-3.4 7.9-4.4 11.6-6.2 26.3-5 32.6 1.8 9.9 16.5 14.4 29.4 14.4h176.8c12.9 0 27.6-4.5 29.4-14.4 1.2-6.5-.5-21.1-5-32.7zm-97.7-178c.3-3.2.8-10.6-.2-18 2.4 4.3 5 10.5 5.9 18h-5.7zm-36.3-17.9c-1 7.4-.5 14.8-.2 18h-5.7c.9-7.5 3.5-13.7 5.9-18zm4.5-6.9c0-.1.1-.2.1-.4 4.4-5.3 8.4-5.8 13.1-5.8h.7c4.7 0 8.7.6 13.1 5.8 0 .1 0 .2.1.4 3.2 8.9 2.2 21.2 1.8 25h-30.7c-.4-3.8-1.3-16.1 1.8-25zm-70.7 42.5c0-.3 0-.6-.1-.9-.3-3.4.5-8.4 3.1-11.3 1-1.1 2.1-1.7 3.4-2.1l-.6.6c-2.8 3.1-3.7 8.1-3.3 11.6 0 .2 0 .5.1.8.3 3.5.9 11.7 10.6 18.8.3.2.8.2 1-.2.2-.3.2-.8-.2-1-9.2-6.7-9.8-14.4-10-17.7 0-.3 0-.6-.1-.8-.3-3.2.5-7.7 3-10.5.8-.8 1.7-1.5 2.6-1.9h155.7c1 .4 1.9 1.1 2.6 1.9 2.5 2.8 3.3 7.3 3 10.5 0 .2 0 .5-.1.8-.3 3.6-1 13.1-13.8 20.1-.3.2-.5.6-.3 1 .1.2.4.4.6.4.1 0 .2 0 .3-.1 13.5-7.5 14.3-17.5 14.6-21.3 0-.3 0-.5.1-.8.4-3.5-.5-8.5-3.3-11.6l-.6-.6c1.3.4 2.5 1.1 3.4 2.1 2.6 2.9 3.5 7.9 3.1 11.3 0 .3 0 .6-.1.9-1.5 20.9-23.6 31.4-65.5 31.4h-43.8c-41.8 0-63.9-10.5-65.4-31.4zm91 89.1h-7c0-1.5 0-3-.1-4.2-.2-12.5-2.2-31.1-2.7-35.1h3.6c.8 0 1.4-.6 1.4-1.4v-14.1h2.4v14.1c0 .8.6 1.4 1.4 1.4h3.7c-.4 3.9-2.4 22.6-2.7 35.1v4.2zm65.3 11.9h-16.8c-.4 0-.7.3-.7.7 0 .4.3.7.7.7h16.8v2.8h-62.2c0-.9-.1-1.9-.1-2.8h33.9c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-33.9c-.1-3.2-.1-6.3-.1-9h62.5v9zm-12.5 24.4h-6.3l.2-1.6h5.9l.2 1.6zm-5.8-4.5l1.6-12.3h2l1.6 12.3h-5.2zm-57-19.9h-62.4v-9h62.5c0 2.7 0 5.8-.1 9zm-62.4 1.4h62.4c0 .9-.1 1.8-.1 2.8H194v-2.8zm65.2 0h7.3c0 .9.1 1.8.1 2.8H259c.1-.9.1-1.8.1-2.8zm7.2-1.4h-7.2c.1-3.2.1-6.3.1-9h7c0 2.7 0 5.8.1 9zm-7.7-66.7v6.8h-9v-6.8h9zm-8.9 8.3h9v.7h-9v-.7zm0 2.1h9v2.3h-9v-2.3zm26-1.4h-9v-.7h9v.7zm-9 3.7v-2.3h9v2.3h-9zm9-5.9h-9v-6.8h9v6.8zm-119.3 91.1c-2.1-7.1-3-40.9-.9-53.6 2.2-13.5 11.9-28.6 17.8-35.6 5.6-6.5 13.5-15.7 15.7-18.3 11.4 6.4 28.7 9.6 51.8 9.6h6v14.1c0 .8.6 1.4 1.4 1.4h5.4c.3 3.1 2.4 22.4 2.7 35.1 0 1.2.1 2.6.1 4.2h-63.9c-.8 0-1.4.6-1.4 1.4v16.1c0 .8.6 1.4 1.4 1.4H256c-.8 11.8-2.8 24.7-8 33.3-2.6 4.4-4.9 8.5-6.9 12.2-.4.7-.1 1.6.6 1.9.2.1.4.2.6.2.5 0 1-.3 1.3-.8 1.9-3.7 4.2-7.7 6.8-12.1 5.4-9.1 7.6-22.5 8.4-34.7h7.8c.7 11.2 2.6 23.5 7.1 32.4.2.5.8.8 1.3.8.2 0 .4 0 .6-.2.7-.4 1-1.2.6-1.9-4.3-8.5-6.1-20.3-6.8-31.1H312l-2.4 18.6c-.1.4.1.8.3 1.1.3.3.7.5 1.1.5h9.6c.4 0 .8-.2 1.1-.5.3-.3.4-.7.3-1.1l-2.4-18.6H333c.8 0 1.4-.6 1.4-1.4v-16.1c0-.8-.6-1.4-1.4-1.4h-63.9c0-1.5 0-2.9.1-4.2.2-12.7 2.3-32 2.7-35.1h5.2c.8 0 1.4-.6 1.4-1.4v-14.1h6.2c23.1 0 40.4-3.2 51.8-9.6 2.3 2.6 10.1 11.8 15.7 18.3 5.9 6.9 15.6 22.1 17.8 35.6 2.2 13.4 2 43.2-1.1 53.1-1.2 3.9-1.4 8.7-1 13-1.7-2.8-2.9-4.4-3-4.6-.2-.3-.6-.5-.9-.6h-.5c-.2 0-.4.1-.5.2-.6.5-.8 1.4-.3 2 0 0 .2.3.5.8 1.4 2.1 5.6 8.4 8.9 16.7h-42.9v-43.8c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v44.9c0 .1-.1.2-.1.3 0 .1 0 .2.1.3v9c-1.1 2-3.9 3.7-10.5 3.7h-7.5c-.4 0-.7.3-.7.7 0 .4.3.7.7.7h7.5c5 0 8.5-.9 10.5-2.8-.1 3.1-1.5 6.5-10.5 6.5H210.4c-9 0-10.5-3.4-10.5-6.5 2 1.9 5.5 2.8 10.5 2.8h67.4c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-67.4c-6.7 0-9.4-1.7-10.5-3.7v-54.5c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v43.8h-43.6c4.2-10.2 9.4-17.4 9.5-17.5.5-.6.3-1.5-.3-2s-1.5-.3-2 .3c-.1.2-1.4 2-3.2 5 .1-4.9-.4-10.2-1.1-12.8zm221.4 60.2c-1.5 8.3-14.9 12-26.6 12H174.4c-11.8 0-25.1-3.8-26.6-12-1-5.7.6-19.3 4.6-30.2H197v9.8c0 6.4 4.5 9.7 13.4 9.7h105.4c8.9 0 13.4-3.3 13.4-9.7v-9.8h44c4 10.9 5.6 24.5 4.6 30.2z">
                              </path>
                              <path
                                d="M286.1 359.3c0 .4.3.7.7.7h14.7c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-14.7c-.3 0-.7.3-.7.7zm5.3-145.6c13.5-.5 24.7-2.3 33.5-5.3.4-.1.6-.5.4-.9-.1-.4-.5-.6-.9-.4-8.6 3-19.7 4.7-33 5.2-.4 0-.7.3-.7.7 0 .4.3.7.7.7zm-11.3.1c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7H242c-19.9 0-35.3-2.5-45.9-7.4-.4-.2-.8 0-.9.3-.2.4 0 .8.3.9 10.8 5 26.4 7.5 46.5 7.5h38.1zm-7.2 116.9c.4.1.9.1 1.4.1 1.7 0 3.4-.7 4.7-1.9 1.4-1.4 1.9-3.2 1.5-5-.2-.8-.9-1.2-1.7-1.1-.8.2-1.2.9-1.1 1.7.3 1.2-.4 2-.7 2.4-.9.9-2.2 1.3-3.4 1-.8-.2-1.5.3-1.7 1.1s.2 1.5 1 1.7z">
                              </path>
                              <path
                                d="M275.5 331.6c-.8 0-1.4.6-1.5 1.4 0 .8.6 1.4 1.4 1.5h.3c3.6 0 7-2.8 7.7-6.3.2-.8-.4-1.5-1.1-1.7-.8-.2-1.5.4-1.7 1.1-.4 2.3-2.8 4.2-5.1 4zm5.4 1.6c-.6.5-.6 1.4-.1 2 1.1 1.3 2.5 2.2 4.2 2.8.2.1.3.1.5.1.6 0 1.1-.3 1.3-.9.3-.7-.1-1.6-.8-1.8-1.2-.5-2.2-1.2-3-2.1-.6-.6-1.5-.6-2.1-.1zm-38.2 12.7c.5 0 .9 0 1.4-.1.8-.2 1.3-.9 1.1-1.7-.2-.8-.9-1.3-1.7-1.1-1.2.3-2.5-.1-3.4-1-.4-.4-1-1.2-.8-2.4.2-.8-.3-1.5-1.1-1.7-.8-.2-1.5.3-1.7 1.1-.4 1.8.1 3.7 1.5 5 1.2 1.2 2.9 1.9 4.7 1.9z">
                              </path>
                              <path
                                d="M241.2 349.6h.3c.8 0 1.4-.7 1.4-1.5s-.7-1.4-1.5-1.4c-2.3.1-4.6-1.7-5.1-4-.2-.8-.9-1.3-1.7-1.1-.8.2-1.3.9-1.1 1.7.7 3.5 4.1 6.3 7.7 6.3zm-9.7 3.6c.2 0 .3 0 .5-.1 1.6-.6 3-1.6 4.2-2.8.5-.6.5-1.5-.1-2s-1.5-.5-2 .1c-.8.9-1.8 1.6-3 2.1-.7.3-1.1 1.1-.8 1.8 0 .6.6.9 1.2.9z">
                              </path>
                            </svg>
                          </div>
                        </div>
                        <div class="card-information">
                          <div class="card-information__wrapper text-left">
                            <div class="card-vendor text-left">
                              <span class="visually-hidden">Vendor:</span> Vendor
                            </div>
                            <a class="card-title link-underline capitalize card-title-ellipsis text-left" role="link" aria-disabled="true" title="Example product title">
                        <span class="text">
                            Example product title
                        </span>
                    </a>
                            <div class="card-information__group">
                              <div class="card-price">
                                <div class="price">
                                  <dl>
                                    <div class="price__regular">
                                      <dd class="price__last">
                                        <span class="price-item price-item--regular"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <div class="price__sale">
                                      <dd class="price__compare">
                                        <s class="price-item price-item--regular">
                                        </s>
                                      </dd>
                                      <dd class="price__last">
                                        <span class="price-item price-item--sale"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <small class="unit-price caption hidden">
                                      <dt class="visually-hidden">Unit price</dt>
                                      <dd class="price__last">
                                        <span></span>
                                        <span aria-hidden="true">/</span>
                                        <span class="visually-hidden">&nbsp;per&nbsp;</span>
                                        <span>
                                        </span>
                                      </dd>
                                    </small>
                                  </dl>
                                  <span class="after_pay_wrp">
                                    <span class="text-after">| or split payments with</span>
                                    <span class="logo-after">
                                      <img src="https://cdn.shopify.com/s/files/1/1487/9440/files/w6x7k7m44tnm24jr46r3x24.png?v=1677667016" alt="after pay">
                                    </span>
                                  </span>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="product">
                  <div class="product-item">
                    <div class="card">
                      <div class="card-product card--text-only card--soft">
                        <div class="card-product__wrapper">
                          <div class="card-media card-media--square">
                            <svg class="placeholder-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.5 525.5">
                              <path
                                d="M401.7 288.4c-.7-.5-1.6-.5-2.4 0l-.3-.7c-2.6-5.8-7.1-10.1-12.8-12.2l-77.8-31.8-7.1-3.9 1.3-1.7c.2-.3.2-.8-.1-1-.3-.2-.8-.2-1 .1l-1.4 1.9-12-6.6.4-4.5c.1-.8-.5-1.5-1.3-1.5-.8-.1-1.5.5-1.5 1.3l-.1.9-1.4 1.7-13.4-7.4.4-4.3c.1-.8-.5-1.5-1.3-1.6-.8-.1-1.5.5-1.6 1.3l-.1 1-1.2 1.6-13.3-7.3.5-4.4c.1-.8-.5-1.5-1.2-1.6-.8-.1-1.5.5-1.6 1.2l-.4 3.2-17.7-9.8c-5.3-3.1-11.6-3.1-16.5.1-4.6 3-7 8.2-6.3 13.7l1.3 12.6c-8.3 6.5-17.7 10.1-27.2 10.1-8.8 0-17-2.3-24.5-6.7-5.9-3.5-11.1-8.2-15.4-14-2-2.6-5.1-4.9-7.7-4.3-.8.2-2.2.9-2.6 3.2v78l-3.7-.3c-2.5-.2-4.7 1.7-5.3 4.7l-2.3 15.5c-.4 2.2 0 4.4 1.3 6.1.9 1.2 2.2 2 3.7 2.1 19.4 1.2 58.1 2.5 101 2.5 32.5 0 67.4-.8 98.2-3 38.9-2.8 62.8-11.8 73.1-27.4.7-1.1 1.4-2.2 2-3.3.4-1.3.2-2.8-.7-3.5zm-94.5-42.2l.1.1 22 9c-12.2 2.2-24.9.5-36.1-4.9l6.4-8.3 7.6 4.1zm-8.8-4.8l-6.5 8.4-1.5-.7c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l.9.5-2.6 3.3c-.5-.3-1-.5-1.5-.6l1.8-19.2 10.7 5.8zm-12.7 16.3s.1 0 0 0zm-3.2-25.1l-7.2 9-2.7-1.3c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l2.1 1-3.6 4.5c-.5-.3-1-.5-1.5-.7l2.2-21.6 12 6.6zm-14.5 18c.1 0 .1 0 0 0zm-2.6-27.4l-7.4 9.9-2.5-1.2c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l2.1 1-4.3 5.8-1.2-.6 2.8-24 11.8 6.6zm-52-7.4c-.6-4.5 1.3-8.6 5-11 3.7-2.4 8.4-2.6 12.4-.6l-.3.6c-.2.4-.4.9-.6 1.3-.1.3-.3.5-.4.8-2.4 4.8-5.4 9.3-8.8 13.4-2 2.4-4.1 4.5-6.3 6.4l-1-10.9zm-76.1 2.3v-.5c.1-.4.2-.9.5-.9.8-.2 2.9.8 4.7 3.2 4.5 6.1 10 11 16.2 14.7 7.9 4.7 16.7 7.1 26 7.1 14 0 27.6-7 38.3-19.7 3.6-4.3 6.7-8.9 9.2-14 .1-.2.2-.4.3-.7.2-.5.5-1 .7-1.4.1-.1.1-.3.2-.4l17.4 9.6-2.9 25c-4.2.1-7.5 3.5-7.5 7.7 0 .8.1 1.6.4 2.4.2.7 1.1 1.1 1.8.9.7-.2 1.1-1.1.9-1.8-.2-.5-.2-1-.2-1.5 0-2.5 1.9-4.5 4.3-4.8l-.4 3.7c-.1.8.5 1.5 1.2 1.6h.2c.7 0 1.3-.5 1.4-1.3l.1-1 1.3-1.7c.9.9 1.5 2.1 1.5 3.5 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4 4.2 0 7.7-3.4 7.7-7.7 0-2.3-1-4.4-2.7-5.8l4.5-6 5.8 2.9c.2.1.4.1.6.1.5 0 1-.3 1.3-.8.3-.7.1-1.6-.6-1.9l-5.3-2.6 7.4-9.9 1.1.6-2.3 22.8c-4 .2-7.2 3.6-7.2 7.7 0 .6.1 1.2.2 1.7.2.8.9 1.2 1.7 1.1.8-.2 1.2-.9 1.1-1.7-.1-.4-.1-.7-.1-1.1 0-2.4 1.8-4.4 4.1-4.8l-.4 3.7c-.1.8.5 1.5 1.3 1.6h.1c.7 0 1.3-.5 1.4-1.3l.1-.9 1.5-1.9c.9.9 1.5 2.1 1.5 3.5 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c4.2 0 7.7-3.4 7.7-7.7 0-2.3-1-4.3-2.6-5.8l3.7-4.7 5.9 2.9c.2.1.4.1.6.1.5 0 1-.3 1.3-.8.3-.7.1-1.6-.6-1.9l-5.3-2.6 7.1-9 1.4.8-1.9 20.4c-3.9.3-7 3.6-7 7.6 0 .8.1 1.6.4 2.3.2.7 1 1.2 1.8.9.7-.2 1.2-1 .9-1.8-.1-.5-.2-1-.2-1.5 0-2.4 1.7-4.3 3.9-4.7l-.4 3.7c-.1.8.5 1.5 1.3 1.5h.1c.7 0 1.3-.6 1.4-1.3l.1-.9 1.5-2c1 .9 1.7 2.2 1.7 3.6 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c4.2 0 7.7-3.4 7.7-7.7 0-2.4-1.1-4.5-2.8-5.9l2.7-3.5c8.6 4.2 17.9 6.3 27.4 6.3 4.8 0 9.5-.5 14.2-1.6.2-.1.4-.2.6-.4l51.6 21.1c4.2 1.5 7.6 4.5 10 8.4-2.5 2-10.2 7.5-24 11.9-.4.1-.6.5-.5.9.1.3.4.5.7.5h.2c13.8-4.4 21.4-9.8 24.2-12 .2.3.4.7.5 1l.6 1.4c-.6.4-1.2.9-1.8 1.3-30.8 22.3-83 18.6-133.5 14.9l-46.9-4.2c0-1.1-.1-2.2-.1-3.3 10 1.1 66 6.9 103.8 7.3.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7-38.1-.5-94.7-6.4-103.9-7.3-1.4-14.1-7.8-29.6-14-38.7 14.6-3.2 28.2-11.3 38.4-23l5.4-6.2 1.2.6c.7.3 1.6.1 1.9-.6.3-.7.1-1.6-.6-1.9l-2.2-1.1c-.6-.3-1.3-.1-1.7.3l-6.1 7c-12.4 14.2-29.9 22.8-47.9 23.6-1 0-2 .1-3 .1-19.4 0-38.4-7.6-48.7-19.5v-19.8c-.2.7-.2.7-.2.6zm0 24.2c11.1 11.1 29.8 18.1 48.7 18.1 1.1 0 2.1 0 3.1-.1l3.9-.3c2.1 2.9 4.3 6.5 6.2 10.5.1.3.4.4.6.4.1 0 .2 0 .3-.1.4-.2.5-.6.3-.9-1.8-3.7-3.8-7.2-5.9-10.1 1-.1 2-.3 3-.5 0 .1.1.2.1.3 6.8 9.5 13.9 27.4 14.2 42.3l-3-.3v-.2c-.2-7.1-2.1-15.7-5.3-24.3-.1-.4-.6-.5-.9-.4-.4.1-.5.6-.4.9 3.2 8.4 5.1 16.8 5.2 23.8l-70.3-6.4v-52.7zm260.6 51.2c-9.8 14.9-33 23.5-70.9 26.2-71.5 5.1-164.8 2.5-198.8.5-.7 0-1.3-.5-1.6-.9-.7-1-1-2.4-.7-3.8l2.3-15.5c.3-1.4 1.2-2.3 2.2-2.3h.1L258 309.1l3.5.3c2 .1 4 .3 6 .4.6 0 1.2.1 1.8.1 2.2.2 4.3.3 6.5.5h.1c2.1.1 4.2.3 6.3.4.5 0 1.1.1 1.6.1 2.1.1 4.3.3 6.4.4l6.3.3c.5 0 1 0 1.6.1 4.2.2 8.4.3 12.6.4h1.5c2.1 0 4.1.1 6.2.1h6.8c1.2 0 2.4-.1 3.6-.1.6 0 1.2 0 1.8-.1 1.2 0 2.4-.1 3.6-.2.5 0 1.1-.1 1.6-.1 1.7-.1 3.3-.2 4.9-.3h.1c1.7-.1 3.3-.3 4.9-.5.5-.1 1-.1 1.5-.2 1.1-.1 2.3-.3 3.4-.4.6-.1 1.1-.2 1.7-.2 1.1-.2 2.2-.3 3.3-.5.5-.1 1-.2 1.5-.2 1.5-.3 3-.5 4.5-.9h.1c1.5-.3 3-.7 4.5-1 .5-.1.9-.2 1.4-.4 1-.3 2-.5 3-.8.5-.1 1-.3 1.5-.5 1-.3 2-.6 2.9-.9.4-.1.9-.3 1.3-.5 1.4-.5 2.7-1 4-1.5h.1c1.3-.5 2.6-1.1 3.9-1.7l1.2-.6c.9-.4 1.8-.9 2.7-1.3.4-.2.9-.5 1.3-.7.9-.5 1.7-1 2.5-1.5.4-.2.8-.5 1.1-.7 1.2-.8 2.4-1.5 3.5-2.3.4-.3.8-.6 1.3-.9.1-.1.2-.1.2-.2.1 0 0 .3-.2.5z">
                              </path>
                              <path d="M192.5 315.8c-2.7-.1-5.3-.1-7.8-.2-.4 0-.7.3-.7.7 0 .4.3.7.7.7 2.6.1 5.2.1 7.8.2.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7z"></path>
                              <path
                                d="M227.2 312.5c-25.2-2.1-60.2-5.1-83.3-7.7-2.8-.3-5.4 1.7-5.8 4.5-.2 1.5.2 3 1.1 4.2.9 1.2 2.3 1.9 3.8 1.9 6.2.3 19 .9 34.5 1.4.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7-15.5-.5-28.2-1.1-34.5-1.4-1.1-.1-2.1-.6-2.8-1.4-.7-.9-1-2-.8-3.1.3-2.1 2.2-3.5 4.3-3.3 23.2 2.6 58.1 5.6 83.4 7.7.4 0 .7-.3.8-.6 0-.5-.3-.8-.7-.8zm32.5 2.6s-10.3-.8-25.4-2c-.3 0-.7.3-.8.6 0 .4.3.7.6.8 15.1 1.2 25.4 2 25.4 2h.1c.4 0 .7-.3.7-.7.1-.3-.2-.7-.6-.7zm69.1-8.8c10.3-.2 20.1-1.2 29.1-3 .4-.1.6-.5.6-.8-.1-.4-.5-.6-.8-.6-8.9 1.8-18.6 2.8-28.8 3-.4 0-.7.3-.7.7-.1.4.2.7.6.7z">
                              </path>
                            </svg>
                          </div>
                        </div>
                        <div class="card-information">
                          <div class="card-information__wrapper text-left">
                            <div class="card-vendor text-left">
                              <span class="visually-hidden">Vendor:</span> Vendor
                            </div>
                            <a class="card-title link-underline capitalize card-title-ellipsis text-left" role="link" aria-disabled="true" title="Example product title">
                        <span class="text">
                            Example product title
                        </span>
                    </a>
                            <div class="card-information__group">
                              <div class="card-price">
                                <div class="price">
                                  <dl>
                                    <div class="price__regular">
                                      <dd class="price__last">
                                        <span class="price-item price-item--regular"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <div class="price__sale">
                                      <dd class="price__compare">
                                        <s class="price-item price-item--regular">
                                        </s>
                                      </dd>
                                      <dd class="price__last">
                                        <span class="price-item price-item--sale"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <small class="unit-price caption hidden">
                                      <dt class="visually-hidden">Unit price</dt>
                                      <dd class="price__last">
                                        <span></span>
                                        <span aria-hidden="true">/</span>
                                        <span class="visually-hidden">&nbsp;per&nbsp;</span>
                                        <span>
                                        </span>
                                      </dd>
                                    </small>
                                  </dl>
                                  <span class="after_pay_wrp">
                                    <span class="text-after">| or split payments with</span>
                                    <span class="logo-after">
                                      <img src="https://cdn.shopify.com/s/files/1/1487/9440/files/w6x7k7m44tnm24jr46r3x24.png?v=1677667016" alt="after pay">
                                    </span>
                                  </span>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="product">
                  <div class="product-item">
                    <div class="card">
                      <div class="card-product card--text-only card--soft">
                        <div class="card-product__wrapper">
                          <div class="card-media card-media--square">
                            <svg class="placeholder-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.5 525.5">
                              <path
                                d="M381.3 247.3c.3-1.2 1.2-3.4 3.4-4.2l2.5-.9c.5-.2.8-.5.9-1l3.8-16.2c.1-.4 0-.8-.2-1.1-.2-.3-.6-.5-1-.6-61.1-8.3-93.8-.3-113.3 4.6-6.4 1.6-11.1 2.7-14.6 2.7s-8.2-1.1-14.6-2.7c-19.5-4.8-52.2-12.9-113.3-4.6-.4.1-.8.3-1 .6-.2.3-.3.7-.2 1.1l3.8 16.2c.1.5.5.9.9 1l2.5.9c2.2.8 3.1 3 3.4 4.2.4 1.4.7 3 1.1 4.6 1.8 7.6 4 17 7.9 25.9-7.6 8.2-13.4 15.3-16.2 18.9-.5.7-.8 1.5-.7 2.4.1.8.5 1.5 1 2 .5.7 1.9 2.6 4.6 3.4 2.4.7 4.6 1 6.6 1 7.8 0 13.4-4.7 17.5-9.4 6.7 5.9 15.6 9.7 27.8 9.7 43.9 0 52.1-24.5 57.5-40.7 3.3-9.8 5.4-15.3 11.4-15.3 6.1 0 8.3 5.6 11.6 15.4 5.4 16.1 13.5 40.6 57.4 40.6 12.4 0 21.4-4 28.2-10.1 4.2 4.8 9.8 9.8 17.8 9.8 2 0 4.2-.3 6.6-1.1 2.6-.8 4.1-2.7 4.6-3.4.6-.5.9-1.2 1-2 .1-.9-.1-1.7-.7-2.4-2.9-3.7-8.9-11-16.7-19.4 3.8-8.7 6-18 7.7-25.4.3-1.5.7-3 1-4.5zm-238.6 54.5c-2.1-.6-3.1-2.3-3.1-2.3-.1-.2-.2-.3-.4-.4-.1-.1-.1-.2-.1-.2 0-.1 0-.2.1-.3 2.7-3.4 8.2-10.1 15.3-17.9 2.5 4.9 5.5 9.6 9.4 13.5-6.9 7.9-13.1 10.1-21.2 7.6zm244.3-3.3c.1.1.1.2.1.3 0 .1 0 .2-.1.2l-.4.4s-1 1.7-3.1 2.3c-8.2 2.5-14.5.2-21.6-8 3.9-4 6.9-8.7 9.3-13.7 7.4 8.1 13 15 15.8 18.5zm-9.5-47.2c-4.8 20.6-12.1 51.7-45.8 51.7-41.8 0-49.2-22.3-54.7-38.6-3.1-9.3-5.8-17.4-14.3-17.4-8.3 0-11 8-14.1 17.3-5.5 16.3-12.9 38.7-54.8 38.7-33.7 0-41-31.1-45.8-51.7-.4-1.7-.8-3.2-1.1-4.7-.8-3.1-2.6-5.3-5.2-6.2l-1.7-.6-3.2-14c59.5-7.9 91.5 0 110.7 4.7 6.6 1.6 11.4 2.8 15.3 2.8s8.7-1.2 15.3-2.8c19.2-4.7 51.2-12.6 110.7-4.7l-3.2 14-1.7.6c-2.5.9-4.4 3.2-5.2 6.2-.5 1.5-.8 3.1-1.2 4.7z">
                              </path>
                              <path
                                d="M383.9 232c0-4.1-13.7-4.1-13.7 0 0 2 3.4 3.1 6.8 3.1 3.5 0 6.9-1 6.9-3.1zm-6.8 1.7c-3.4 0-5.4-1.1-5.4-1.7s2.1-1.7 5.4-1.7c3.4 0 5.4 1.1 5.4 1.7s-2.1 1.7-5.4 1.7zM141.8 232c0 2 3.4 3.1 6.8 3.1s6.8-1.1 6.8-3.1c.1-4-13.6-4-13.6 0zm6.8 1.7c-3.4 0-5.4-1.1-5.4-1.7s2.1-1.7 5.4-1.7 5.4 1.1 5.4 1.7-2 1.7-5.4 1.7zM356 227.6c-7.9-2-36.2-7.4-68 5.5-5.7 2.3-9.4 8-9.1 14.1.9 22.6 7 52.6 48.7 52.6 12.9 0 23.1-3.8 30.2-11.4 11.3-12.1 12.7-30.8 11.8-44.5-.6-7.9-6-14.4-13.6-16.3zm-67.5 6.8c15.7-6.4 30.5-8.2 42.4-8.2 11.9 0 20.8 1.8 24.7 2.8 5.3 1.3 9.4 5.1 11.4 10h-.1c-.1 0-14.3 1.7-36.4 3.5-9 .7-20.2 1.6-32.9 2.2h-.8c-.1 0-.2 0-.3.1-5 .3-10.2.5-15.6.7-.2 0-.3.1-.5.1.4-5.1 3.5-9.4 8.1-11.2zm39.1 64c-39.9 0-46.2-28.5-47.2-50.4.2.1.3.1.5.1 5.8-.2 11.4-.4 16.7-.7 28.4.1 40.9 18.3 51.9 34.4 1.6 2.4 3.2 4.7 4.8 6.9.2.2.4.4.7.5-6.8 6.1-15.9 9.2-27.4 9.2zm29.2-11.1c0-.1-.1-.3-.2-.4-1.6-2.2-3.1-4.4-4.7-6.8-8.8-12.9-19.4-28.3-39.2-33.7 6.5-.4 12.4-.9 17.6-1.3 10.4 5.8 21.4 14.7 33.6 27.3.3.3.6.4 1 .4h.1c-1.8 5.4-4.4 10.4-8.2 14.5zm9-17c-11-11.2-21.1-19.6-30.6-25.5 19.5-1.6 31.9-3.1 32-3.1.2 0 .4-.1.5-.2.2.8.3 1.6.3 2.5.5 6.7.5 16.7-2.2 26.3zM238 233c-31.7-12.9-60-7.5-68-5.5-7.6 1.9-13.1 8.5-13.6 16.4-.9 13.6.5 32.4 11.8 44.5 7.1 7.6 17.3 11.4 30.2 11.4 41.7 0 47.8-30 48.7-52.6.3-6.2-3.4-11.8-9.1-14.2zm-67.6-4.1c7.7-1.9 34.9-7.2 65.7 4.9-8 .9-14.7 1.5-22.6 2.2-5.5.5-11.6 2.6-18.3 6.3-21.8-1.7-35.8-3.4-36-3.4h-.3c2.1-4.9 6.2-8.6 11.5-10zM157.9 244c.1-.9.2-1.8.4-2.6.2.2.4.3.7.3.1 0 12.5 1.5 32 3.1-9.6 6-19.7 14.4-30.7 25.7-2.8-9.7-2.8-19.8-2.4-26.5zm40.5 54.4c-11.5 0-20.6-3.1-27.4-9.2.3-.1.6-.2.8-.5 1.5-2.1 3-4.2 4.6-6.5 11.4-16.5 24.3-35.1 55.1-34 5.1.2 8.8.3 13.6.3.2 0 .3 0 .4-.1-.9 21.9-7.3 50-47.1 50zm46.8-52.7c-4.8 0-8.4-.1-13.5-.3-32.4-1.3-46.4 19-57.6 35.2-1.6 2.3-3 4.4-4.5 6.4-.1.2-.2.3-.2.5-3.9-4.2-6.5-9.2-8.3-14.5h.3c.4 0 .7-.1 1-.4 12.3-12.6 23.4-21.6 34-27.5 6.5-3.6 12.4-5.7 17.6-6.2 8.5-.7 15.7-1.5 24.7-2.4.5-.1 1-.4 1.2-.9 3.5 2.3 5.7 6.1 6 10.2-.4-.1-.5-.1-.7-.1z">
                              </path>
                            </svg>
                          </div>
                        </div>
                        <div class="card-information">
                          <div class="card-information__wrapper text-left">
                            <div class="card-vendor text-left">
                              <span class="visually-hidden">Vendor:</span> Vendor
                            </div>
                            <a class="card-title link-underline capitalize card-title-ellipsis text-left" role="link" aria-disabled="true" title="Example product title">
                        <span class="text">
                            Example product title
                        </span>
                    </a>
                            <div class="card-information__group">
                              <div class="card-price">
                                <div class="price">
                                  <dl>
                                    <div class="price__regular">
                                      <dd class="price__last">
                                        <span class="price-item price-item--regular"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <div class="price__sale">
                                      <dd class="price__compare">
                                        <s class="price-item price-item--regular">
                                        </s>
                                      </dd>
                                      <dd class="price__last">
                                        <span class="price-item price-item--sale"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <small class="unit-price caption hidden">
                                      <dt class="visually-hidden">Unit price</dt>
                                      <dd class="price__last">
                                        <span></span>
                                        <span aria-hidden="true">/</span>
                                        <span class="visually-hidden">&nbsp;per&nbsp;</span>
                                        <span>
                                        </span>
                                      </dd>
                                    </small>
                                  </dl>
                                  <span class="after_pay_wrp">
                                    <span class="text-after">| or split payments with</span>
                                    <span class="logo-after">
                                      <img src="https://cdn.shopify.com/s/files/1/1487/9440/files/w6x7k7m44tnm24jr46r3x24.png?v=1677667016" alt="after pay">
                                    </span>
                                  </span>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="product">
                  <div class="product-item">
                    <div class="card">
                      <div class="card-product card--text-only card--soft">
                        <div class="card-product__wrapper">
                          <div class="card-media card-media--square">
                            <svg class="placeholder-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.5 525.5">
                              <path
                                d="M271.9 192.7c-.5-3.8-3.7-6.1-8.6-6.1-4.9 0-8 2.3-8.6 6.1-66.9 5.7-76 78.9-77.2 102-.1 2 .8 3.7 2.5 4.8 1.1.7 2.3.9 3.5.7v29.4c0 2.8 1.4 5.5 3.7 7.1 2.3 1.6 5.1 2 7.8 1.1 6-2.1 12.1-5.7 18.6-9.4 13.3-7.8 28.4-16.5 48.9-16.5 21.2 0 34.9 8.5 47 16 7.3 4.5 14.2 8.8 21.9 10.7.7.2 1.4.2 2 .2 1.9 0 3.7-.6 5.2-1.8 2.1-1.7 3.4-4.2 3.4-6.9v-29.9c.2 0 .5.1.7.1.9 0 1.9-.3 2.8-.8 1.7-1 2.6-2.8 2.5-4.8-1.2-23-10.2-96.1-76.1-102zm-8.6-3c1.8 0 4.7.4 5.5 2.8-1.8-.1-3.6-.2-5.5-.2h-.1c-1.8 0-3.6.1-5.4.2.8-2.4 3.7-2.8 5.5-2.8zM339 330.1c0 1.8-.8 3.4-2.2 4.5-1.4 1.1-3.1 1.4-4.7 1-7.2-1.8-13.9-5.9-21-10.3-12.5-7.7-26.6-16.4-48.6-16.4-21.3 0-36.7 9-50.4 16.9-6.3 3.7-12.3 7.2-18.1 9.2-1.7.6-3.5.3-5-.7-1.5-1.1-2.4-2.8-2.4-4.7v-29.9c0-.2-.1-.5-.2-.7 10.6-5.8 34.1-15 76.4-15 42.3 0 65.7 9.1 76.4 15-.1.2-.2.4-.2.7v30.4zm4.9-33.1c-.7.4-1.6.5-2.3 0-2.3-1.3-5.4-2.9-9.2-4.4.6-2.3 1.1-4.7 1.6-7.1.1-.4-.2-.8-.6-.9-.4-.1-.8.2-.9.6-.4 2.3-.9 4.6-1.5 6.8-13.3-5.3-35.1-10.9-68.3-10.9-33.2 0-55 5.6-68.2 10.9-.6-2.6-1.2-5.2-1.7-7.8-.1-.4-.5-.7-.9-.6-.4.1-.7.5-.6.9.5 2.7 1.1 5.5 1.8 8.1-3.8 1.6-6.8 3.1-9.2 4.5-.7.4-1.6.4-2.3 0-.7-.4-1.1-1.2-1.1-2 .5-9.1 2.2-26.3 8.4-43.8-.1 3.7-.1 7.5 0 11.2 0 .4.3.7.8.7.4 0 .7-.4.7-.8-.2-5.3-.1-10.6.2-15.8.6-1.5 1.2-2.9 1.8-4.4-.9 9.5-1.5 26.8 2.5 46 .1.4.4.6.7.6h.2c.4-.1.7-.5.6-.9-4.8-22.5-3-42.4-2-49.9 11.3-22.5 31.6-42.4 68-42.6v83c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-83h1.5v4.4c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-4.4c33.8 1.3 53 20.5 63.9 42.1 1 7.1 2.9 27.4-2 50.4-.1.4.2.8.6.9h.2c.3 0 .7-.2.7-.6 4.2-19.5 3.5-37.1 2.5-46.5.7 1.5 1.3 2.9 1.9 4.4.3 4.7.4 9.5.3 14.3 0 .4.3.8.7.8.4 0 .7-.3.8-.7.1-3.3 0-6.5-.1-9.7 6.2 17.6 7.9 34.9 8.4 44.1 0 .8-.4 1.6-1.1 2.1z">
                              </path>
                              <path
                                d="M295.5 203.8c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1c0-2.2-1.9-4.1-4.1-4.1zm0 6.7c-1.4 0-2.6-1.2-2.6-2.6 0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6c0 1.4-1.2 2.6-2.6 2.6zm-64.4-6.7c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1c0-2.2-1.8-4.1-4.1-4.1zm0 6.7c-1.4 0-2.6-1.2-2.6-2.6 0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6c0 1.4-1.2 2.6-2.6 2.6zm105.3 90.7c-.4 0-.8.3-.8.8v24.8c0 1.6-.8 3-2.1 3.9-1.3.9-2.9 1-4.3.4-2.2-.9-4.6-2.1-7.2-3.6-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 2.7 1.5 5.1 2.7 7.4 3.7.8.3 1.6.5 2.3.5 1.2 0 2.3-.3 3.4-1 1.7-1.1 2.8-3.1 2.8-5.1v-24.8c-.1-.6-.4-.9-.8-.9zm-19.8 23c-1-.6-2-1.2-3-1.9-2.5-1.5-5.1-3.1-7.8-4.7-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 2.7 1.5 5.3 3.1 7.8 4.7 1 .6 2 1.2 3 1.9.1.1.3.1.4.1.3 0 .5-.1.6-.4.2-.3.1-.8-.3-1zm-14.6-8.6c-9.1-4.9-21.9-10.5-39.9-10.5-22.3 0-38.6 9.4-53.1 17.6-4.4 2.5-8.5 4.9-12.5 6.8-1.4.7-3.1.6-4.4-.2-1.4-.9-2.2-2.3-2.2-3.9v-23.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v23.5c0 2.1 1.1 4.1 2.9 5.2 1 .6 2.1.9 3.2.9.9 0 1.8-.2 2.6-.6 4.1-2 8.2-4.3 12.6-6.9 14.3-8.2 30.4-17.4 52.3-17.4 17.7 0 30.3 5.5 39.2 10.3.4.2.8.1 1-.3.4-.3.3-.8-.1-1z">
                              </path>
                              <path
                                d="M192.7 309.8c.4 0 .8-.3.8-.8v-9.1c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v9.1c0 .4.4.8.8.8zm1.1 14.8c.6.4 1.4.6 2.1.6.6 0 1.1-.1 1.7-.4 3-1.4 5.9-3 8.6-4.4.4-.2.5-.7.3-1-.2-.4-.7-.5-1-.3-2.7 1.5-5.7 3-8.6 4.4-.8.4-1.6.3-2.3-.1-.7-.5-1.1-1.2-1.1-2.1v-7.7c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v7.7c0 1.3.7 2.6 1.9 3.3zm15.8-6.1c.1 0 .2 0 .4-.1 2.4-1.3 4.8-2.6 7.3-3.9.4-.2.5-.6.3-1s-.6-.5-1-.3c-2.5 1.3-5 2.6-7.3 3.9-.4.2-.5.7-.3 1 0 .2.3.4.6.4zm12.4-6.4c9.7-4.6 23-10 40.2-10 23.1 0 38 8.6 51.1 16.2 5 2.9 9.8 5.6 14.7 7.7.5.2 1 .3 1.6.3.8 0 1.5-.2 2.2-.7 1.1-.7 1.8-2 1.8-3.3v-22.5c0-.4-.3-.8-.8-.8s-.8.3-.8.8v22.5c0 .8-.4 1.6-1.1 2-.7.5-1.6.5-2.3.2-4.8-2.1-9.5-4.8-14.5-7.7-13.3-7.7-28.4-16.4-51.9-16.4-17.5 0-31 5.4-40.8 10.1-.4.2-.5.6-.4 1 .2.6.7.8 1 .6zm44.3-107.8c-.4 0-.8.3-.8.8v23.7c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-23.7c0-.5-.4-.8-.8-.8zm-6 61c-.4 0-.8.3-.8.8v8.9c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-9c-.1-.4-.4-.7-.8-.7zm0-21.5c-.4 0-.8.3-.8.8v15.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-15.3c-.1-.4-.4-.8-.8-.8zm75.3 23c-.4 0-.8.3-.8.7-.3 3.8-.7 7.6-1.2 11.4-.1.4.2.8.6.9h.1c.4 0 .7-.3.7-.6.5-3.8 1-7.6 1.2-11.5.1-.5-.2-.9-.6-.9zm-145.6.3c-.4 0-.7.4-.7.8.3 3.5.6 7.1 1.1 10.6.1.4.4.6.7.6h.1c.4-.1.7-.4.6-.9-.5-3.4-.9-7-1.1-10.5 0-.4-.4-.7-.7-.6z">
                              </path>
                            </svg>
                          </div>
                        </div>
                        <div class="card-information">
                          <div class="card-information__wrapper text-left">
                            <div class="card-vendor text-left">
                              <span class="visually-hidden">Vendor:</span> Vendor
                            </div>
                            <a class="card-title link-underline capitalize card-title-ellipsis text-left" role="link" aria-disabled="true" title="Example product title">
                        <span class="text">
                            Example product title
                        </span>
                    </a>
                            <div class="card-information__group">
                              <div class="card-price">
                                <div class="price">
                                  <dl>
                                    <div class="price__regular">
                                      <dd class="price__last">
                                        <span class="price-item price-item--regular"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <div class="price__sale">
                                      <dd class="price__compare">
                                        <s class="price-item price-item--regular">
                                        </s>
                                      </dd>
                                      <dd class="price__last">
                                        <span class="price-item price-item--sale"> $56.00 </span>
                                      </dd>
                                    </div>
                                    <small class="unit-price caption hidden">
                                      <dt class="visually-hidden">Unit price</dt>
                                      <dd class="price__last">
                                        <span></span>
                                        <span aria-hidden="true">/</span>
                                        <span class="visually-hidden">&nbsp;per&nbsp;</span>
                                        <span>
                                        </span>
                                      </dd>
                                    </small>
                                  </dl>
                                  <span class="after_pay_wrp">
                                    <span class="text-after">| or split payments with</span>
                                    <span class="logo-after">
                                      <img src="https://cdn.shopify.com/s/files/1/1487/9440/files/w6x7k7m44tnm24jr46r3x24.png?v=1677667016" alt="after pay">
                                    </span>
                                  </span>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="predictive-search predictive-search--header quickSearchResultsWrap" 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 /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_selector"><input name="return_to" type="hidden"
    value="/products/microfiber-car-drying-towel-75x150cm?fbclid=PAY2xjawGv8JpleHRuA2FlbQEwAGFkaWQAAAX7sCjr8gGm1MDLr90ERtlIwEFjnYm18Bf3UdBXo0A-92r1RY7s_T3iTz7JEZ5s3TqO_aem_RaXPX6JW-fFhzVaGqMrLZQ"><label class="locale-selectors__label"
    id="country_code_label" for="country_code"><span>Country/region</span><select id="country_code" class="locale-selectors__selector" name="country_code">
      <option value="AU">Australia (AUD $)</option>
      <option value="NZ">New Zealand (NZD $)</option>
    </select></label></form>

Text Content

Skip to content
Now in all Briscoes stores across NZ | FREE SHIPPING for NZ & AUS for orders
$65+!
Menu Close
 * THE ORIGINAL 2.0
 * PORSCHE by RDTs
 * PRODUCTS
     PRODUCTS
   * Go to PRODUCTS
   * DRY
        PRODUCTS
      * Go to DRY
      * The Original 2.0 Car Drying Towel
      * PORSCHE by Rapid Dry Towels - The Original 2.0 Car Drying Towel
      * The Original 2.0 Car Drying Towel 2-pack
      * The Finisher - Detailing Towel
      * The Finisher 3-pack
      * The Micro Rapid Dry Towel
   
   * WASH
        PRODUCTS
      * Go to WASH
      * The Mach 2 Speed Car Wash Towel
      * RDTs' Wash and Dry Bundle
      * Rapid Car Shampoo (Car wash / Boat wash)
   
   * FINISH
        PRODUCTS
      * Go to FINISH
      * The Finisher - Detailing Towel
      * The Finisher 3-pack
   
   * MARINE
        PRODUCTS
      * Go to MARINE
      * Rapid Dry Towels + Salt-Shark
      * All Marine
   
   * BUNDLES
   * OTHER
        PRODUCTS
      * Go to OTHER
      * The Micro Rapid Dry Towel
      * Doggy DrySaver Towel
 * ABOUT
 * HELP
     HELP
   * Go to HELP
   * Shipping Info
   * Returns Info
   * Contact us
 * OTHER
     OTHER
   * Go to OTHER
   * Reviews
   * Affiliates
   * Locations


Sign In Cart
00 items
user Log in
Cart
00 items
">





Rapid Dry Towels Best Seller


THE ORIGINAL 2.0 CAR DRYING TOWEL

1990 reviews
$56.00
$56.00
Unit price /  per  | or split payments with

The Original 2.0 Car Drying Towel - Our hero product

We’ve made it even better. They said it couldn’t be done, but after three years
of trial and error, we did it. The Original is now the Original 2.0—softer, more
absorbent, and simply superior to our already unmatched Original...

Show More
Quantity:
Decrease quantity for The Original 2.0 Car Drying Towel Increase quantity for
The Original 2.0 Car Drying Towel
Add to cart


SHIPPING & RETURNS INFO

Free Shipping for NZ & AUS for orders $65+

🚚 Shipping Timeframes: We can still ship during COVID lockdowns.
FREE SHIPPING for NZ & AUS for orders $65+

🇦🇺 Australia: Standard Shipping: 3-10 working days Expedited Shipping: 2-6
working days

🇳🇿 New Zealand: Standard Shipping: 1-3 working days Expedited Shipping:
Overnight (must be ordered before 1.30pm, Friday orders arrive Monday)


If there is a problem with your Rapid Dry Towel - let us know and we'll do what
we can to make it right.
If for any reason you don't like your Rapid Dry Towel return it within 30 days
for a full refund. That's it.
Send us a note to info@rapiddrytowels.com and we'll look after you.
2x Original 2.0 Car Drying Towels

$98.00

Add
The Mach 2 Speed Car Wash Towel

$47.00

Add


Description

DESCRIPTION

x

The Original 2.0 Car Drying Towel - Our hero product

We’ve made it even better. They said it couldn’t be done, but after three years
of trial and error, we did it. The Original is now the Original 2.0—softer, more
absorbent, and simply superior to our already unmatched Original Rapid Dry
Towel.

Our Journey:

Originally, experts claimed our fabric was impossible to create. Yet, we
achieved it. And now, we’ve perfected it. After years of searching for a towel
or chamois to dry cars without wringing out, we realised it didn’t exist—so we
invented it.

Why the Original 2.0 is a Game Changer:

 * Unparalleled Performance: Dry an entire average-sized car without wringing
   out the towel.
 * Impressive Size: At a whopping 59x30 inches, it’s the size of a beach towel,
   ensuring complete coverage and the ability to dry large areas without having
   to move around the vehicle.
 * Gentle Yet Powerful: Will not scratch, creates no lint, and guarantees a
   spotless finish without streaks.
 * Durability: Machine wash and tumble dry over 500 times without losing
   effectiveness.
 * Convenient: Comes with a handy carry bag for easy storage and transport.

Versatile Use:

 * Around the House: Perfect for windows, shower glass, and spills.
 * On the Go: Great for boats, RVs, caravans, and even pets.

Washing Instructions:

For optimal care, machine wash and tumble dry on low heat. Skip laundry
detergent to effectively remove existing soaps without adding new ones, as
detergents may not rinse out completely in the washing machine. Wash separately
from natural fibers like cotton and wool to prevent lint transfer, as our towels
can pick up lint from other fabrics. Avoid using bleach, fabric softener, and
dryer sheets to maintain the towels’ performance and longevity.

Trusted by Top Brands with 2,000+ Five Star Verified Customer Reviews:

Our towels are used and sold by prestigious brands including Porsche, Shelby
American, Audi, Volkswagen, Skoda, GardX, Ceramic Pro, and more. 99% of all
reviews for the Original 2.0 rate it five stars, attesting to its incredible
quality and performance.

Dry your car, SUV, truck, boat, jet ski, aircraft, and more in as little as 90
seconds! This is the best drying towel you will ever use.

Experience the Difference:

The Original 2.0 - Rapid Dry Vehicle Towel is not just a product; it’s a
revolution in car care. Try it and see why it’s the ultimate choice for
discerning car enthusiasts, marine lovers, and homeowners alike.

FAQ

FAQ

x
1. How do I wash my Rapid Dry Towel?

Machine wash with cold to warm water. You can use a soft detergent however we
don’t think it is necessary as the towel will retain some of the car wash and
you are attempting to keep the towel 100% free of any residue. Avoid using
fabric softener or bleach, as these can damage the fibres and reduce their
effectiveness.

Dry the towel on low heat in a tumble dryer or air-dry (best kept out of the sun
when drying as the sun can react with minerals in your water to and make fabrics
become hard which reduces their effectiveness).

It's best to keep microfiber and regular fabrics separate when you wash/dry.
Microfiber won't create lint. But the lint from regular fabrics could get into
the microfiber weave - and then it won't be the 100% scratch free microfiber
that you are after.

2. What is the Rapid Dry fabric?

It's 100% microfiber (with a very unique blend).

It is a channel weave that we found to be the best in testing.

3. How long will it take me to dry my car?

Answer - a lot quicker than without.

We dry Porsche 911s in 90 seconds but a regular car will be 3 minutes or so.

Want to win a free Rapid Dry Towel?

Send us time and video evidence of you drying your prized possession. The
fastest time of the month gets a free Original Rapid Dry Towel. Our word is
final on who we deem to be quickest though - we get that cars are different
sizes.

4. Do you ship internationally?

We have warehouses in Los Angeles, USA, Melbourne, Australia and Auckland, New
Zealand. We ship domestically from those locations.

Any orders outside of the USA, Australia and New Zealand are shipped from Los
Angeles.

We cannot guarantee that you will not be charged additional fees at your border.

Rates are based on weight and destination.

5. How scratch resistant is my Rapid Dry Towel?

Very. But, check your towel for dirt and other foreign objects prior to each use
- or after each wash like me. Remember, the cloth is scratch resistant but that
little twig isn't.

6. How long will my Rapid Dry Towel last?

500+ machine washes and tumble dries. It really is a great fabric. Honestly.

7. Is The Original Rapid Dry Towel too cumbersome when it absorbs water?

No - it's definitely different than the wash cloth sized chamois that you pick
up at the auto repair shop.

But you will find a new drying rhythm when you use it for the first time.

We use the full size for the roof, hood etc and fold it for the more intricate
areas.

You can always put some of it over your shoulder too.

Any questions or suggestions - fire away at makemefaster@rapiddrytowels.com.

8. Will a Rapid Dry Towel dry my boat?

Absolutely. It will be lightening quick at that too.

9. What are other uses for Rapid Dry Towels?

We have customers that rave about their use on: people, shower glass, windows,
dogs, horses, boats, planes, helicopters, jet skis. The fabric is incredibly
absorbent and doesn’t streak so it lends itself to almost any purpose that you
could need a piece of fabric for!
Reviews
1990 reviews
Chris K. | Mar 22, 2022

"Most products don’t deliver what they promised. I drive an X6 and it take me no
time at all to dry without swirl marks. Have already recommended it to my
friends and family."

Read all reviews

1990 Reviews

THE ORIGINAL 2.0 CAR DRYING TOWEL

$56.00
Quantity:
Decrease quantity for The Original 2.0 Car Drying Towel Increase quantity for
The Original 2.0 Car Drying Towel
Add to cart
Quantity:
Decrease quantity for The Original 2.0 Car Drying Towel Increase quantity for
The Original 2.0 Car Drying Towel
Add to cart

THE ORIGINAL 2.0 CAR DRYING TOWEL

$56.00



WE MADE IT

After years of searching for a product to meet our requirements we came to a
conclusion - it didn't exist. So... We made it. Introducing the Rapid Dry Towels
"The Original". It's the size of a beach towel, it won't scratch, it's
incredibly absorbent and it will wash and dry hundreds of times. When it comes
to drying your car, SUV, truck, boat, or plane, SIZE DOES MATTER. Buy Now

MADE FROM THE FINEST MATERIALS

We created the Rapid Dry Towel with a special weave that we found to be the best
in testing. It took four months to create the orginal Rapid Dry Towels’ Channel
Weave and four years to create our latest Channel Weave for the Original 2.0.
The secret is in the blend, weave and density. You have to balance all three.
Some people thought we were crazy using such a high quality fabric. But that is
the point of Rapid Dry Towels. Shop Now

HUGE TOWEL

Size is a necessity to dry without wringing out. The Original Rapid Dry Towel is
a massive 150 by 75 cm (~59 by 30 inches). And it comes in a handy carry bag.


RELATED PRODUCTS

RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
RDT
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with


VERIFIED CUSTOMER REVIEWS

Based on 1990 reviews
Write a review
99%
(1965)
1%
(20)
0%
(5)
0%
(0)
0%
(0)
See all reviews
Most Recent Highest Rating Lowest Rating Only Pictures Pictures First Videos
First Most Helpful
T
11/22/2024

Terrie Badullovich

So very cool!!





S
11/21/2024

S.H.

Prompt delivery, Towels work brilliantly.





D
11/21/2024

Darrin Hutchen

Works great love them





R
11/16/2024

Richard Pereira

The rapid car towel is simply amazing—worth every penny





D
11/14/2024

Darrin Hutchen

Dose what says the best towels





123



SHOP BY STEP

Shop Now
Shop Now
Shop Now
Shop Now

FREE SHIPPING for NZ & AUS for orders $65+
We ship from Auckland & Melbourne
Afterpay available at Checkout


RAPID DRY TOWELS

We've been washing cars for decades. But as long as we can remember washing cars
we can remember the time taken to dry them! We went from leather chamois to faux
chamois to the regular small microfiber towels. But they all had one thing in
common - wringing out. The dry a bit, wring out and repeat became monotonous...

Find us here


PO Box 147612
Ponsonby Auckland 1144
New Zealand


info@rapiddrytowels.com




SHOP

 * The Original 2.0 Car Drying Towel
 * The Mach 2 Speed Car Wash Towel
 * The Finisher
 * Micro Rapid Dry Towels
 * Marine
 * Bundles
 * Salt-Shark
 * Digital Gift Cards
 * Shop All Products >


HELPFUL LINKS

 * Shipping & Returns Info
 * About
 * Reviews
 * Affiliates
 * Contact us


WIN THE ORIGINAL RAPID DRY TOWEL

Your email
Submit

Copyright © 2024 Rapid Dry Towels NZ/AUS.
Go to US Site
Payment methods
 * Visa
 * Mastercard
 * American Express
 * Apple Pay
 * Discover
 * PayPal
 * Shop Pay

 * 


 * Choosing a selection results in a full page refresh.



Thanks for subscribing!

This email has been registered!




SHOP THE LOOK


Search


TRENDING NOW

 * dempus
 * sample
 * magnis
 * loremous saliduar
 * naminos
 * dinterdum
 * clothing shopify themes
 * trending collection


POPULAR PRODUCTS

Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with



TRENDING NOW

 * dempus
 * sample
 * magnis
 * loremous saliduar
 * naminos
 * dinterdum
 * clothing shopify themes
 * trending collection


POPULAR PRODUCTS

Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with

Close



CHOOSE OPTIONS





Close

Close

HAVE QUESTIONS?


this is just a warning

Login Close
Email Address *
Password *
Forgot your password? Create account
Close
Shopping Cart
0 items
Free shipping for all orders over $65.00!

Your cart is empty
Continue Shopping
Close
Search
Search


TRENDING NOW

 * dempus
 * sample
 * magnis
 * loremous saliduar
 * naminos
 * dinterdum
 * clothing shopify themes
 * trending collection


POPULAR PRODUCTS

Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with



TRENDING NOW

 * dempus
 * sample
 * magnis
 * loremous saliduar
 * naminos
 * dinterdum
 * clothing shopify themes
 * trending collection


POPULAR PRODUCTS

Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with
Vendor: Vendor
Example product title
$56.00
$56.00
Unit price /  per  | or split payments with

Menu Close
Sign In Create an Account



★ Judge.me Reviews


LET CUSTOMERS SPEAK FOR US


Based on 2395 reviews
Write a review
98%
(2357)
1%
(26)
0%
(8)
0%
(1)
0%
(3)
See all reviews
Most Recent Highest Rating Lowest Rating Only Pictures Pictures First Videos
First Most Helpful
Product Reviews (2316)Shop Reviews (79)
T
11/27/2024 The Finisher 3-pack

Terrie Badullovich

Truly wonderful!!





T
11/22/2024 2x Original 2.0 Car Drying Towels

Terrie Badullovich

So very cool!!





S
11/21/2024 2x Original 2.0 Car Drying Towels

S.H.

Prompt delivery, Towels work brilliantly.





D
11/21/2024 The Finisher 3-pack

Darrin Hutchen

Works great





D
11/21/2024 2x Original 2.0 Car Drying Towels

Darrin Hutchen

Works great love them






123
Powered by Judge.me

Judge.meJudge.me

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

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
Country/regionAustralia (AUD $)New Zealand (NZD $)