www.therevury.com Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.therevury.com/,
Submission: On February 05 via api from US — Scanned from CA

Form analysis 15 forms found in the DOM

POST /checkout

<form action="/checkout" method="post" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="The Revury" class="js-cart_content__form hidden"> <a class="cart_content__continue-shopping secondary_button">
                  Continue Shopping</a>
  <ul class="cart_items js-cart_items clearfix"></ul>
  <hr>
  <ul>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money">$0.00</span></span> <span>Subtotal</span></li>
    <li> <button type="submit" class="action_button add_to_cart"><span class="icon-lock"></span>Checkout</button>
      <div id="is-a-gift" style="clear: left; margin: 15px 0" class="clearfix rte">
        <p class="gift-wrap"> <input id="gift-wrapping" type="checkbox" name="attributes[gift-wrapping]" value="yes" style="float: none;" onchange="handleClick(this);"> <label for="gift-wrapping"
            style="display:inline; padding-left: 5px; float: none;"> Please gift wrap my product for $5!</label></p>
      </div>
      <style>
        #updates_33133041025106 {
          display: none;
        }
      </style>
      <script src="//www.therevury.com/cdn/shop/t/59/assets/jquery.min.js?v=9503732020592794151692199324"></script>
      <script>
        Shopify.Cart = Shopify.Cart || {};
        Shopify.Cart.GiftWrap = {};
        Shopify.Cart.GiftWrap.set = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 1
              },
              attributes: {
                'gift-wrapping': true
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        Shopify.Cart.GiftWrap.remove = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 0
              },
              attributes: {
                'gift-wrapping': ''
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        // If we have nothing but gift-wrap items in the cart.
        function handleClick(e) {
          if (e.checked) {
            Shopify.Cart.GiftWrap.set();
          } else {
            Shopify.Cart.GiftWrap.remove();
          }
        }

        function updateDropdownCart() {
          fetch('/').then(function(response) {
            // The API call was successful!
            return response.text();
          }).then(function(html) {
            // Convert the HTML string into a document object
            var parser = new DOMParser();
            var doc = parser.parseFromString(html, 'text/html');
            var cartItems = doc.querySelector('header .header .cart_items').innerHTML;
            document.querySelector('#header .cart_items').innerHTML = cartItems;
            var subTotal = doc.querySelector('header .header .js-cart_subtotal').innerHTML;
            document.querySelector('#header .js-cart_subtotal').innerHTML = subTotal;
          });
        }
      </script>
    </li>
  </ul>
</form>

/search

<form action="/search" class="header_search_form"> <input type="hidden" name="type" value="product"> <span class="icon-search search-submit" style="display: block;"></span> <input type="text" name="q" placeholder="Search" autocapitalize="off"
    autocomplete="off" autocorrect="off" class="search-terms boost-pfs-search-box" id="boost-pfs-search-box-0" data-search-box="boost-pfs-search-box-0" role="combobox" aria-expanded="false" aria-autocomplete="list"
    aria-label="When autocomplete results are available use up and down arrows to review and enter to select" aria-owns="boost-pfs-search-suggestion-0" data-already-init="true">
  <div class="search__results-wrapper">
    <ul class="search__results"></ul>
  </div>
</form>

POST /checkout

<form action="/checkout" method="post" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="The Revury" class="js-cart_content__form hidden"> <a class="cart_content__continue-shopping secondary_button">
                  Continue Shopping</a>
  <ul class="cart_items js-cart_items clearfix"></ul>
  <hr>
  <ul>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money">$0.00</span></span> <span>Subtotal</span></li>
    <li> <button type="submit" class="action_button add_to_cart"><span class="icon-lock"></span>Checkout</button>
      <div id="is-a-gift" style="clear: left; margin: 15px 0" class="clearfix rte">
        <p class="gift-wrap"> <input id="gift-wrapping" type="checkbox" name="attributes[gift-wrapping]" value="yes" style="float: none;" onchange="handleClick(this);"> <label for="gift-wrapping"
            style="display:inline; padding-left: 5px; float: none;"> Please gift wrap my product for $5!</label></p>
      </div>
      <style>
        #updates_33133041025106 {
          display: none;
        }
      </style>
      <script src="//www.therevury.com/cdn/shop/t/59/assets/jquery.min.js?v=9503732020592794151692199324"></script>
      <script>
        Shopify.Cart = Shopify.Cart || {};
        Shopify.Cart.GiftWrap = {};
        Shopify.Cart.GiftWrap.set = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 1
              },
              attributes: {
                'gift-wrapping': true
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        Shopify.Cart.GiftWrap.remove = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 0
              },
              attributes: {
                'gift-wrapping': ''
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        // If we have nothing but gift-wrap items in the cart.
        function handleClick(e) {
          if (e.checked) {
            Shopify.Cart.GiftWrap.set();
          } else {
            Shopify.Cart.GiftWrap.remove();
          }
        }

        function updateDropdownCart() {
          fetch('/').then(function(response) {
            // The API call was successful!
            return response.text();
          }).then(function(html) {
            // Convert the HTML string into a document object
            var parser = new DOMParser();
            var doc = parser.parseFromString(html, 'text/html');
            var cartItems = doc.querySelector('header .header .cart_items').innerHTML;
            document.querySelector('#header .cart_items').innerHTML = cartItems;
            var subTotal = doc.querySelector('header .header .js-cart_subtotal').innerHTML;
            document.querySelector('#header .js-cart_subtotal').innerHTML = subTotal;
          });
        }
      </script>
    </li>
  </ul>
</form>

POST /checkout

<form action="/checkout" method="post" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="The Revury" class="js-cart_content__form hidden"> <a class="cart_content__continue-shopping secondary_button">
                  Continue Shopping</a>
  <ul class="cart_items js-cart_items clearfix"></ul>
  <hr>
  <ul>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money">$0.00</span></span> <span>Subtotal</span></li>
    <li> <button type="submit" class="action_button add_to_cart"><span class="icon-lock"></span>Checkout</button>
      <div id="is-a-gift" style="clear: left; margin: 15px 0" class="clearfix rte">
        <p class="gift-wrap"> <input id="gift-wrapping" type="checkbox" name="attributes[gift-wrapping]" value="yes" style="float: none;" onchange="handleClick(this);"> <label for="gift-wrapping"
            style="display:inline; padding-left: 5px; float: none;"> Please gift wrap my product for $5!</label></p>
      </div>
      <style>
        #updates_33133041025106 {
          display: none;
        }
      </style>
      <script src="//www.therevury.com/cdn/shop/t/59/assets/jquery.min.js?v=9503732020592794151692199324"></script>
      <script>
        Shopify.Cart = Shopify.Cart || {};
        Shopify.Cart.GiftWrap = {};
        Shopify.Cart.GiftWrap.set = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 1
              },
              attributes: {
                'gift-wrapping': true
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        Shopify.Cart.GiftWrap.remove = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 0
              },
              attributes: {
                'gift-wrapping': ''
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        // If we have nothing but gift-wrap items in the cart.
        function handleClick(e) {
          if (e.checked) {
            Shopify.Cart.GiftWrap.set();
          } else {
            Shopify.Cart.GiftWrap.remove();
          }
        }

        function updateDropdownCart() {
          fetch('/').then(function(response) {
            // The API call was successful!
            return response.text();
          }).then(function(html) {
            // Convert the HTML string into a document object
            var parser = new DOMParser();
            var doc = parser.parseFromString(html, 'text/html');
            var cartItems = doc.querySelector('header .header .cart_items').innerHTML;
            document.querySelector('#header .cart_items').innerHTML = cartItems;
            var subTotal = doc.querySelector('header .header .js-cart_subtotal').innerHTML;
            document.querySelector('#header .js-cart_subtotal').innerHTML = subTotal;
          });
        }
      </script>
    </li>
  </ul>
</form>

POST /checkout

<form action="/checkout" method="post" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="The Revury" class="js-cart_content__form hidden"> <a class="cart_content__continue-shopping secondary_button">
                  Continue Shopping</a>
  <ul class="cart_items js-cart_items clearfix"></ul>
  <hr>
  <ul>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money">$0.00</span></span> <span>Subtotal</span></li>
    <li> <button type="submit" class="action_button add_to_cart"><span class="icon-lock"></span>Checkout</button>
      <div id="is-a-gift" style="clear: left; margin: 15px 0" class="clearfix rte">
        <p class="gift-wrap"> <input id="gift-wrapping" type="checkbox" name="attributes[gift-wrapping]" value="yes" style="float: none;" onchange="handleClick(this);"> <label for="gift-wrapping"
            style="display:inline; padding-left: 5px; float: none;"> Please gift wrap my product for $5!</label></p>
      </div>
      <style>
        #updates_33133041025106 {
          display: none;
        }
      </style>
      <script src="//www.therevury.com/cdn/shop/t/59/assets/jquery.min.js?v=9503732020592794151692199324"></script>
      <script>
        Shopify.Cart = Shopify.Cart || {};
        Shopify.Cart.GiftWrap = {};
        Shopify.Cart.GiftWrap.set = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 1
              },
              attributes: {
                'gift-wrapping': true
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        Shopify.Cart.GiftWrap.remove = function() {
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              updates: {
                33133041025106: 0
              },
              attributes: {
                'gift-wrapping': ''
              }
            })
          };
          fetch('/cart/update.js', request).then(function() {
            updateDropdownCart();
          });
        }
        // If we have nothing but gift-wrap items in the cart.
        function handleClick(e) {
          if (e.checked) {
            Shopify.Cart.GiftWrap.set();
          } else {
            Shopify.Cart.GiftWrap.remove();
          }
        }

        function updateDropdownCart() {
          fetch('/').then(function(response) {
            // The API call was successful!
            return response.text();
          }).then(function(html) {
            // Convert the HTML string into a document object
            var parser = new DOMParser();
            var doc = parser.parseFromString(html, 'text/html');
            var cartItems = doc.querySelector('header .header .cart_items').innerHTML;
            document.querySelector('#header .cart_items').innerHTML = cartItems;
            var subTotal = doc.querySelector('header .header .js-cart_subtotal').innerHTML;
            document.querySelector('#header .js-cart_subtotal').innerHTML = subTotal;
          });
        }
      </script>
    </li>
  </ul>
</form>

/search

<form action="/search" class="header_search_form"> <input type="hidden" name="type" value="product"> <span class="icon-search search-submit"></span> <input type="text" name="q" placeholder="Search" autocapitalize="off" autocomplete="off"
    autocorrect="off" class="search-terms boost-pfs-search-box" id="boost-pfs-search-box-1" data-search-box="boost-pfs-search-box-1" role="combobox" aria-expanded="false" aria-autocomplete="list"
    aria-label="When autocomplete results are available use up and down arrows to review and enter to select" aria-owns="boost-pfs-search-suggestion-1" data-already-init="true">
  <div class="search__results-wrapper">
    <ul class="search__results"></ul>
  </div>
</form>

/search

<form class="search" action="/search"> <input type="text" name="q" class="search_box boost-pfs-search-box" placeholder="Search" value="" autocomplete="off" id="boost-pfs-search-box-2" data-search-box="boost-pfs-search-box-2" role="combobox"
    aria-expanded="false" aria-autocomplete="list" aria-label="When autocomplete results are available use up and down arrows to review and enter to select" aria-owns="boost-pfs-search-suggestion-2" data-already-init="true">
  <div class="search__results-wrapper">
    <ul class="search__results"></ul>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"> <input type="hidden"
    name="contact[tags]" value="prospect,newsletter">
  <div class="input-row"> <input type="text" class="firstName" name="contact[first_name]" placeholder="First Name"> <input type="text" name="contact[last_name]" placeholder="Last Name"></div>
  <div class="input-row form_subscribe"> <input type="hidden" name="challenge" value="false"> <input type="email" class="contact_email" name="contact[email]" required="" placeholder="Enter your email address..."> <input type="submit"
      class="action_button sign_up" value="SUBSCRIBE NOW"></div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓"> <input type="email"
    value="" name="customer[email]" id="customer_email" class="large" placeholder="Your Email" size="30" autocorrect="off" autocapitalize="off" tabindex="1">
  <input 404="" type="hidden" name="checkout_url" value="/404"> <input type="password" value="" name="customer[password]" id="customer_password" placeholder="Password" class="large password" size="16" tabindex="2">
  <div class="login_btn_page"> <input class="btn action_button" type="submit" value="Login" style="margin-bottom: 5px !important" tabindex="3"></div>
  <a href="/account/register" id="customer_register_link" class="btn action_button login_btn_page">Create Account</a>
  <div class="forget_password_login"> <u><a href="#" onclick="showRecoverPasswordForm()" class="text-center">Forgot password</a></u></div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div id="recover_email" class="clearfix large_form">
    <!-- <label for="email" class="large">Email</label> --> <input type="email" value="" size="30" name="email" id="recover-email" class="large" placeholder="Email" autocorrect="off" autocapitalize="off">
  </div>
  <p> <em class="note">We will send you an email to reset your password.</em></p>
  <div class="action_bottom login_btn_page logint_value_forget"> <input class="btn action_button " type="submit" value="Submit"> <span class="note"><u><a href="#" onclick="hideRecoverPasswordForm()">Cancel</a></u></span></div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓"> <input type="email"
    value="" name="customer[email]" id="customer_email" class="large" placeholder="Your Email" size="30" autocorrect="off" autocapitalize="off" tabindex="1"> <input type="hidden" name="checkout_url" value="/404"> <input type="password" value=""
    name="customer[password]" id="customer_password" placeholder="Password" class="large password" size="16" tabindex="2">
  <div class="login_btn_page"> <input class="btn action_button" type="submit" value="Login" style="margin-bottom: 5px !important" tabindex="3"></div>
  <a href="/account/register" id="customer_register_link" class="btn action_button login_btn_page">Create Account</a> <!--       
<div class="forget_password_login">
<u><a href="#" onclick="showRecoverPasswordForm()" class="text-center">Forgot password</a></u>
</div> -->
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login_guest" accept-charset="UTF-8"><input type="hidden" name="form_type" value="guest_login"><input type="hidden" name="utf8" value="✓"> <input class="guest_button" type="submit"
    value="Continue as a Guest →"> <input type="hidden" name="guest" value="true"></form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div id="recover_email" class="clearfix large_form"> <!-- <label for="email" class="large">Email</label> --> <input type="email" value="" size="30" name="email" id="recover-email" class="large" placeholder="Email" autocorrect="off"
      autocapitalize="off"></div>
  <p> <em class="note">We will send you an email to reset your password.</em></p>
  <div class="action_bottom login_btn_page logint_value_forget"> <input class="btn action_button " type="submit" value="Submit"> <span class="note"><u><a href="#" onclick="hideRecoverPasswordForm()">Cancel</a></u></span></div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓"> <input type="email"
    value="" name="customer[email]" id="customer_email" class="large" placeholder="Your Email" size="30" autocorrect="off" autocapitalize="off" tabindex="1"> <input type="hidden" name="checkout_url" value="/404"> <input type="password" value=""
    name="customer[password]" id="customer_password" placeholder="Password" class="large password" size="16" tabindex="2">
  <div class="login_btn_page"> <input class="btn action_button" type="submit" value="Login" style="margin-bottom: 5px !important" tabindex="3"></div>
  <a href="/account/register" id="customer_register_link" class="btn action_button login_btn_page">Create Account</a>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div id="recover_email" class="clearfix large_form"> <!-- <label for="email" class="large">Email</label> --> <input type="email" value="" size="30" name="email" id="recover-email" class="large" placeholder="Email" autocorrect="off"
      autocapitalize="off"></div>
  <p> <em class="note">We will send you an email to reset your password.</em></p>
  <div class="action_bottom login_btn_page logint_value_forget"> <input class="btn action_button " type="submit" value="Submit"> <span class="note"><u><a href="#" onclick="hideRecoverPasswordForm()">Cancel</a></u></span></div>
</form>

Text Content

Feb 05, 2024
CONSIGN WITH US
0

Your Cart is Empty

Continue Shopping

--------------------------------------------------------------------------------

 * $0.00 Subtotal
 * Checkout
   
   Please gift wrap my product for $5!

 * New Arrivals
 * Ladies
 * Gents
 * Curated Collections
 * Designers
 * Wishlist
 * 



 * Clothing

 * Tops
 * Jeans
 * Pants
 * Dresses
 * Skirts
 * Shorts
 * Jackets + Coats
 * Jumpsuits + Rompers
 * Knitwear
 * Suits + Sets
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Flats
 * Heels
 * Sneakers
 * Sandals



 * Bags

 * Purses
 * Backpacks
 * Luggage



 * Jewelry

 * Bracelets
 * Brooches
 * Earrings
 * Necklaces
 * Rings
 * Watches



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Slips
 * Sunglasses
 * Wallets



 * Clothing

 * Tops
 * Jeans
 * Pants
 * Shorts
 * Jackets + Coats
 * Sweaters
 * Suits
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Espadrilles
 * Loafers
 * Monk Straps
 * Oxfords
 * Sandals
 * Sneakers



 * Bags + Luggage

 * Briefcases
 * Backpacks
 * Luggage



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Ties
 * Sunglasses
 * Wallets



 * Watches & Co.

 * Cufflinks
 * Bracelets
 * Rings
 * Necklaces
 * Shirt Studs



 * Curated Collections

 * LUCKY GREEN
 * PURSES
 * COFFEE & WALKING THE DOG
 * TIMELESS PIECES
 * SHOES
 * WINE TASTING





 * BE MINE
 * LOOKS WE LOVE, MADE FOR YOU
 * PURSES
 * MOST COVETED
 * après-ski READY!
 * RECENT MARKDOWNS!

Enjoy FREE Shipping on orders over $50 & FREE Returns on all domestic U.S.
orders!

Menu
0

Your Cart is Empty

Continue Shopping

--------------------------------------------------------------------------------

 * $0.00 Subtotal
 * Checkout
   
   Please gift wrap my product for $5!

Your Cart is Empty

Continue Shopping

--------------------------------------------------------------------------------

 * $0.00 Subtotal
 * Checkout
   
   Please gift wrap my product for $5!

 * New Arrivals
 * Ladies
   
   
   
   Clothing
   * Tops
   * Jeans
   * Pants
   * Dresses
   * Skirts
   * Shorts
   * Jackets + Coats
   * Jumpsuits + Rompers
   * Knitwear
   * Suits + Sets
   * Swimwear
   * Athletic Wear
   
   
   
   
   
   Shoes
   * Boots
   * Flats
   * Heels
   * Sneakers
   * Sandals
   
   
   
   
   
   Bags
   * Purses
   * Backpacks
   * Luggage
   
   
   
   
   
   Jewelry
   * Bracelets
   * Brooches
   * Earrings
   * Necklaces
   * Rings
   * Watches
   
   
   
   
   
   Accessories
   * Belts
   * Hats
   * Scarves
   * Slips
   * Sunglasses
   * Wallets
   
   
 * Gents
   
   
   
   Clothing
   * Tops
   * Jeans
   * Pants
   * Shorts
   * Jackets + Coats
   * Sweaters
   * Suits
   * Swimwear
   * Athletic Wear
   
   
   
   
   
   Shoes
   * Boots
   * Espadrilles
   * Loafers
   * Monk Straps
   * Oxfords
   * Sandals
   * Sneakers
   
   
   
   
   
   Bags + Luggage
   * Briefcases
   * Backpacks
   * Luggage
   
   
   
   
   
   Accessories
   * Belts
   * Hats
   * Scarves
   * Ties
   * Sunglasses
   * Wallets
   
   
   
   
   
   Watches & Co.
   * Cufflinks
   * Bracelets
   * Rings
   * Necklaces
   * Shirt Studs
   
   
 * Curated Collections
   BE MINELOOKS WE LOVE, MADE FOR YOUPURSESMOST COVETEDaprès-ski READY!RECENT
   MARKDOWNS!
 * Designers
 * Wishlist
 * Search
   
   
 * Login

 * 
 * 
 * 



0

Your Cart is Empty

Continue Shopping

--------------------------------------------------------------------------------

 * $0.00 Subtotal
 * Checkout
   
   Please gift wrap my product for $5!

 * 
 * 

Feb 05, 2024
CONSIGN WITH US
 * New Arrivals
 * Ladies
 * Gents
 * Curated Collections
 * Designers
 * Wishlist
 * 



 * Clothing

 * Tops
 * Jeans
 * Pants
 * Dresses
 * Skirts
 * Shorts
 * Jackets + Coats
 * Jumpsuits + Rompers
 * Knitwear
 * Suits + Sets
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Flats
 * Heels
 * Sneakers
 * Sandals



 * Bags

 * Purses
 * Backpacks
 * Luggage



 * Jewelry

 * Bracelets
 * Brooches
 * Earrings
 * Necklaces
 * Rings
 * Watches



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Slips
 * Sunglasses
 * Wallets



 * Clothing

 * Tops
 * Jeans
 * Pants
 * Shorts
 * Jackets + Coats
 * Sweaters
 * Suits
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Espadrilles
 * Loafers
 * Monk Straps
 * Oxfords
 * Sandals
 * Sneakers



 * Bags + Luggage

 * Briefcases
 * Backpacks
 * Luggage



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Ties
 * Sunglasses
 * Wallets



 * Watches & Co.

 * Cufflinks
 * Bracelets
 * Rings
 * Necklaces
 * Shirt Studs



 * Curated Collections

 * LUCKY GREEN
 * PURSES
 * COFFEE & WALKING THE DOG
 * TIMELESS PIECES
 * SHOES
 * WINE TASTING





 * BE MINE
 * LOOKS WE LOVE, MADE FOR YOU
 * PURSES
 * MOST COVETED
 * après-ski READY!
 * RECENT MARKDOWNS!

 * Clothing

 * Tops
 * Jeans
 * Pants
 * Dresses
 * Skirts
 * Shorts
 * Jackets + Coats
 * Jumpsuits + Rompers
 * Knitwear
 * Suits + Sets
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Flats
 * Heels
 * Sneakers
 * Sandals



 * Bags

 * Purses
 * Backpacks
 * Luggage



 * Jewelry

 * Bracelets
 * Brooches
 * Earrings
 * Necklaces
 * Rings
 * Watches



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Slips
 * Sunglasses
 * Wallets



 * Clothing

 * Tops
 * Jeans
 * Pants
 * Shorts
 * Jackets + Coats
 * Sweaters
 * Suits
 * Swimwear
 * Athletic Wear



 * Shoes

 * Boots
 * Espadrilles
 * Loafers
 * Monk Straps
 * Oxfords
 * Sandals
 * Sneakers



 * Bags + Luggage

 * Briefcases
 * Backpacks
 * Luggage



 * Accessories

 * Belts
 * Hats
 * Scarves
 * Ties
 * Sunglasses
 * Wallets



 * Watches & Co.

 * Cufflinks
 * Bracelets
 * Rings
 * Necklaces
 * Shirt Studs



 * Curated Collections

 * LUCKY GREEN
 * PURSES
 * COFFEE & WALKING THE DOG
 * TIMELESS PIECES
 * SHOES
 * WINE TASTING





Curated Collections
* LUCKY GREEN
* PURSES
* COFFEE & WALKING THE DOG
* TIMELESS PIECES
* SHOES
* WINE TASTING





 * BE MINE
 * LOOKS WE LOVE, MADE FOR YOU
 * PURSES
 * MOST COVETED
 * après-ski READY!
 * RECENT MARKDOWNS!


PAGE NOT FOUND

We're sorry, but the page you requested could not be found.

Try searching or continue shopping →




SIGN UP FOR 10% OFF!

Share your email to get only the good stuff (invitations, updates, secret
sales)…and none of the bad (spam).



CUSTOMER CARE

 * Authenticity

 * Contact Us

 * Consign with Us

 * Shipping

 * Returns

COMPANY

 * About Us

 * Careers

 * Community

 * Consignor Terms

 * Privacy Policy

 * Terms of Service

 * Revury Influencer Program

 * Press

MORE REVURY

 * Blog


 * 
 * 
 * 

 * 
 * 
 * 

© 2018 - 2019 The Revury, LLC. All rights reserved.

All items are pre-owned and consigned to The Revury. Trademarks are owned by
their respective brand owners. No brand owner endorses or sponsors this site or
has any association and/or affiliation with The Revury.

×


LOGIN TO ACCOUNT




Create Account
Forgot password


RESET PASSWORD

We will send you an email to reset your password.

Cancel


×


LOGIN FOR A FASTER CHECKOUT!




Create Account
or


RESET PASSWORD

We will send you an email to reset your password.

Cancel


×


LOGIN TO ADD TO YOUR WISHLIST!




Create Account


RESET PASSWORD

We will send you an email to reset your password.

Cancel





SIZE GUIDE







My Wishlist0

0
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 9<

Cart



Subtotal
Taxes and shipping calculated at checkout.
CheckoutView CartOr continue shopping