<!DOCTYPE html>
<html lang="en">
	<head>
		<script type="text/javascript">
    if ( window.ue && window.ue.tag ) {
        window.ue.tag('dpi_' + Math.round(window.devicePixelRatio), window.ue.main_scope);
        window.ue.tag('cc_FI', window.ue.main_scope);
        window.ue.tag('siteLayoutType', window.ue.main_scope);
        window.ue.tag('cc_FI:siteLayoutType', window.ue.main_scope);
        window.ue.tag('cc_FI:siteLayoutType:mediaservice', window.ue.main_scope);
        window.ue.tag('p_desktop', window.ue.main_scope);
        window.ue.tag('\/home', window.ue.main_scope);
    }
  </script>
  <script type="text/javascript">
      var bopCSM = {
          csmAvailable: typeof window.uet === 'function',
          pageType: 'siteLayoutType',
          setCSMProp:   function (method, prop, key) {
            if (this.csmAvailable) {
                window[method](prop, key, {wb:1});
            }
          },
          fireAjaxMarker: function(marker, scope){
              if(this.csmAvailable){
                  window.uet( marker, scope );
                  window.ues( "ctb", scope, "1" );
                  window.uex( "ld", scope );
              }
          },
          fireMarker:  function (marker) {
              if(this.csmAvailable) {
                  window.uet(marker);
              }
          },
          fireMarkers: function (markers) {
              for(var i = 0; i < markers.length; i++){
                  this.fireMarker(markers[i]);
              }
          },
          checkCacheElementsByMarker: function(container, marker){
              var elements = container.getElementsByClassName(marker);

              if(elements.length > 0){
                  for (var i = 0;i < elements.length; i++) {
                      if(!elements[i].complete){
                          return;
                      }
                  }
                  bopCSM.fireMarker(marker);
              }
          },
          allElementsLoadedFromCache: function(){
              var container = document.getElementById('siteContainer');
              if(container != null) {
                  bopCSM.checkCacheElementsByMarker(container, 'af');
                  bopCSM.checkCacheElementsByMarker(container, 'cf');
              }
          } ,
          fireImageCompleteWidgetTag: function(currentCount, maxCount, csmWidgetName){
              if(currentCount === maxCount){
                  this.setCSMProp('uex', 'ld', csmWidgetName);
              }
          },
          allImagesLoaded: function(elementId, querySelector, csmWidgetName ){
              var i,
                  images,
                  imageCounter = 0,
                  imageLength = 0,
                  imageContainer = document.getElementById(elementId);

              if (!imageContainer || !this.csmAvailable) {
                return;
              }

              images = imageContainer.querySelectorAll(querySelector);
              imageLength = images.length;

              for (i = 0; i < imageLength; i++){

                if(images[i].complete){
                  imageCounter++;
                  this.fireImageCompleteWidgetTag(imageCounter, imageLength, csmWidgetName);
                } else {
                  var imageOnLoad =images[i].onload;
                  images[i].onload = function(){
                      imageCounter++;
                      bopCSM.fireImageCompleteWidgetTag(imageCounter, imageLength, csmWidgetName);
                      if(typeof imageOnLoad === 'function'){
                          imageOnLoad.apply(this, arguments);
                      }
                  }
                }
            }
          },
    };
    //Ensure every page gets at least the af and cf events
    //if other components emit these later those will take precedence
    bopCSM.fireMarker('af');
    bopCSM.fireMarker('cf');

    //Adding this function for backwards compatability, so that we can push out without breaking the page.
    function setCSMProp(method, prop, key) {
        bopCSM.setCSMProp(method, prop, key);
    }

    function csmAllImagesLoaded(elementId, querySelector, csmWidgetName){
        bopCSM.allImagesLoaded(elementId, querySelector, csmWidgetName);
    }
  </script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />

		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/favicon_48x48.png" sizes="48x48">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/favicon_180x180.png">
<link rel="manifest" href="/manifest.webmanifest"><meta http-equiv="x-dns-prefetch-control" content="on" />
	<link rel="dns-prefetch" href="//images-na.ssl-images-amazon.com,m.media-amazon.com,images-cn.ssl-images-amazon.cn,s.amazon-adsystem.com,amazonshopbop.d2.sc.omtrdc.net" />
	<script type='text/javascript'><!--
var t0_date = new Date();
window.ue_t0 = t0_date.getTime();
var headerCountryCode = 'FI';
var chosenLanguageCode = 'en';
var digitalData = {};
digitalData.v2 = {};
digitalData.v2.page = {};
digitalData.v2.page.attributes = {};
digitalData.v2.page.category = {};
digitalData.v2.page.pageInfo = {};
digitalData.v2.event = [];

    var v2PageObj = {"page":{"attributes":{"brand":"Shopbop","country":"FI","currency":"EUR","language":"en","platform":"www","gender":"not applicable"},"pageInfo":{"pageName":"SB:Home","pageType":"Home","authState":"anonymous","authMethod":"not applicable","prime":false,"loyaltyTier":"0"},"category":{"channel":"Home","l1":"","l2":"","l3":"","l4":""},"paginationValue":"not applicable","internalSearchNumResults":"not applicable","internalSearchResultsView":"not applicable","refinementType":"not applicable","refinementValue":"not applicable","weblabStatus":"not applicable","gender":"not applicable","adobeDid":"","customerSegments":"","robot":"true","popUp":"EmailPopUpSignUpShow"}};
    digitalData.v2.page = v2PageObj.page || {};
    digitalData.v2.page.attributes = v2PageObj.page.attributes || {};
    digitalData.v2.page.category = v2PageObj.page.category || {};
    digitalData.v2.page.pageInfo = v2PageObj.page.pageInfo || {};

digitalData.v2.page.attributes.performance = {};

//--></script>

<script type="text/javascript">
    window.addEventListener(
        "DOMContentLoaded",
        function() {

            if (window.performance &&
                window.performance.timing &&
                window.performance.timing.domContentLoadedEventStart &&
                window.performance.timing.navigationStart) {
                const clickToContentInteractive = window.performance.timing.domContentLoadedEventStart - window.performance.timing.navigationStart;
                digitalData.v2.page.attributes.performance.clickToContentInteractive = clickToContentInteractive;
            }
        });
</script><title data-at="page-title">Shopbop - Designer Clothing, Shoes, Bags &amp; Accessories</title>

    <link rel="canonical" href="https://www.shopbop.com/" />
            <script type="text/javascript">
        bopCSM.setCSMProp('uet', 'bb', 'cssContent');
    </script>

    





    

    
    
    <link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/VozmmXpEncOfrZ5.js?name=500" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/nDlSzYGLUVjsBPy.js?name=main" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/NFNnBB4NHt46z7S.js?chunk=2780" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/0QoHauWw5l21swD.js?chunk=Container-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/6yNkQi-xER7tR9Q.js?chunk=7659" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/CKnsAXLP623QRZ6.js?chunk=2672" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/0a4PRiKC3uKg7j2.js?chunk=3352" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/tTZ2Z9aCh-pb3Aq.js?chunk=8218" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/g2qftDszIlthvjQ.js?chunk=4986" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/FfOd1ejp3TgNkoB.js?chunk=3069" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/7CZsnhiskGsYGCg.js?chunk=2183" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Wb9EgfqTW0FMH8z.js?chunk=6021" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/6sHbJeXbShqgwqR.js?chunk=7368" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/aapqzEs76CqXXTI.js?chunk=2054" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/8efhEQgQ-tpMMQB.js?chunk=8563" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/oTXxmzkembFVDjT.js?chunk=7788" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/013cA1IiGLzk2ac.js?chunk=TopNavSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/bmbcD2zmMDOf76M.js?chunk=ShippingBannerSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/icav6KiVbiLYVRU.js?chunk=8848" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/eCHv8KMimhgGCTJ.js?chunk=3061" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/d6adJUsQco3PGne.js?chunk=5534" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/ugPYk11to7kxvDF.js?chunk=3945" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/WfHaoYiUTh8N9X3.js?chunk=7969" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/CvHQ-L55ynLUP-W.js?chunk=3870" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Ig5l6Phz7yT1yzB.js?chunk=ImageTile-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Pxt86XVEXpOOAn$.js?chunk=SearchSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/LXOqjvOIEmCFbNF.js?chunk=5503" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/I8nBE1JYiCNuWlH.js?chunk=ShopbopEmailWidgetSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/oWahl2AEc4jZADS.js?chunk=ShopbopFooterSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/GNe0TevLZTBWkgC.js?chunk=ShopbopOverlaySquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/BhQO$rOotfE7R6a.js?chunk=GlobalSignInSquare-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/aik7HxhJFuLXsLy.js?chunk=2941" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/8pgo-$MGmymRXrs.js?chunk=8651" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/n0P5t6iVI12NnMI.js?chunk=2864" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/m7BgOQ80-8f8gt1.js?chunk=5784" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/9kqFRjWCMP0v0pM.js?chunk=8438" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/bJCwFFBBq9fhMhP.js?chunk=630" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/9aaZcfKYiY4dGXJ.js?chunk=CartCount-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Jbs$6J6$GGwZ5KK.js?chunk=1274" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/hJQIOskyowz8rNp.js?chunk=4453" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/v5UYWM3n7rP0Zjw.js?chunk=LargeShoppableArea-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/$EY5a$Hmu3N1OJ5.js?chunk=3892" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/2HTq2ViC-2$U9Sh.js?chunk=9403" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/5bqRN6kDMBqC1jO.js?chunk=337" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/HERrROMmqH8UGqB.js?chunk=9064" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/vFTCv0Bxp3tl9XS.js?chunk=1383" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/6WbxlbWKFz2ZCP8.js?chunk=5426" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/me0oe2r2t82OhY7.js?chunk=ProductCarouselAssortment-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/4WC3oaRLE6VVm75.js?chunk=8512" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Nuucgi05FTc0S2x.js?chunk=5320" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/fdmEonTXfdmN0Db.js?chunk=VisualTileNav-def" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/McDuw0Elizs1onk.js?chunk=6009" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/YQyo28VXb2rxTbM.js?chunk=5287" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/BRt9uhSMX38z5Dl.js?chunk=1155" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/ExeQ2kZNt556zjM.js?chunk=1697" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/U8P83SEAyF9Neye.js?chunk=9895" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/kG5BPigFQlYj$Zd.js?chunk=8480" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/wVFuW8HUUrUJu5G.js?chunk=3915" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/YB7$yu7UOQw6kzI.js?chunk=6715" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/rSl5SktA0RAGYFw.js?chunk=2595" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/YgwMQq-ACdoGr6P.js?chunk=8568" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/Q9RbU6OcISTEJUB.js?chunk=7367" />
<link rel="preload" as="script" href="https://m.media-amazon.com/images/S/sash/HOERd5ywzjL7m$f.js?chunk=scal" />

<link rel="stylesheet" href="https://m.media-amazon.com/images/X/IAwF/M/vIAwFBlSNey7s2L.css" type="text/css" />
    <script type="text/javascript">
        bopCSM.setCSMProp('uex', 'ld', 'cssContent');
    </script>

    <script type="text/javascript">
        bopCSM.setCSMProp('uet', 'bb', 'synchronousJavaScript');
    </script>

    





    

    
    
    <style data-styled="true" data-styled-version="5.3.11">.iHopQr{font-weight:inherit;font:inherit;cursor:pointer;margin:0;padding:0;border:0;background:none;display:inline;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;--link-color:inherit;--link-text-decoration:none;}/*!sc*/
.iHopQr,.iHopQr:focus,.iHopQr:focus-visible{outline:0;}/*!sc*/
.iHopQr:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.iHopQr,.iHopQr:link,.iHopQr:visited,.iHopQr:hover,.iHopQr:active{color:var(--link-color,inherit);-webkit-text-decoration:var(--link-text-decoration,underline);text-decoration:var(--link-text-decoration,underline);}/*!sc*/
a.LinkUnstyled-cSP96RE__sc-1dmrmld-0[aria-disabled="true"],a.iHopQr:link[aria-disabled="true"],a.iHopQr:visited[aria-disabled="true"],a.iHopQr:hover[aria-disabled="true"],a.iHopQr:active[aria-disabled="true"],button.iHopQr[disabled],button.iHopQr:link[disabled],button.iHopQr:visited[disabled],button.iHopQr:hover[disabled],button.iHopQr:active[disabled]{opacity:0.54;cursor:not-allowed;}/*!sc*/
data-styled.g4[id="LinkUnstyled-cSP96RE__sc-1dmrmld-0"]{content:"iHopQr,"}/*!sc*/
.jHrsoW{font-weight:inherit;font:inherit;cursor:pointer;margin:0;padding:0;border:0;background:none;display:inline;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;--link-color:inherit;--link-text-decoration:underline;font-weight:500;-webkit-text-decoration-style:underline;text-decoration-style:underline;-webkit-text-decoration-thickness:1px;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:500;}/*!sc*/
.jHrsoW,.jHrsoW:focus,.jHrsoW:focus-visible{outline:0;}/*!sc*/
.jHrsoW:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.jHrsoW,.jHrsoW:link,.jHrsoW:visited,.jHrsoW:hover,.jHrsoW:active{color:var(--link-color,inherit);-webkit-text-decoration:var(--link-text-decoration,underline);text-decoration:var(--link-text-decoration,underline);}/*!sc*/
a.LinkSecondary-cSP96RE__sc-1dmrmld-1[aria-disabled="true"],a.jHrsoW:link[aria-disabled="true"],a.jHrsoW:visited[aria-disabled="true"],a.jHrsoW:hover[aria-disabled="true"],a.jHrsoW:active[aria-disabled="true"],button.jHrsoW[disabled],button.jHrsoW:link[disabled],button.jHrsoW:visited[disabled],button.jHrsoW:hover[disabled],button.jHrsoW:active[disabled]{opacity:0.54;cursor:not-allowed;}/*!sc*/
@media (hover:hover){.jHrsoW:hover{-webkit-text-decoration-style:underline;text-decoration-style:underline;text-underline-offset:1.5px;-webkit-text-decoration-thickness:2px;text-decoration-thickness:2px;}}/*!sc*/
data-styled.g5[id="LinkSecondary-cSP96RE__sc-1dmrmld-1"]{content:"jHrsoW,"}/*!sc*/
.imyDDu{color:#000;}/*!sc*/
data-styled.g8[id="Reset-cSP96RE__sc-ks4owp-0"]{content:"imyDDu,"}/*!sc*/
.gjAzFg{font:700 24px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}/*!sc*/
.gjAzFg .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}/*!sc*/
data-styled.g12[id="TitleXL-cSP96RE__sc-xyrc5j-3"]{content:"gjAzFg,"}/*!sc*/
.hJDWjx{font:500 16px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;font-weight:700;}/*!sc*/
.hJDWjx strong,.hJDWjx b{font-weight:700;}/*!sc*/
data-styled.g14[id="TitleM-cSP96RE__sc-xyrc5j-5"]{content:"hJDWjx,"}/*!sc*/
.koFJFl{font:500 12px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:condensed;-webkit-letter-spacing:calc(1em / 24);-moz-letter-spacing:calc(1em / 24);-ms-letter-spacing:calc(1em / 24);letter-spacing:calc(1em / 24);text-transform:uppercase;}/*!sc*/
.koFJFl strong,.koFJFl b{font-weight:700;}/*!sc*/
data-styled.g16[id="TitleXS-cSP96RE__sc-xyrc5j-7"]{content:"koFJFl,"}/*!sc*/
.esptaF{display:block;font:300 14px / calc(18 / 14) "GTAmerica","Helvetica Neue",Helvetica,sans-serif;}/*!sc*/
.esptaF *:where(strong,b){font-weight:500;}/*!sc*/
.esptaF .Bold-cSP96RE__sc-xyrc5j-0{font-weight:700;}/*!sc*/
.esptaF *:where(small){font-size:calc(12em / 14);}/*!sc*/
data-styled.g17[id="BodyM-cSP96RE__sc-xyrc5j-8"]{content:"esptaF,"}/*!sc*/
.dEpwEs{font:700 24px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;margin:0;font-weight:700;}/*!sc*/
.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}/*!sc*/
@media (min-width:576px){.dEpwEs{font:700 24px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}}/*!sc*/
@media (min-width:768px){.dEpwEs{font:700 30px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}}/*!sc*/
@media (min-width:992px){.dEpwEs{font:700 30px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}}/*!sc*/
@media (min-width:1200px){.dEpwEs{font:700 30px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}}/*!sc*/
@media (min-width:1400px){.dEpwEs{font:700 30px/1.2 "GTAmerica","Helvetica Neue",Helvetica,sans-serif;font-stretch:normal;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;text-transform:none;}.dEpwEs .SemiBold-cSP96RE__sc-xyrc5j-1{font-weight:700;}}/*!sc*/
data-styled.g19[id="TitleResponsive-cSP96RE__sc-xyrc5j-10"]{content:"dEpwEs,"}/*!sc*/
.kEspnQ{font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:1.285;margin:0;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*!sc*/
data-styled.g23[id="SHeaderText-cSP96RE__sc-tkye97-3"]{content:"kEspnQ,"}/*!sc*/
.jKUiSa{font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-size:12px;font-stretch:normal;font-weight:700;-webkit-letter-spacing:0.125em;-moz-letter-spacing:0.125em;-ms-letter-spacing:0.125em;letter-spacing:0.125em;line-height:1.5;margin:0;text-transform:uppercase;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*!sc*/
data-styled.g24[id="XSHeaderText-cSP96RE__sc-tkye97-4"]{content:"jKUiSa,"}/*!sc*/
.kFmVjN{font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-weight:300;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*!sc*/
.gfpexs{font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-weight:300;white-space:pre-wrap;}/*!sc*/
.gfpeAW{font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-weight:500;white-space:pre-wrap;}/*!sc*/
data-styled.g26[id="BodyText-cSP96RE__sc-tkye97-6"]{content:"kFmVjN,gfpexs,gfpeAW,"}/*!sc*/
.fOzjdX{font-size:14px;line-height:1.285;}/*!sc*/
data-styled.g27[id="LBodyText-cSP96RE__sc-tkye97-7"]{content:"fOzjdX,"}/*!sc*/
.hxwkRx{font-size:12px;line-height:1.333;}/*!sc*/
data-styled.g28[id="MBodyText-cSP96RE__sc-tkye97-8"]{content:"hxwkRx,"}/*!sc*/
.bLkrmX{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0);border:0;border-radius:0;color:#000;cursor:pointer;font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-size:16px;font-weight:500;margin:0;padding:0;pointer-events:auto;width:100%;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-property:background-color,-webkit-transform;-webkit-transition-property:background-color,transform;transition-property:background-color,transform;-webkit-transition-duration:0.2s;transition-duration:0.2s;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-transition-property:box-shadow,background-color,border-color,color;transition-property:box-shadow,background-color,border-color,color;-webkit-transition-duration:150ms,200ms;transition-duration:150ms,200ms;-webkit-transition-timing-function:ease-in,ease;transition-timing-function:ease-in,ease;}/*!sc*/
.bLkrmX,.bLkrmX:focus,.bLkrmX:focus-visible{outline:0;}/*!sc*/
.bLkrmX:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.bLkrmX:focus-visible{-webkit-transition-timing-function:ease-out,ease;transition-timing-function:ease-out,ease;}/*!sc*/
data-styled.g32[id="BasicButton-cSP96RE__sc-1cu3gjc-0"]{content:"bLkrmX,"}/*!sc*/
.cFOLea{margin:14px 0 0 0;padding:16px;height:50px;}/*!sc*/
.cFOLea:active:not(:disabled):not([aria-disabled="true"]){scale:0.99;}/*!sc*/
data-styled.g33[id="StyledButton-cSP96RE__sc-1cu3gjc-1"]{content:"cFOLea,"}/*!sc*/
.egiEtw{background-color:#FFF;border:1px solid #000;}/*!sc*/
.egiEtw,.egiEtw:link,.egiEtw:visited,.egiEtw:hover,.egiEtw:active{-webkit-text-decoration:none;text-decoration:none;color:#000;}/*!sc*/
.egiEtw:disabled,.egiEtw[aria-disabled="true"]{border-color:#DAD9D6;}/*!sc*/
@media (hover:hover){.egiEtw:hover:not(:disabled):not([aria-disabled="true"]){background-color:rgba(240,240,239,0.5);}}/*!sc*/
.egiEtw:active:not(:disabled):not([aria-disabled="true"]){background-color:rgba(240,240,239,0.5);}/*!sc*/
data-styled.g36[id="SecondaryButton-cSP96RE__sc-1cu3gjc-4"]{content:"egiEtw,"}/*!sc*/
.gJvqTO{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:13px;width:44px;height:44px;}/*!sc*/
.gJvqTO img{max-width:100%;height:auto;}/*!sc*/
data-styled.g38[id="IconButton-cSP96RE__sc-1cu3gjc-6"]{content:"gJvqTO,"}/*!sc*/
.bpIqcU{display:inline-block;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0);-webkit-text-decoration:none;text-decoration:none;color:#000;border:0;border-radius:0;cursor:pointer;margin:0;padding:0;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-transition-property:box-shadow,background-color,border-color,color;transition-property:box-shadow,background-color,border-color,color;-webkit-transition-duration:150ms,200ms;transition-duration:150ms,200ms;-webkit-transition-timing-function:ease-in,ease;transition-timing-function:ease-in,ease;font:500 16px / 1.2 GTAmerica,"Helvetica Neue",Helvetica,sans-serif;padding:15px 1em;}/*!sc*/
.bpIqcU:disabled,.bpIqcU[aria-disabled="true"]{color:#757575;cursor:not-allowed;}/*!sc*/
.bpIqcU,.bpIqcU:focus,.bpIqcU:focus-visible{outline:0;}/*!sc*/
.bpIqcU:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.bpIqcU:focus-visible{-webkit-transition-timing-function:ease-out,ease;transition-timing-function:ease-out,ease;}/*!sc*/
.bpIqcU:active:not(:disabled):not([aria-disabled="true"]){scale:0.99;}/*!sc*/
data-styled.g40[id="ButtonBase-cSP96RE__sc-1cu3gjc-8"]{content:"bpIqcU,"}/*!sc*/
.cvJxuA{background-color:#DB3B14;}/*!sc*/
.cvJxuA,.cvJxuA:link,.cvJxuA:visited,.cvJxuA:hover,.cvJxuA:active{-webkit-text-decoration:none;text-decoration:none;color:white;}/*!sc*/
.cvJxuA:disabled,.cvJxuA[aria-disabled="true"]{color:#fff;background-color:#E29D8B;}/*!sc*/
@media (hover:hover){.cvJxuA:hover:not(:disabled):not([aria-disabled="true"]){background-color:#EE4A1B;}}/*!sc*/
.cvJxuA:active:not(:disabled):not([aria-disabled="true"]){background-color:#FFAF87;}/*!sc*/
data-styled.g41[id="ButtonPrimary-cSP96RE__sc-1cu3gjc-9"]{content:"cvJxuA,"}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Light"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light.woff") format("woff");font-weight:300;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-LightItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light-Italic.woff") format("woff");font-weight:300;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Medium"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium.woff") format("woff");font-weight:500;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-MediumItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium-Italic.woff") format("woff");font-weight:500;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Bold"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold.woff") format("woff");font-weight:700;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-BoldItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold-Italic.woff") format("woff");font-weight:700;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Black"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black.woff") format("woff");font-weight:900;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-BoldBlackItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black-Italic.woff") format("woff");font-weight:900;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-CondensedBold"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Condensed-Bold.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Condensed-Bold.woff") format("woff");font-weight:700;font-style:normal;font-stretch:condensed;font-display:fallback;}/*!sc*/
@font-face{font-family:"FinancierText";src:local("FinancierText-Regular"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-Regular.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-Regular.woff") format("woff");font-weight:400;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"FinancierText";src:local("FinancierText-RegularItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-RegularItalic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-RegularItalic.woff") format("woff");font-weight:400;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-Medium"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-Medium.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-Medium.woff") format("woff");font-weight:500;font-style:normal;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-MediumItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-MediumItalic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-MediumItalic.woff") format("woff");font-weight:500;font-style:italic;font-stretch:normal;font-display:fallback;}/*!sc*/
@font-face{font-family:"GTAmerica-Light";src:local("GTAmerica-Light"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-LightItalic";src:local("GTAmerica-LightItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Light-Italic.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-Medium";src:local("GTAmerica-Medium"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-MediumItalic";src:local("GTAmerica-MediumItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Medium-Italic.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-Bold";src:local("GTAmerica-Bold"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-BoldItalic";src:local("GTAmerica-BoldItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Bold-Italic.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-Black";src:local("GTAmerica-Black"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-BoldBlackItalic";src:local("GTAmerica-BoldBlackItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black-Italic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Standard-Black-Italic.woff") format("woff");}/*!sc*/
@font-face{font-family:"GTAmerica-CondensedBold";src:local("GTAmerica-CondensedBold"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Condensed-Bold.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/GT-America-Condensed-Bold.woff") format("woff");}/*!sc*/
@font-face{font-family:"FinancierText-Regular";src:local("FinancierText-Regular"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-Regular.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-Regular.woff") format("woff");}/*!sc*/
@font-face{font-family:"FinancierText-RegularItalic";src:local("FinancierText-RegularItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-RegularItalic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierText-RegularItalic.woff") format("woff");}/*!sc*/
@font-face{font-family:"FinancierDisplay-Medium";src:local("FinancierDisplay-Medium"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-Medium.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-Medium.woff") format("woff");}/*!sc*/
@font-face{font-family:"FinancierDisplay-MediumItalic";src:local("FinancierDisplay-MediumItalic"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-MediumItalic.woff2") format("woff2"),url("https://m.media-amazon.com/images/S/shopbop-prod-fonts/FinancierDisplay-MediumItalic.woff") format("woff");}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0),:where(.Reset-cSP96RE__sc-ks4owp-0) *{box-sizing:border-box;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(*),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(*){-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-overflow-scrolling:revert;box-sizing:border-box;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(:where(svg:not(:root))),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(:where(svg:not(:root))){overflow:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is([hidden]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is([hidden]){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a){background:revert;color:revert;-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:active),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:active){outline:revert;color:revert;-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:hover),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:hover){outline:revert;color:revert;-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:link),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:link){color:revert;-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:visited),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:visited){color:revert;-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(abbr[title]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(abbr[title]){border-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(address),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(address){display:revert;margin-bottom:revert;font-style:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(article),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(article){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(aside),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(aside){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(audio),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(audio){display:revert;vertical-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(audio:not([controls])),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(audio:not([controls])){display:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(b),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(b){font-weight:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(blockquote:after),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(blockquote:after){content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(blockquote:before),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(blockquote:before){content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(body ul),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(body ul){margin:revert;padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(body),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(body){display:revert;position:revert;top:revert;right:revert;bottom:revert;left:revert;-webkit-flex-direction:revert;-ms-flex-direction:revert;flex-direction:revert;margin:revert;background-color:revert;padding:revert;width:revert;height:revert;min-height:revert;overflow:revert;color:revert;font-size:revert;line-height:revert;font-family:revert;text-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(button),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(button){-webkit-appearance:revert;cursor:revert;margin:revert;overflow:revert;color:revert;font:revert;font-weight:revert;font-size:revert;font-family:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(button::-moz-focus-inner),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(button::-moz-focus-inner){border:revert;padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(button[disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(button[disabled]){cursor:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(canvas),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(canvas){display:revert;vertical-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(cite),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(cite){font-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(code),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(code){font-size:revert;font-family:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(dd),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(dd){margin-left:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(details),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(details){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(dfn),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(dfn){font-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(dl),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(dl){margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(dt),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(dt){font-weight:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(em),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(em){font-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(fieldset),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(fieldset){box-sizing:border-box;margin:revert;border:revert;padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(figcaption),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(figcaption){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(figure),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(figure){display:revert;margin:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(footer),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(footer){display:revert;margin:revert;width:revert;text-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form :-moz-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form :-moz-placeholder){margin-left:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form :-ms-input-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form :-ms-input-placeholder){margin-left:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form ::-moz-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form ::-moz-placeholder){margin-left:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form ::-webkit-input-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form ::-webkit-input-placeholder){margin-left:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset legend),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset legend){padding-top:revert;width:revert;font-size:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset legend + input),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset legend + input){margin-top:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset legend + select),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset legend + select){margin-top:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset){border:revert;padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset > label h2),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset > label h2){float:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset > label),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset > label){display:revert;zoom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset > label:after),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset > label:after){display:revert;clear:revert;content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form fieldset > label:before),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form fieldset > label:before){display:revert;content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form input),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form input){box-sizing:border-box;margin-bottom:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form input[type="checkbox"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form input[type="checkbox"]){float:revert;margin-top:revert;margin-right:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form label),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form label){display:revert;margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form table label),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form table label){margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form textarea),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form textarea){box-sizing:border-box;margin-bottom:revert;resize:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(form),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(form){float:revert;margin:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h1 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h1 small){color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h1),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h1){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;-webkit-letter-spacing:revert;-moz-letter-spacing:revert;-ms-letter-spacing:revert;letter-spacing:revert;text-align:revert;text-rendering:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h2 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h2 small){color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h2),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h2){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;-webkit-letter-spacing:revert;-moz-letter-spacing:revert;-ms-letter-spacing:revert;letter-spacing:revert;text-rendering:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h3 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h3 small){color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h3),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h3){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;text-rendering:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h4 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h4 small){color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h4),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h4){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;-webkit-letter-spacing:revert;-moz-letter-spacing:revert;-ms-letter-spacing:revert;letter-spacing:revert;text-rendering:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h5 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h5 small){color:revert;font-weight:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h5),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h5){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;text-rendering:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h6 small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h6 small){color:revert;font-weight:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(h6),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(h6){margin:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;text-rendering:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(header),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(header){display:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(hgroup),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(hgroup){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(hr),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(hr){clear:revert;-moz-box-sizing:revert;box-sizing:border-box;margin-top:revert;margin-bottom:revert;margin:revert;border:revert;border-top:revert;border-bottom:revert;background-color:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(html input[disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(html input[disabled]){cursor:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(html input[type="button"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(html input[type="button"]){-webkit-appearance:revert;cursor:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(html),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(html){font-family:revert;-ms-text-size-adjust:revert;-webkit-text-size-adjust:revert;margin:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(img),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(img){border:revert;border-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input){display:revert;position:revert;vertical-align:revert;-webkit-appearance:revert;-webkit-transition:revert;-moz-transition:revert;-ms-transition:revert;-o-transition:revert;-webkit-transition:revert;transition:revert;box-sizing:border-box;margin:revert;margin-bottom:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border:revert;border-radius:revert;-webkit-border-radius:revert;-moz-border-radius:revert;background-color:revert;padding:revert;width:revert;color:revert;font:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input::-moz-focus-inner),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input::-moz-focus-inner){border:revert;padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input::-webkit-input-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input::-webkit-input-placeholder){color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input:focus){z-index:revert;outline:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input:focus:required:invalid),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input:focus:required:invalid){border-color:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input:focus:required:invalid:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input:focus:required:invalid:focus){-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[disabled]){cursor:revert;border-color:revert;background-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="button"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="button"]){width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="checkbox"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="checkbox"]){cursor:revert;box-sizing:border-box;margin:revert;border:revert;-webkit-border-radius:revert;-moz-border-radius:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="checkbox"]:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="checkbox"]:focus){outline:revert;outline-offset:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="checkbox"][disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="checkbox"][disabled]){background-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="file"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="file"]){-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border:revert;background-color:revert;padding:revert;width:revert;height:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="file"]:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="file"]:focus){outline:revert;outline-offset:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="hidden"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="hidden"]){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="image"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="image"]){cursor:revert;margin:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border:revert;-webkit-border-radius:revert;-moz-border-radius:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="number"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="number"]){-moz-appearance:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="number"]::-webkit-inner-spin-button),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="number"]::-webkit-inner-spin-button){-webkit-appearance:revert;margin:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="number"]::-webkit-outer-spin-button),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="number"]::-webkit-outer-spin-button){-webkit-appearance:revert;margin:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="radio"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="radio"]){cursor:revert;box-sizing:border-box;margin:revert;border:revert;-webkit-border-radius:revert;-moz-border-radius:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="radio"]:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="radio"]:focus){outline:revert;outline-offset:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="radio"][disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="radio"][disabled]){background-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="reset"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="reset"]){-webkit-appearance:revert;cursor:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="search"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="search"]){-webkit-appearance:revert;-moz-box-sizing:revert;-webkit-box-sizing:revert;box-sizing:border-box;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="search"]::-webkit-search-cancel-button),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="search"]::-webkit-search-cancel-button){-webkit-appearance:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="search"]::-webkit-search-decoration),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="search"]::-webkit-search-decoration){-webkit-appearance:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="submit"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="submit"]){-webkit-appearance:revert;cursor:revert;width:revert;height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="checkbox"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="checkbox"]){display:revert;vertical-align:revert;-webkit-appearance:revert;border:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="checkbox"]:checked:before),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="checkbox"]:checked:before){position:revert;top:revert;right:revert;bottom:revert;left:revert;margin:revert;content:revert;text-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="month"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="month"]){min-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="radio"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="radio"]){width:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="email"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="email"]){-webkit-box-sizing:revert;-moz-box-sizing:revert;-ms-box-sizing:revert;box-sizing:border-box;margin-bottom:revert;border:revert;padding:revert;height:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(input[type="password"]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(input[type="password"]){-webkit-box-sizing:revert;-moz-box-sizing:revert;-ms-box-sizing:revert;box-sizing:border-box;margin-bottom:revert;border:revert;padding:revert;height:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(kbd),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(kbd){font-size:revert;font-family:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(label input),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(label input){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(label select),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(label select){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(label textarea),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(label textarea){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(label),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(label){display:revert;margin-bottom:revert;color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(legend small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(legend small){color:revert;font-weight:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(legend),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(legend){display:revert;margin-bottom:revert;margin:revert;border:revert;border-bottom:revert;padding:revert;width:revert;color:revert;font-weight:revert;font-size:revert;line-height:revert;font-family:revert;text-rendering:revert;text-transform:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(li),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(li){line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(main),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(main){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(mark),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(mark){background:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(nav),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(nav){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ol ol),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ol ol){margin-bottom:revert;padding-left:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ol ul),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ol ul){margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ol),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ol){margin:revert;padding:revert;list-style-position:revert;list-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(optgroup),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(optgroup){margin:revert;color:revert;font:revert;font-weight:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(option),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(option){position:revert;-webkit-appearance:revert;box-sizing:border-box;margin:revert;border:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;color:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(option::-webkit-input-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(option::-webkit-input-placeholder){color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(option:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(option:focus){outline:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(p a:active),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(p a:active){-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(p a:link),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(p a:link){-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(p a:visited),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(p a:visited){-webkit-text-decoration:revert;text-decoration:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(p small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(p small){color:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(p),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(p){margin-bottom:revert;margin:revert;font-weight:revert;font-size:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(pre small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(pre small){color:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(pre),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(pre){margin:revert;overflow:revert;font-size:revert;line-height:revert;font-family:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(progress),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(progress){display:revert;vertical-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(q:after),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(q:after){content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(q:before),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(q:before){content:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(samp),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(samp){font-size:revert;font-family:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(section),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(section){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select){display:revert;position:revert;vertical-align:revert;-webkit-appearance:revert;box-sizing:border-box;margin:revert;margin-bottom:revert;border:revert;border-radius:revert;-webkit-border-radius:revert;-moz-border-radius:revert;background-color:revert;padding:revert;width:revert;color:revert;font:revert;font-weight:revert;font-size:revert;font-family:revert;text-transform:revert;zoom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select::-webkit-input-placeholder),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select::-webkit-input-placeholder){color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select:focus){z-index:revert;outline:revert;outline-offset:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select:focus:required:invalid),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select:focus:required:invalid){border-color:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select:focus:required:invalid:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select:focus:required:invalid:focus){-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select[disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select[disabled]){cursor:revert;border-color:revert;background-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select[multiple]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select[multiple]){height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(select[size]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(select[size]){height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(small),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(small){color:revert;font-size:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(strong),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(strong){font-weight:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(sub),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(sub){position:revert;bottom:revert;vertical-align:revert;font-size:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(summary),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(summary){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(sup),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(sup){position:revert;top:revert;vertical-align:revert;font-size:revert;line-height:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(table),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(table){margin-bottom:revert;border-collapse:revert;border-spacing:revert;background-color:revert;width:revert;max-width:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(td),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(td){padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(template),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(template){display:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(textarea),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(textarea){display:revert;-webkit-transition:revert;-moz-transition:revert;-ms-transition:revert;-o-transition:revert;-webkit-transition:revert;transition:revert;margin:revert;margin-bottom:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border:revert;-webkit-border-radius:revert;-moz-border-radius:revert;border-radius:revert;background-color:revert;padding:revert;width:revert;height:revert;overflow:revert;color:revert;font:revert;font-weight:revert;font-size:revert;font-family:revert;zoom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(textarea:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(textarea:focus){outline:revert;-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(textarea:focus:required:invalid),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(textarea:focus:required:invalid){border-color:revert;color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(textarea:focus:required:invalid:focus),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(textarea:focus:required:invalid:focus){-webkit-box-shadow:revert;-moz-box-shadow:revert;box-shadow:revert;border-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(textarea[disabled]),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(textarea[disabled]){cursor:revert;border-color:revert;background-color:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(th),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(th){padding:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ul ol),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ul ol){margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ul ul),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ul ul){margin-bottom:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(ul),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(ul){margin:revert;padding:revert;list-style:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(video),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(video){display:revert;vertical-align:revert;}/*!sc*/
:where(.Reset-cSP96RE__sc-ks4owp-0):is(a,button),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a,button),:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:active),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:active),:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:hover),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:hover),:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:link),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:link),:where(.Reset-cSP96RE__sc-ks4owp-0):is(a:visited),:where(.Reset-cSP96RE__sc-ks4owp-0) *:is(a:visited){color:inherit;}/*!sc*/
data-styled.g47[id="sc-global-iEDSUG1"]{content:"sc-global-iEDSUG1,"}/*!sc*/
.iqOAuU{display:block;background-color:#e1e1e1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23cbcbcb' viewBox='0 0 37 26'%3e%3cpath d='M22.122 17.12a2.5 2.5 0 0 1-.273-.417l-5.92-9.07c-.817-1.246-1.713-1.246-2.531 0L5.842 19.236c-.039.076-.117.152-.156.265-.506.907-.078 1.587 1.052 1.625 1.558.038 3.116 0 4.674 0H29.95c1.48-.038 1.908-.718 1.207-1.852-1.324-2.078-2.687-4.119-4.012-6.16a4 4 0 0 0-.39-.453c-.194-.227-.506-.34-.817-.34q-.468 0-.818.34c-.195.189-.35.416-.506.642-.78 1.172-1.52 2.343-2.298 3.515zM22.317 7.256c0-.643.273-1.247.74-1.7.467-.454 1.09-.681 1.753-.681s1.285.265 1.752.718a2.37 2.37 0 0 1-.039 3.401c-.467.454-1.09.68-1.753.68a2.52 2.52 0 0 1-1.752-.718c-.428-.453-.701-1.058-.701-1.7'/%3e%3cpath d='M32.56 2.532c.506 0 .974.189 1.324.529s.545.794.545 1.285V21.73c0 .49-.194.944-.545 1.285-.35.34-.818.529-1.324.529H4.44c-.506 0-.974-.19-1.324-.53a1.77 1.77 0 0 1-.545-1.284V4.308c0-.491.194-.945.545-1.285.35-.34.818-.529 1.324-.529h28.12m0-2.494H4.44a4.66 4.66 0 0 0-3.155 1.247A4.25 4.25 0 0 0 0 4.308v17.384c0 1.134.467 2.23 1.285 3.06C2.103 25.548 3.233 26 4.44 26h28.12a4.66 4.66 0 0 0 3.155-1.247A4.25 4.25 0 0 0 37 21.692V4.308c0-1.134-.467-2.23-1.285-3.06A4.66 4.66 0 0 0 32.56 0'/%3e%3c/svg%3e");background-size:25%;background-repeat:no-repeat;background-position:center;}/*!sc*/
data-styled.g61[id="Img-cSP96RE__sc-sfhcwq-0"]{content:"iqOAuU,"}/*!sc*/
.irLLuD:focus{outline:none !important;box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;}/*!sc*/
.irLLuD:focus:not(:focus-visible){box-shadow:none !important;}/*!sc*/
.irLLuD:focus:not(:-moz-focusring){box-shadow:none !important;}/*!sc*/
.cHOQQk{color:#000;}/*!sc*/
.cHOQQk:focus{outline:none !important;box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;}/*!sc*/
.cHOQQk:focus:not(:focus-visible){box-shadow:none !important;}/*!sc*/
.cHOQQk:focus:not(:-moz-focusring){box-shadow:none !important;}/*!sc*/
.kuXIuH{color:#29812C;}/*!sc*/
.kuXIuH:focus{outline:none !important;box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;}/*!sc*/
.kuXIuH:focus:not(:focus-visible){box-shadow:none !important;}/*!sc*/
.kuXIuH:focus:not(:-moz-focusring){box-shadow:none !important;}/*!sc*/
data-styled.g115[id="StyledLink-cSP96RE__sc-9zeeo2-0"]{content:"irLLuD,cHOQQk,kuXIuH,"}/*!sc*/
.kUkvgz{text-align:center;font-weight:300;-webkit-transition:font-weight 225ms ease-in-out;transition:font-weight 225ms ease-in-out;color:#000;}/*!sc*/
.kUkvgz::before{display:block;font-weight:700;height:1px;overflow:hidden;visibility:hidden;margin-bottom:-1px;}/*!sc*/
.hjGPhM{text-align:center;font-weight:300;-webkit-transition:font-weight 225ms ease-in-out;transition:font-weight 225ms ease-in-out;color:#29812C;}/*!sc*/
.hjGPhM::before{display:block;font-weight:700;height:1px;overflow:hidden;visibility:hidden;margin-bottom:-1px;}/*!sc*/
data-styled.g118[id="StyledSHeaderText-cSP96RE__sc-7gj60i-0"]{content:"kUkvgz,hjGPhM,"}/*!sc*/
.cCVKXg::before{content:"What's New";}/*!sc*/
.cooZqG::before{content:"Get Inspired";}/*!sc*/
.kiIjps::before{content:"Designers";}/*!sc*/
.fWLdgC::before{content:"Clothing";}/*!sc*/
.cuGFMv::before{content:"Dresses";}/*!sc*/
.cyoCiu::before{content:"Active";}/*!sc*/
.bLUiA::before{content:"Shoes";}/*!sc*/
.dNSDTB::before{content:"Bags";}/*!sc*/
.jZjoZg::before{content:"Jewelry & Accessories";}/*!sc*/
.goHpdY::before{content:"Home & Gifts";}/*!sc*/
.gosakw::before{content:"Men";}/*!sc*/
.la-Dauw::before{content:"Beauty";}/*!sc*/
.dNWfdx::before{content:"Sale";}/*!sc*/
data-styled.g119[id="ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1"]{content:"cCVKXg,cooZqG,kiIjps,fWLdgC,cuGFMv,cyoCiu,bLUiA,dNSDTB,jZjoZg,goHpdY,gosakw,la-Dauw,dNWfdx,"}/*!sc*/
.kwDJhQ{display:inline-block;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;padding:6px;width:100%;}/*!sc*/
.kwDJhQ:hover .StyledSHeaderText-cSP96RE__sc-7gj60i-0{font-weight:700;}/*!sc*/
.kwDJhQ::after{content:"";display:block;width:0;height:1px;-webkit-transition:width 225ms ease-in-out,background-color 225ms ease-in-out;transition:width 225ms ease-in-out,background-color 225ms ease-in-out;margin:3px auto 0;}/*!sc*/
.kwDJhQ:hover::after{width:100%;background:#EE4A1B;}/*!sc*/
data-styled.g120[id="StyledAnimatedLink-cSP96RE__sc-7gj60i-2"]{content:"kwDJhQ,"}/*!sc*/
.iEbDei{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:2000;pointer-events:none;background-color:rgba(218,217,214,0.85);opacity:0;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}/*!sc*/
.jbKKij{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:3000;pointer-events:none;background-color:rgba(218,217,214,0.85);opacity:0;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;}/*!sc*/
data-styled.g137[id="BackgroundOverlay-cSP96RE__sc-13gllt0-0"]{content:"iEbDei,jbKKij,"}/*!sc*/
.ivznRR{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:80%;max-height:80%;min-width:0;z-index:3000;padding:16px 16px 16px 16px;overflow:hidden;display:none;background-color:#FFF;box-shadow:3px 3px 11px 1px rgba(166,166,166,0.5);}/*!sc*/
data-styled.g138[id="ModalContainer-cSP96RE__sc-1rkbftd-0"]{content:"ivznRR,"}/*!sc*/
.eUWOYA{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;}/*!sc*/
data-styled.g139[id="InnerModalContainer-cSP96RE__sc-1rkbftd-1"]{content:"eUWOYA,"}/*!sc*/
.hDIIKi{overflow:auto;height:100%;}/*!sc*/
data-styled.g142[id="ContentContainer-cSP96RE__sc-1rkbftd-4"]{content:"hDIIKi,"}/*!sc*/
.oJduD{background:none;border:none;width:44px;height:44px;padding:0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}/*!sc*/
.oJduD,.oJduD:focus,.oJduD:focus-visible{outline:0;}/*!sc*/
.oJduD:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.oJduD::before{display:block;content:"";width:43.18181818181818%;height:43.18181818181818%;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 17'%3E%3Cdefs%3E%3Cpath d='m9.5 16.19.791-.799s2.771-2.636 4.671-4.553c1.188-1.198 2.217-2.157 3.009-3.116C18.762 6.684 19 5.965 19 4.847s-.554-2.556-1.187-3.115c-.554-.56-1.188-1.118-1.98-1.358-.396-.16-1.662-.32-2.374 0-.793.32-1.98 1.278-2.296 1.597-.317.24-1.663 1.678-1.663 1.678L7.837 1.97C7.6 1.651 6.334.694 5.541.374c-.791-.32-1.978-.16-2.375 0-.87.32-1.425.799-1.979 1.358C.554 2.37 0 3.729 0 4.847s.238 1.837 1.03 2.875c.711.96 1.74 1.918 3.008 3.116 1.9 1.917 4.67 4.553 4.67 4.553l.792.798Z' id='a'/%3E%3C/defs%3E%3Cpath stroke='%23C9C7C3' d='M13.646.837c.613-.274 1.67-.133 2 0 .754.231 1.315.746 1.812 1.247.58.514 1.042 1.787 1.042 2.763 0 1-.218 1.641-.924 2.567-.576.697-1.28 1.393-2.08 2.185-.284.283-.581.577-.888.886l-.483.484-.092.092-.161.16-.266.264c-1.986 1.952-3.66 3.544-3.66 3.544l-.446.45-.441-.445a325.329 325.329 0 0 1-3.882-3.765l-.159-.157-.31-.31-.384-.367C2.975 9.146 2.07 8.286 1.427 7.42.719 6.49.5 5.85.5 4.847c0-.99.481-2.196 1.042-2.763.504-.508 1.004-.95 1.797-1.24C3.688.702 4.688.568 5.354.836c.715.289 1.867 1.144 2.082 1.432.163.172.42.43.697.71l1.38 1.393.352-.381.045-.048c.23-.247 1.283-1.368 1.555-1.573.346-.343 1.445-1.236 2.18-1.533Z' fill='white' fill-rule='evenodd'/%3E%3C/svg%3E");}/*!sc*/
data-styled.g154[id="Button-cSP96RE__sc-110ttrj-0"]{content:"oJduD,"}/*!sc*/
.fJwSHO{text-align:left;}/*!sc*/
.fJwSHO::before{display:block;font-weight:500;overflow:hidden;height:0;visibility:hidden;content:attr(data-content);}/*!sc*/
data-styled.g155[id="StyledTextItem-cSP96RE__sc-19a5roz-0"]{content:"fJwSHO,"}/*!sc*/
.kwWhHC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g156[id="Container-cSP96RE__sc-1equpgz-0"]{content:"kwWhHC,"}/*!sc*/
.kJDwPe img{margin-right:8px;height:16px;width:16px;}/*!sc*/
data-styled.g157[id="IconContainer-cSP96RE__sc-1equpgz-1"]{content:"kJDwPe,"}/*!sc*/
.fjRfwA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
data-styled.g158[id="Container-cSP96RE__sc-2y8g7t-0"]{content:"fjRfwA,"}/*!sc*/
.eUItQc{-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;}/*!sc*/
data-styled.g159[id="StyledXSHeaderText-cSP96RE__sc-2y8g7t-1"]{content:"eUItQc,"}/*!sc*/
.cKoIek{list-style:none;margin:0;padding:0;}/*!sc*/
data-styled.g160[id="StyledUnorderedList-cSP96RE__sc-2y8g7t-2"]{content:"cKoIek,"}/*!sc*/
.hJEqsY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-text-decoration:none;text-decoration:none;color:inherit;cursor:pointer;}/*!sc*/
data-styled.g161[id="WrappingLink-cSP96RE__sc-2y8g7t-3"]{content:"hJEqsY,"}/*!sc*/
.dmBMnd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;padding:5px 0;}/*!sc*/
.dmBMnd:hover .StyledTextItem-cSP96RE__sc-19a5roz-0{font-weight:500;}/*!sc*/
data-styled.g162[id="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4"]{content:"dmBMnd,"}/*!sc*/
.gWDqqk{margin-left:1ch;}/*!sc*/
.gWDqqk svg{width:auto;height:1ex;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 300ms;-webkit-transition:transform 300ms;transition:transform 300ms;}/*!sc*/
data-styled.g206[id="CaretIconContainer-cSP96RE__sc-hd4z7c-0"]{content:"gWDqqk,"}/*!sc*/
.dzpSMS{box-sizing:content-box;height:auto;-webkit-transition:height 300ms ease-in-out,visibility 0s;transition:height 300ms ease-in-out,visibility 0s;font-size:inherit;position:relative;margin:calc(-1 * var(--block-spacing)) 0 0;display:flow-root;}/*!sc*/
.dzpSMS[hidden]{height:var(--block-spacing);visibility:hidden;overflow-y:hidden;-webkit-transition:height 300ms ease-in-out,visibility 0s 300ms;transition:height 300ms ease-in-out,visibility 0s 300ms;}/*!sc*/
data-styled.g207[id="DisclosurePanel-cSP96RE__sc-hd4z7c-1"]{content:"dzpSMS,"}/*!sc*/
.btiNON{position:relative;top:var(--block-spacing);margin:var(--block-spacing) var(--inline-spacing);}/*!sc*/
data-styled.g208[id="MarginWrapper-cSP96RE__sc-hd4z7c-2"]{content:"btiNON,"}/*!sc*/
.hOytIO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;text-align:left;border:0;background:rgba(0,0,0,0);cursor:pointer;color:inherit;outline:0;padding:0;box-shadow:none;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;font:inherit;font-weight:500;position:relative;}/*!sc*/
.hOytIO,.hOytIO:focus,.hOytIO:focus-visible{outline:0;}/*!sc*/
.hOytIO:focus-visible{box-shadow:0 0 0 2px #FFF,0 0 0 4px #000;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.hOytIO[aria-expanded="false"] .CaretIconContainer-cSP96RE__sc-hd4z7c-0 svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}/*!sc*/
.hOytIO::after{content:"";display:block;position:absolute;inset:calc(0.6em - 22px) 0;inset:calc(0.5lh - 22px) 0;}/*!sc*/
data-styled.g209[id="DisclosureToggle-cSP96RE__sc-hd4z7c-3"]{content:"hOytIO,"}/*!sc*/
.imlQjC{text-align:left;margin:0;padding:0;position:relative;z-index:1;-webkit-text-decoration:none;text-decoration:none;text-transform:none;}/*!sc*/
data-styled.g210[id="DisclosureHeading-cSP96RE__sc-hd4z7c-4"]{content:"imlQjC,"}/*!sc*/
.fvsvvN{--block-spacing:1em;--inline-spacing:0;margin:var(--block-spacing) var(--inline-spacing);}/*!sc*/
data-styled.g211[id="DisclosureContainer-cSP96RE__sc-hd4z7c-5"]{content:"fvsvvN,"}/*!sc*/
.jBFfSZ{height:100%;overflow:auto;}/*!sc*/
data-styled.g240[id="ContentContainer-cSP96RE__sc-sw60vo-0"]{content:"jBFfSZ,"}/*!sc*/
.doylDH{position:fixed;background-color:#FFF;overflow:hidden;width:100%;box-shadow:0 -2px 6px rgb(0,0,0,0.1);border-radius:6px 6px 0 0;bottom:0;-webkit-transform:translateY(100vh);-ms-transform:translateY(100vh);transform:translateY(100vh);height:100%;-webkit-transition:-webkit-transform 0.2s ease-in-out,width 0.4s;-webkit-transition:transform 0.2s ease-in-out,width 0.4s;transition:transform 0.2s ease-in-out,width 0.4s;}/*!sc*/
@media (min-width:769px){.doylDH{top:0;width:65%;max-width:675px;height:100%;box-shadow:2px 0 6px rgb(0,0,0,0.1);border-radius:6px 0 0 6px;right:0;-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw);}}/*!sc*/
.cSSNfm{position:fixed;background-color:#F8F7F7;overflow:hidden;width:100%;box-shadow:0 -2px 6px rgb(0,0,0,0.1);border-radius:6px 6px 0 0;bottom:0;-webkit-transform:translateY(100vh);-ms-transform:translateY(100vh);transform:translateY(100vh);height:auto;-webkit-transition:-webkit-transform 0.2s ease-in-out,width 0.4s;-webkit-transition:transform 0.2s ease-in-out,width 0.4s;transition:transform 0.2s ease-in-out,width 0.4s;}/*!sc*/
@media (min-width:769px){.cSSNfm{top:0;width:65%;max-width:675px;height:100%;box-shadow:2px 0 6px rgb(0,0,0,0.1);border-radius:0 6px 6px 0;left:0;-webkit-transform:translateX(-100vw);-ms-transform:translateX(-100vw);transform:translateX(-100vw);}}/*!sc*/
data-styled.g243[id="SheetContainer-cSP96RE__sc-1tg12ng-0"]{content:"doylDH,cSSNfm,"}/*!sc*/
.fzWOSI{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;}/*!sc*/
data-styled.g244[id="InnerSheetContainer-cSP96RE__sc-1tg12ng-1"]{content:"fzWOSI,"}/*!sc*/
.hIGyA-D{padding:30px;position:relative;min-width:300px;}/*!sc*/
data-styled.g245[id="TooManyHeartsModalContainer-cSP96RE__sc-bw0dsw-0"]{content:"hIGyA-D,"}/*!sc*/
.fPcuAw{position:absolute;top:0px;right:0px;height:15px;width:15px;}/*!sc*/
data-styled.g246[id="CloseContainer-cSP96RE__sc-bw0dsw-1"]{content:"fPcuAw,"}/*!sc*/
.khEGqO{--block-spacing:20px;--inline-spacing:14px;margin:0;border-top:1px solid #E7E3DF;}/*!sc*/
.khEGqO .DisclosureToggle-cSP96RE__sc-hd4z7c-3{font-size:16px;font-weight:bold;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;outline:0;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;padding:var(--block-spacing) var(--inline-spacing);margin:0;}/*!sc*/
.khEGqO .DisclosureToggle-cSP96RE__sc-hd4z7c-3:focus-visible{box-shadow:inset 0 0 0 2px #000,inset 0 0 0 4px #FFF;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}/*!sc*/
.khEGqO .DisclosureToggle-cSP96RE__sc-hd4z7c-3::after{display:none;}/*!sc*/
.khEGqO:last-child{border-bottom:1px solid #E7E3DF;}/*!sc*/
.khEGqO .MarginWrapper-cSP96RE__sc-hd4z7c-2{position:static;top:initial;}/*!sc*/
@media (min-width:768px){.khEGqO{--inline-spacing:4px;}}/*!sc*/
data-styled.g260[id="StyledDisclosure-cSP96RE__sc-1ivphmp-0"]{content:"khEGqO,"}/*!sc*/
.ciSenO{padding:0;margin:0;width:44px;height:44px;border:4px solid transparent;background-clip:content-box;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;grid-row:1 / 2;position:relative;left:-50%;grid-column:1 / 2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.ciSenO svg{width:10px;position:relative;rotate:180deg;left:-1px;}/*!sc*/
@media (max-width:767.99px) and (hover:none){.ciSenO:not(:focus-visible){position:absolute;width:0px;height:0px;padding:0;margin:0;overflow:hidden;-webkit-clip:rect(0,0,0,0);clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}}/*!sc*/
@media (min-width:576px){.ciSenO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:768px){.ciSenO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:992px){.ciSenO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:1200px){.ciSenO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:1400px){.ciSenO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
.crFyXn{padding:0;margin:0;width:44px;height:44px;border:4px solid transparent;background-clip:content-box;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:1;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;grid-row:1 / 2;position:relative;left:50%;grid-column:3 / 4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.crFyXn svg{width:10px;position:relative;rotate:0deg;left:1px;}/*!sc*/
@media (max-width:767.99px) and (hover:none){.crFyXn:not(:focus-visible){position:absolute;width:0px;height:0px;padding:0;margin:0;overflow:hidden;-webkit-clip:rect(0,0,0,0);clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}}/*!sc*/
@media (min-width:576px){.crFyXn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:768px){.crFyXn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:992px){.crFyXn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:1200px){.crFyXn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
@media (min-width:1400px){.crFyXn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
data-styled.g271[id="ButtonPaginator-cSP96RE__sc-f6hjgj-0"]{content:"ciSenO,crFyXn,"}/*!sc*/
.frUqrh{display:grid;grid-template-columns:44px 1fr 44px;}/*!sc*/
data-styled.g272[id="_StyledReset-cSP96RE__sc-f6hjgj-1"]{content:"frUqrh,"}/*!sc*/
.erXHpH{grid-row:1 / 2;grid-column:1 / 4;}/*!sc*/
@media (min-width:768px),(hover:hover){.erXHpH.erXHpH{--inline-bleed:0px;--block-bleed:0px;}}/*!sc*/
.erXHpH.erXHpH[data-tabbing="true"]{--inline-bleed:4px;--block-bleed:4px;}/*!sc*/
data-styled.g273[id="_StyledDiv-cSP96RE__sc-f6hjgj-2"]{content:"erXHpH,"}/*!sc*/
.hewWJV{overflow:hidden;position:relative;contain:paint;--gap:3px;margin-inline:calc(-1 * var(--inline-bleed,0px));margin-block:calc(-1 * var(--block-bleed,0px));}/*!sc*/
data-styled.g274[id="_StyledDiv2-cSP96RE__sc-f6hjgj-3"]{content:"hewWJV,"}/*!sc*/
.egpvgB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-scroll-snap-type:inline;-moz-scroll-snap-type:inline;-ms-scroll-snap-type:inline;scroll-snap-type:inline;overflow:scroll hidden;margin-block:calc(var(--inline-bleed,0px));margin-inline:calc(-1 * var(--gap));padding-inline:calc(var(--inline-bleed,0px));-webkit-scroll-padding-inline:var(--inline-bleed,0px);-moz-scroll-padding-inline:var(--inline-bleed,0px);-ms-scroll-padding-inline:var(--inline-bleed,0px);scroll-padding-inline:var(--inline-bleed,0px);-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}/*!sc*/
.egpvgB::-webkit-scrollbar{display:none;}/*!sc*/
@media (min-width:768px),(hover:hover){.egpvgB{-webkit-transition:-webkit-transform 200ms ease-in-out;-webkit-transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out;overflow:visible;-webkit-transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );-ms-transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );}}/*!sc*/
.egpvgB[data-tabbing="true"]{-webkit-transition:-webkit-transform 200ms ease-in-out;-webkit-transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out;overflow:visible;-webkit-transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );-ms-transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );transform:translateX( calc( (-100% + 2 * var(--inline-bleed,0px)) * var(--page,0) ) );}/*!sc*/
data-styled.g275[id="_StyledUl-cSP96RE__sc-f6hjgj-4"]{content:"egpvgB,"}/*!sc*/
.kkJWUo{margin:0;-webkit-scroll-snap-align:start;-moz-scroll-snap-align:start;-ms-scroll-snap-align:start;scroll-snap-align:start;display:inline-block;position:relative;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0 var(--gap);min-width:0;-webkit-flex-basis:calc(100% / var(--n) - 2 * var(--gap));-ms-flex-preferred-size:calc(100% / var(--n) - 2 * var(--gap));flex-basis:calc(100% / var(--n) - 2 * var(--gap));--n:2.6666666666666665;}/*!sc*/
.kkJWUo.kkJWUo{box-sizing:content-box;}/*!sc*/
.kkJWUo[data-tabbing="true"]{--n:3;}/*!sc*/
@media (hover:hover){.kkJWUo{--n:3;}}/*!sc*/
@media (min-width:576px){.kkJWUo{--n:2.6666666666666665;}.kkJWUo[data-tabbing="true"]{--n:3;}@media (hover:hover){.kkJWUo{--n:3;}}}/*!sc*/
@media (min-width:768px){.kkJWUo,.kkJWUo[data-tabbing="true"]{--n:7;}}/*!sc*/
@media (min-width:992px){.kkJWUo,.kkJWUo[data-tabbing="true"]{--n:7;}}/*!sc*/
@media (min-width:1200px){.kkJWUo,.kkJWUo[data-tabbing="true"]{--n:7;}}/*!sc*/
@media (min-width:1400px){.kkJWUo,.kkJWUo[data-tabbing="true"]{--n:7;}}/*!sc*/
data-styled.g276[id="_StyledLi-cSP96RE__sc-f6hjgj-5"]{content:"kkJWUo,"}/*!sc*/
.iBuewc.iBuewc{background-color:#fff;padding:10px;font:inherit;font-weight:500;margin:0;outline-offset:0;border:1px solid #4F4F4F;border-radius:4px;color:black;width:100%;display:block;zoom:initial;box-sizing:border-box;z-index:auto;}/*!sc*/
.iBuewc.iBuewc:has(option:checked:not([value])):not(:focus):not([aria-invalid="true"]),.iBuewc.iBuewc:has(option[value=""]:checked):not(:focus):not([aria-invalid="true"]),.iBuewc.iBuewc:placeholder-shown:not(:focus):not([aria-invalid="true"]){border-color:#DAD9D6;}/*!sc*/
.iBuewc.iBuewc:focus{border-color:#4F4F4F;outline:0;}/*!sc*/
.iBuewc.iBuewc::-webkit-input-placeholder{font-weight:300;font-style:italic;color:#4F4F4F;}/*!sc*/
.iBuewc.iBuewc::-moz-placeholder{font-weight:300;font-style:italic;color:#4F4F4F;}/*!sc*/
.iBuewc.iBuewc:-ms-input-placeholder{font-weight:300;font-style:italic;color:#4F4F4F;}/*!sc*/
.iBuewc.iBuewc::placeholder{font-weight:300;font-style:italic;color:#4F4F4F;}/*!sc*/
.iBuewc.iBuewc:focus-visible{outline:1px solid #4F4F4F;}/*!sc*/
.iBuewc.iBuewc:disabled,.iBuewc.iBuewc[aria-disabled="true"]{cursor:not-allowed;color:#757575;opacity:0.5;}/*!sc*/
.iBuewc.iBuewc[aria-invalid="true"]{border-color:#D00;outline-color:#D00;}/*!sc*/
.iBuewc.iBuewc[aria-invalid="true"]::-webkit-input-placeholder{color:#D006;}/*!sc*/
.iBuewc.iBuewc[aria-invalid="true"]::-moz-placeholder{color:#D006;}/*!sc*/
.iBuewc.iBuewc[aria-invalid="true"]:-ms-input-placeholder{color:#D006;}/*!sc*/
.iBuewc.iBuewc[aria-invalid="true"]::placeholder{color:#D006;}/*!sc*/
data-styled.g278[id="Input-cSP96RE__sc-cqbvy8-1"]{content:"iBuewc,"}/*!sc*/
.cigOkD{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;}/*!sc*/
.cigOkD:not([multiple]){padding-right:calc(1em + 20px);}/*!sc*/
data-styled.g279[id="Select-cSP96RE__sc-cqbvy8-2"]{content:"cigOkD,"}/*!sc*/
.eVBflf{font-size:calc(10em / 12);}/*!sc*/
.eVBflf::after{content:"";display:table;clear:both;}/*!sc*/
data-styled.g280[id="AssistiveText-cSP96RE__sc-1fkbk09-0"]{content:"eVBflf,"}/*!sc*/
.jslzza{margin:3px 0 0;display:block;float:right;}/*!sc*/
data-styled.g281[id="RightAssistiveText-cSP96RE__sc-1fkbk09-1"]{content:"jslzza,"}/*!sc*/
.fwZddU{margin:0;font-style:italic;float:left;}/*!sc*/
data-styled.g282[id="LeftAssistiveText-cSP96RE__sc-1fkbk09-2"]{content:"fwZddU,"}/*!sc*/
.fgsPG.fgsPG{font:inherit;font-size:calc(10em / 12);padding-left:14px;margin:0 0 3px;display:block;color:inherit;}/*!sc*/
data-styled.g283[id="TextLabel-cSP96RE__sc-1fkbk09-3"]{content:"fgsPG,"}/*!sc*/
.difeDC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;padding:10px;right:0;bottom:0;top:0;pointer-events:none;}/*!sc*/
.difeDC > *{display:inline;height:1em;vertical-align:text-bottom;}/*!sc*/
@supports (height:1lh){.difeDC > *{height:1lh;vertical-align:bottom;}}/*!sc*/
data-styled.g284[id="IconWrapper-cSP96RE__sc-1fkbk09-4"]{content:"difeDC,"}/*!sc*/
.fOLeLa.fOLeLa{color:#4F4F4F;}/*!sc*/
.fOLeLa.fOLeLa:has([aria-invalid="true"]){color:#D00;}/*!sc*/
.fOLeLa.fOLeLa:has(:disabled) .TextLabel-cSP96RE__sc-1fkbk09-3,.fOLeLa.fOLeLa:has(:disabled) .AssistiveText-cSP96RE__sc-1fkbk09-0,.fOLeLa.fOLeLa:has(:disabled) .IconWrapper-cSP96RE__sc-1fkbk09-4{cursor:not-allowed;color:#757575;opacity:0.5;}/*!sc*/
data-styled.g285[id="Wrapper-cSP96RE__sc-1fkbk09-5"]{content:"fOLeLa,"}/*!sc*/
.evWNmj{position:relative;}/*!sc*/
.evWNmj .IconWrapper-cSP96RE__sc-1fkbk09-4 > *{height:1ex;vertical-align:baseline;}/*!sc*/
data-styled.g287[id="SelectWrapper-cSP96RE__sc-1fkbk09-7"]{content:"evWNmj,"}/*!sc*/
.pQNGK{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}/*!sc*/
data-styled.g288[id="RotatedCaret-cSP96RE__sc-1fkbk09-8"]{content:"pQNGK,"}/*!sc*/
.kPWqKG{-webkit-letter-spacing:0.041666em;-moz-letter-spacing:0.041666em;-ms-letter-spacing:0.041666em;letter-spacing:0.041666em;overflow-wrap:break-word;}/*!sc*/
data-styled.g379[id="PriceText-cSP96RE__sc-1ti04fx-0"]{content:"kPWqKG,"}/*!sc*/
.kQPbrt{position:relative;padding-bottom:177.30496%;overflow:hidden;height:0px;}/*!sc*/
data-styled.g386[id="ProductImageWrapper-cSP96RE__sc-1gvn5og-0"]{content:"kQPbrt,"}/*!sc*/
.eHZbTR{position:absolute;display:block;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;width:100%;height:100%;object-fit:cover;padding:0;display:block;}/*!sc*/
data-styled.g387[id="StyledImage-cSP96RE__sc-1gvn5og-1"]{content:"eHZbTR,"}/*!sc*/
.izpYJO{color:white;position:absolute;width:100%;bottom:0;text-align:center;padding:2px 20px;box-sizing:border-box;background-color:#cacaca;}/*!sc*/
data-styled.g390[id="Badge-cSP96RE__sc-1gvn5og-4"]{content:"izpYJO,"}/*!sc*/
.gqCvAB{font:300 12px / calc(16 / 12) "GTAmerica","Helvetica Neue",Helvetica,sans-serif;display:block;position:relative;}/*!sc*/
.gqCvAB *:where(strong,b){font-weight:500;}/*!sc*/
.gqCvAB .Bold-cSP96RE__sc-xyrc5j-0{font-weight:700;}/*!sc*/
.gqCvAB *:where(small){font-size:calc(10em / 12);}/*!sc*/
data-styled.g391[id="A-cSP96RE__sc-1hja1b-0"]{content:"gqCvAB,"}/*!sc*/
.gnWUQC{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}/*!sc*/
data-styled.g392[id="EllidedText-cSP96RE__sc-1hja1b-1"]{content:"gnWUQC,"}/*!sc*/
.bsVmaf{position:absolute;margin-top:calc(177.30496% - 44px);top:0;right:0;box-sizing:content-box;}/*!sc*/
data-styled.g394[id="StyledHeartButton-cSP96RE__sc-1hja1b-3"]{content:"bsVmaf,"}/*!sc*/
.FfaGF{-webkit-transition:opacity 300ms linear;transition:opacity 300ms linear;opacity:1;width:100%;}/*!sc*/
data-styled.g395[id="StyledProductImage-cSP96RE__sc-1hja1b-4"]{content:"FfaGF,"}/*!sc*/
.gVxGia{font:300 12px / calc(16 / 12) "GTAmerica","Helvetica Neue",Helvetica,sans-serif;position:relative;display:flow-root;}/*!sc*/
.gVxGia *:where(strong,b){font-weight:500;}/*!sc*/
.gVxGia .Bold-cSP96RE__sc-xyrc5j-0{font-weight:700;}/*!sc*/
.gVxGia *:where(small){font-size:calc(10em / 12);}/*!sc*/
data-styled.g396[id="_StyledReset-cSP96RE__sc-1hja1b-5"]{content:"gVxGia,"}/*!sc*/
.dnZZWH{text-align:center;padding:1em 1em 0;}/*!sc*/
data-styled.g397[id="_StyledDiv-cSP96RE__sc-1hja1b-6"]{content:"dnZZWH,"}/*!sc*/
.CUa-DD.CUa-DD{margin:1em 0 4px;}/*!sc*/
data-styled.g398[id="_StyledColorSwatches-cSP96RE__sc-1hja1b-7"]{content:"CUa-DD,"}/*!sc*/
.xNAPC{display:none;}/*!sc*/
data-styled.g420[id="VideoWrapper-cSP96RE__sc-lg8732-0"]{content:"xNAPC,"}/*!sc*/
.iYPWzg{position:relative;display:grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g422[id="ComponentContainer-cSP96RE__sc-lg8732-2"]{content:"iYPWzg,"}/*!sc*/
.ijlGXl{width:100%;}/*!sc*/
.ijlGXl.ijlGXl{display:block;}/*!sc*/
data-styled.g423[id="PosterImage-cSP96RE__sc-lg8732-3"]{content:"ijlGXl,"}/*!sc*/
.ffaAij{width:20px;-webkit-transition:width 225ms;transition:width 225ms;}/*!sc*/
data-styled.g602[id="HeartLink__StyledHeartIcon-sc-12bzrk3-0"]{content:"ffaAij,"}/*!sc*/
.fvdYUM{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:44px;width:44px;}/*!sc*/
.fvdYUM:hover .HeartLink__StyledHeartIcon-sc-12bzrk3-0{width:24.5px;}/*!sc*/
data-styled.g603[id="HeartLink__StyledHeartLink-sc-12bzrk3-1"]{content:"fvdYUM,"}/*!sc*/
.fyxHzJ{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:2px;width:100%;}/*!sc*/
.fyxHzJ:focus{outline:none !important;box-shadow:inset 0 0 0 2px #000;}/*!sc*/
.fyxHzJ:focus:not(:focus-visible){box-shadow:none !important;}/*!sc*/
.fyxHzJ:focus:not(:-moz-focusring){box-shadow:none !important;}/*!sc*/
data-styled.g613[id="DropdownMenu__MenuContainer-sc-1kn1vpo-0"]{content:"fyxHzJ,"}/*!sc*/
.ekTUzp{position:absolute;height:30px;top:100%;width:100%;visibility:hidden;}/*!sc*/
data-styled.g615[id="DropdownMenu__MenuDropdownMouseLeaveGuard-sc-1kn1vpo-2"]{content:"ekTUzp,"}/*!sc*/
.djHJQN{padding:11px 0;}/*!sc*/
.djHJQN:hover .LBodyText-cSP96RE__sc-tkye97-7{font-weight:500;}/*!sc*/
data-styled.g619[id="AccountStatusHeaderGreeting__SignInButton-sc-o1wyim-2"]{content:"djHJQN,"}/*!sc*/
.kodbWR::before{display:block;font-weight:500;overflow:hidden;height:0;visibility:hidden;content:attr(data-content);}/*!sc*/
data-styled.g620[id="AccountStatusHeaderGreeting__SignInText-sc-o1wyim-3"]{content:"kodbWR,"}/*!sc*/
.ksOHht{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-height:40px;-webkit-align-items:end;-webkit-box-align:end;-ms-flex-align:end;align-items:end;max-width:100%;}/*!sc*/
data-styled.g626[id="AccountStatus__GlobalNavPersonalizationItem-sc-1caqmcw-1"]{content:"ksOHht,"}/*!sc*/
.dcIVr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-right:2px;width:100%;}/*!sc*/
data-styled.g627[id="PersonalizationContainer__Container-sc-1j47ifx-0"]{content:"dcIVr,"}/*!sc*/
.caSXRe{padding-left:6px;}/*!sc*/
data-styled.g628[id="PersonalizationContainer__StyledHeartLink-sc-1j47ifx-1"]{content:"caSXRe,"}/*!sc*/
.cdaEbf{padding-bottom:1px;}/*!sc*/
data-styled.g629[id="PersonalizationContainer__CartCountContainer-sc-1j47ifx-2"]{content:"cdaEbf,"}/*!sc*/
.eTOdNV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:calc(100% - 100px);}/*!sc*/
data-styled.g630[id="PersonalizationContainer__StyledAccountStatusContainer-sc-1j47ifx-3"]{content:"eTOdNV,"}/*!sc*/
.hjMXTC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;}/*!sc*/
data-styled.g642[id="TopNavDesktopMenu__FlexContainer-sc-1942335-0"]{content:"hjMXTC,"}/*!sc*/
.kqOwRx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline-offset:-2px;padding:0;border:none;background:none;text-align:initial;}/*!sc*/
.kqOwRx:focus{outline:none !important;box-shadow:inset 0 0 0 2px #000;}/*!sc*/
.kqOwRx:focus:not(:focus-visible){box-shadow:none !important;}/*!sc*/
.kqOwRx:focus:not(:-moz-focusring){box-shadow:none !important;}/*!sc*/
data-styled.g643[id="TopNavDesktopMenu__MenuContainer-sc-1942335-1"]{content:"kqOwRx,"}/*!sc*/
.idOrKR{padding:6px clamp(6px,0.6vw,11px);}/*!sc*/
data-styled.g644[id="TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2"]{content:"idOrKR,"}/*!sc*/
.kmIlWQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:4px;}/*!sc*/
data-styled.g660[id="LLCPreferences__LLCPreferencesContainer-sc-rq2z6x-0"]{content:"kmIlWQ,"}/*!sc*/
.cFBopX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;text-align:center;}/*!sc*/
data-styled.g661[id="LLCPreferences__PreferenceContainer-sc-rq2z6x-1"]{content:"cFBopX,"}/*!sc*/
.djsWVl{width:18px;height:16px;margin:6px 4px 0 0;}/*!sc*/
data-styled.g662[id="LLCPreferences__DownCaretIconContainer-sc-rq2z6x-2"]{content:"djsWVl,"}/*!sc*/
.gtXzFQ{width:20px;height:20px;}/*!sc*/
data-styled.g663[id="LLCPreferences__GeoLocationIconContainer-sc-rq2z6x-3"]{content:"gtXzFQ,"}/*!sc*/
.eMIOOM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;min-height:44px;}/*!sc*/
.eMIOOM:hover .LBodyText-cSP96RE__sc-tkye97-7{font-weight:500;}/*!sc*/
data-styled.g664[id="LLCPreferences__HeaderContentContainer-sc-rq2z6x-4"]{content:"eMIOOM,"}/*!sc*/
.iPLxbB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}/*!sc*/
data-styled.g665[id="TopNavDesktop__GlobalAndTopNavContainer-sc-s4l3aj-0"]{content:"iPLxbB,"}/*!sc*/
.cEcQpV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}/*!sc*/
data-styled.g666[id="TopNavDesktop__GlobalHeader-sc-s4l3aj-1"]{content:"cEcQpV,"}/*!sc*/
.ifEToh{width:100%;}/*!sc*/
data-styled.g667[id="TopNavDesktop__StyledGlobalHeaderSlot-sc-s4l3aj-2"]{content:"ifEToh,"}/*!sc*/
.bjtFPq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;min-height:132px;}/*!sc*/
data-styled.g668[id="TopNavDesktop__FixedTopNavContainer-sc-s4l3aj-3"]{content:"bjtFPq,"}/*!sc*/
.kvrcEP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#FFF;position:static;top:-132px;-webkit-transition:top 150ms ease;transition:top 150ms ease;}/*!sc*/
data-styled.g669[id="TopNavDesktop__MotionTopNavContainer-sc-s4l3aj-4"]{content:"kvrcEP,"}/*!sc*/
.fXCoel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%;}/*!sc*/
data-styled.g670[id="TopNavDesktop__DropdownReference-sc-s4l3aj-5"]{content:"fXCoel,"}/*!sc*/
.gWCVAo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g671[id="TopNavDesktop__FlexRow-sc-s4l3aj-6"]{content:"gWCVAo,"}/*!sc*/
.eIERlf{display:grid;grid-template-columns:calc(30% - 6px) 40% calc(30% - 6px);gap:6px;width:100%;max-width:1024px;}/*!sc*/
data-styled.g672[id="TopNavDesktop__LogoAndAccountStatusContainer-sc-s4l3aj-7"]{content:"eIERlf,"}/*!sc*/
.eFBkpl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-column-start:2;height:45px;margin-top:27px;margin-bottom:16px;}/*!sc*/
data-styled.g673[id="TopNavDesktop__ShopbopLogo-sc-s4l3aj-8"]{content:"eFBkpl,"}/*!sc*/
.kjlXZz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/
data-styled.g674[id="TopNavDesktop__LLCPreferencesContainer-sc-s4l3aj-9"]{content:"kjlXZz,"}/*!sc*/
.kLeUcL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/
data-styled.g676[id="TopNavDesktop__AccountStatusContainer-sc-s4l3aj-11"]{content:"kLeUcL,"}/*!sc*/
.eLKIbq{background-color:rgba(218,217,214,0.85);position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;opacity:0;}/*!sc*/
data-styled.g677[id="DesktopOverlay__Overlay-sc-yy0na6-0"]{content:"eLKIbq,"}/*!sc*/
.ifLRgC{height:18px;width:18px;position:relative;}/*!sc*/
data-styled.g678[id="HamburgerIcon__Container-sc-1pb2qge-0"]{content:"ifLRgC,"}/*!sc*/
.ibDyLQ{position:absolute;height:2px;width:100%;background-color:#000;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transition:300ms ease-in-out;transition:300ms ease-in-out;}/*!sc*/
data-styled.g679[id="HamburgerIcon__Bar-sc-1pb2qge-1"]{content:"ibDyLQ,"}/*!sc*/
.eMZtTA{top:0;left:0;}/*!sc*/
data-styled.g680[id="HamburgerIcon__TopBar-sc-1pb2qge-2"]{content:"eMZtTA,"}/*!sc*/
.hgnbpt{top:8px;left:0;}/*!sc*/
data-styled.g681[id="HamburgerIcon__CenterBar-sc-1pb2qge-3"]{content:"hgnbpt,"}/*!sc*/
.bqQGDV{top:16px;left:0;}/*!sc*/
data-styled.g682[id="HamburgerIcon__BottomBar-sc-1pb2qge-4"]{content:"bqQGDV,"}/*!sc*/
.kBfRia{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;min-height:55px;}/*!sc*/
data-styled.g683[id="TopNavMobileHeader__FixedTopNavMobileHeaderContainer-sc-10jbxue-0"]{content:"kBfRia,"}/*!sc*/
.eHURwe{height:0;margin:1px;}/*!sc*/
data-styled.g684[id="TopNavMobileHeader__TopReferenceContainer-sc-10jbxue-1"]{content:"eHURwe,"}/*!sc*/
.fGVHmg{display:grid;grid-template-columns:1fr 2fr 1fr;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#FFF;position:static;top:-55px;-webkit-transition:top 150ms ease;transition:top 150ms ease;min-height:55px;padding-right:0;}/*!sc*/
data-styled.g685[id="TopNavMobileHeader__MotionTopNavMobileHeaderContainer-sc-10jbxue-2"]{content:"fGVHmg,"}/*!sc*/
.kuGAta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g686[id="TopNavMobileHeader__FlexRow-sc-10jbxue-3"]{content:"kuGAta,"}/*!sc*/
.bzfkfl{margin-right:4px;}/*!sc*/
data-styled.g687[id="TopNavMobileHeader__HamburgerButton-sc-10jbxue-4"]{content:"bzfkfl,"}/*!sc*/
.dtzuPr{padding-left:5px;}/*!sc*/
data-styled.g688[id="TopNavMobileHeader__StyledHeartLink-sc-10jbxue-5"]{content:"dtzuPr,"}/*!sc*/
.dTwLqu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:24px;}/*!sc*/
data-styled.g689[id="TopNavMobileHeader__StyledLogoSlot-sc-10jbxue-6"]{content:"dTwLqu,"}/*!sc*/
.fkOUIX{gap:12px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-right:9px;}/*!sc*/
data-styled.g690[id="TopNavMobileHeader__SearchAndShoppingBagContainer-sc-10jbxue-7"]{content:"fkOUIX,"}/*!sc*/
.HRorQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}/*!sc*/
data-styled.g716[id="TopNavMobile__TopNavMobileContainer-sc-zl1aus-0"]{content:"HRorQ,"}/*!sc*/
.fxrcmX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
data-styled.g717[id="TopNavMobile__MobileGlobalHeaderSlot-sc-zl1aus-1"]{content:"fxrcmX,"}/*!sc*/
.eItZRI{width:100%;}/*!sc*/
data-styled.g718[id="TopNavMobile__StyledGlobalHeaderSlot-sc-zl1aus-2"]{content:"eItZRI,"}/*!sc*/
.kLapHQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:absolute;top:-70px;opacity:0;-webkit-transition:top 225ms ease-in-out 0s,opacity 225ms ease-in-out 0s;transition:top 225ms ease-in-out 0s,opacity 225ms ease-in-out 0s;z-index:3000;}/*!sc*/
data-styled.g719[id="A11yComponent__StyledContainer-sc-gkbl9h-0"]{content:"kLapHQ,"}/*!sc*/
.fDYOwv{padding:0 10px;margin:0 0 0 10px;height:32px;max-width:250px;}/*!sc*/
.fDYOwv:hover,.fDYOwv:active{background-color:#FFF;}/*!sc*/
data-styled.g720[id="A11yComponent__StyledButton-sc-gkbl9h-1"]{content:"fDYOwv,"}/*!sc*/
body .page-container.top-nav-design{padding:0;}/*!sc*/
data-styled.g721[id="sc-global-ilftny1"]{content:"sc-global-ilftny1,"}/*!sc*/
.gqhVcG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#FFF;position:relative;z-index:2000;}/*!sc*/
data-styled.g722[id="TopNavSquare__FlexNav-sc-zhwmyf-0"]{content:"gqhVcG,"}/*!sc*/
.hVeNHZ{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
@media (max-width:1025px){.hVeNHZ{visibility:hidden;position:fixed;}}/*!sc*/
data-styled.g723[id="TopNavSquare__DesktopNav-sc-zhwmyf-1"]{content:"hVeNHZ,"}/*!sc*/
.dCqgwS{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;}/*!sc*/
@media (min-width:1026px){.dCqgwS{display:none;}}/*!sc*/
data-styled.g724[id="TopNavSquare__MobileNav-sc-zhwmyf-2"]{content:"dCqgwS,"}/*!sc*/
.hplDva ul,.hplDva li{list-style-position:outside;}/*!sc*/
.hplDva h3{text-transform:none;}/*!sc*/
data-styled.g777[id="GlobalSignInSquare__CSSReset-sc-3jq3fk-0"]{content:"hplDva,"}/*!sc*/
.eZGNdJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%;}/*!sc*/
data-styled.g778[id="ShippingBanner__ShippingBannerContainer-sc-w9e5zf-0"]{content:"eZGNdJ,"}/*!sc*/
.kNCGmX{-webkit-text-decoration:none;text-decoration:none;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g780[id="ShippingBanner__StyledLink-sc-w9e5zf-2"]{content:"kNCGmX,"}/*!sc*/
.eMHsPh{-webkit-transition:opacity 250ms;transition:opacity 250ms;opacity:0;opacity:1;}/*!sc*/
data-styled.g781[id="ShippingBanner__FadeInContainer-sc-w9e5zf-3"]{content:"eMHsPh,"}/*!sc*/
.inSjDB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#F8F7F7;min-height:44px;}/*!sc*/
@media (max-width:1025px){.inSjDB{display:none;}}/*!sc*/
data-styled.g782[id="ShippingBannerSquare__DesktopShippingBannerContainer-sc-109jslm-0"]{content:"inSjDB,"}/*!sc*/
.iuFDqo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#F8F7F7;padding-left:13px;}/*!sc*/
@media (min-width:1026px){.iuFDqo{display:none;}}/*!sc*/
data-styled.g783[id="ShippingBannerSquare__MobileShippingBannerContainer-sc-109jslm-1"]{content:"iuFDqo,"}/*!sc*/
.FyBhp{width:100%;}/*!sc*/
data-styled.g806[id="SearchBar__SearchBarContainer-sc-1ep1e2s-0"]{content:"FyBhp,"}/*!sc*/
.ggXqLR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;background-color:#FFF;width:100%;height:44px;border:1px solid #E7E3DF;border-radius:4px;}/*!sc*/
data-styled.g807[id="SearchBar__InputContainer-sc-1ep1e2s-1"]{content:"ggXqLR,"}/*!sc*/
.iyBkcH{margin:0 1px;}/*!sc*/
data-styled.g808[id="SearchBar__IconButton-sc-1ep1e2s-2"]{content:"iyBkcH,"}/*!sc*/
.CZPkC{width:100%;border:0;font-size:16px;font-weight:500;padding:0 14px;}/*!sc*/
.CZPkC:focus{outline:none;}/*!sc*/
.CZPkC::-webkit-input-placeholder{color:#4F4F4F;font-weight:300;}/*!sc*/
.CZPkC::-moz-placeholder{color:#4F4F4F;font-weight:300;}/*!sc*/
.CZPkC:-ms-input-placeholder{color:#4F4F4F;font-weight:300;}/*!sc*/
.CZPkC::placeholder{color:#4F4F4F;font-weight:300;}/*!sc*/
data-styled.g809[id="SearchBar__InputField-sc-1ep1e2s-3"]{content:"CZPkC,"}/*!sc*/
.cjAcdq.cjAcdq label{display:none;}/*!sc*/
.cjAcdq.cjAcdq select{width:-webkit-min-content;width:-moz-min-content;width:min-content;font-weight:300;height:44px;color:#000;background-color:#E7E3DF;border-radius:2px 0 0;border:none;padding-right:calc(1em + 13px);padding-bottom:10px;text-align:center;text-align-last:center;}/*!sc*/
.cjAcdq.cjAcdq select option{text-align:left;}/*!sc*/
.cjAcdq.cjAcdq div > div{top:2px;}/*!sc*/
.cjAcdq.cjAcdq div > div svg{height:0.9ex;}/*!sc*/
data-styled.g814[id="SearchBar__StyledFormField-sc-1ep1e2s-8"]{content:"cjAcdq,"}/*!sc*/
.gTyovR{font-size:100%;line-height:initial;text-align:initial;text-transform:initial;}/*!sc*/
.gTyovR *{line-height:initial;list-style:none;}/*!sc*/
.gTyovR button{-webkit-appearance:none;font-size:16px;}/*!sc*/
.gTyovR input{color:initial;background-color:transparent;box-shadow:none;display:initial;font-size:16px;margin:0;position:static;-webkit-transition:none;transition:none;}/*!sc*/
.gTyovR input:focus:required:invalid{border-color:transparent;color:initial;}/*!sc*/
.gTyovR input:focus:required:invalid:focus{border-color:transparent;box-shadow:none;}/*!sc*/
data-styled.g825[id="SearchSquare__CssReset-sc-9onjx0-0"]{content:"gTyovR,"}/*!sc*/
.haEJmP{width:18px;-webkit-transition:width 225ms;transition:width 225ms;}/*!sc*/
data-styled.g826[id="SearchSquare__StyledSearchIcon-sc-9onjx0-1"]{content:"haEJmP,"}/*!sc*/
.kQggiH{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:44px;width:44px;}/*!sc*/
.kQggiH:hover .SearchSquare__StyledSearchIcon-sc-9onjx0-1{width:22px;}/*!sc*/
data-styled.g827[id="SearchSquare__IconButton-sc-9onjx0-2"]{content:"kQggiH,"}/*!sc*/
.fXWZRk{padding:2px 5% 0;-webkit-transition:padding 0.15s ease-out;transition:padding 0.15s ease-out;}/*!sc*/
@media (min-width:769px){.fXWZRk{padding:2px 10% 40px;}}/*!sc*/
data-styled.g828[id="SearchSquare__SearchPanelPadding-sc-9onjx0-3"]{content:"fXWZRk,"}/*!sc*/
.iYkkot{margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}/*!sc*/
data-styled.g829[id="SearchSquare__SearchBarContainer-sc-9onjx0-4"]{content:"iYkkot,"}/*!sc*/
.nogKp{width:100%;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g830[id="SearchSquare__Header-sc-9onjx0-5"]{content:"nogKp,"}/*!sc*/
.KqpxD{padding:16px;margin-right:10px;}/*!sc*/
data-styled.g831[id="SearchSquare__CloseButton-sc-9onjx0-6"]{content:"KqpxD,"}/*!sc*/
.exTrIW{display:none;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;width:100%;}/*!sc*/
@media (min-width:769px){.exTrIW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
data-styled.g833[id="DesktopFooterContent__DesktopFooterLists-sc-dw7y3w-0"]{content:"exTrIW,"}/*!sc*/
.bhIQxA{padding:0 20px;-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/
data-styled.g834[id="DesktopFooterContent__HoverListContainer-sc-dw7y3w-1"]{content:"bhIQxA,"}/*!sc*/
.dJevqp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:40px 0 20px;text-align:center;}/*!sc*/
@media (min-width:769px){.dJevqp{padding:40px 20px 20px;}}/*!sc*/
data-styled.g835[id="LegalText__LegalTextContainer-sc-11wzl1f-0"]{content:"dJevqp,"}/*!sc*/
.cQsjvu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding-top:2px;}/*!sc*/
data-styled.g836[id="LegalText__LinkContainer-sc-11wzl1f-1"]{content:"cQsjvu,"}/*!sc*/
.eSihVV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g837[id="LegalText__CookieLinkContainer-sc-11wzl1f-2"]{content:"eSihVV,"}/*!sc*/
.uAFbM a,.uAFbM a:hover{color:black;display:inline;font-size:12px;line-height:1.333;font-family:GTAmerica,"Helvetica Neue",Helvetica,sans-serif;font-weight:300;white-space:pre-wrap;}/*!sc*/
data-styled.g838[id="LegalText__PrivacyLinkContainer-sc-11wzl1f-3"]{content:"uAFbM,"}/*!sc*/
.hVnNtx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:4px;}/*!sc*/
data-styled.g839[id="LegalText__IconContainer-sc-11wzl1f-4"]{content:"hVnNtx,"}/*!sc*/
.cFqqFG{background-image:url(https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/homepages/2023/2023_07/ccpa_opt-out_icon_1x_360._TTW_.png);background-size:contain;height:16px;width:32px;}/*!sc*/
data-styled.g840[id="LegalText__CcpaIcon-sc-11wzl1f-5"]{content:"cFqqFG,"}/*!sc*/
.lpfStX{width:100%;}/*!sc*/
@media (min-width:769px){.lpfStX{display:none;}}/*!sc*/
data-styled.g841[id="MobileFooterContent__MobileFooterContainer-sc-1wjp8yz-0"]{content:"lpfStX,"}/*!sc*/
.kRJCNm{background:#F8F7F7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g842[id="ShopbopFooterSquare__LightGrayFooter-sc-aeeykt-0"]{content:"kRJCNm,"}/*!sc*/
.jCGIbv{color:black;}/*!sc*/
data-styled.g843[id="ShopbopFooterSquare__BlackLink-sc-aeeykt-1"]{content:"jCGIbv,"}/*!sc*/
.iDTQSk .ShopbopFooterSquare__BlackLink-sc-aeeykt-1{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.iDTQSk .ShopbopFooterSquare__BlackLink-sc-aeeykt-1:hover,.iDTQSk .ShopbopFooterSquare__BlackLink-sc-aeeykt-1:active,.iDTQSk .ShopbopFooterSquare__BlackLink-sc-aeeykt-1:focus{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.iDTQSk ul li{line-height:initial;}/*!sc*/
data-styled.g844[id="ShopbopFooterSquare__CssReset-sc-aeeykt-2"]{content:"iDTQSk,"}/*!sc*/
.cKZBSF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:40px 0 0;}/*!sc*/
@media (min-width:769px){.cKZBSF{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;max-width:1200px;}}/*!sc*/
data-styled.g845[id="ShopbopFooterSquare__NotLegal-sc-aeeykt-3"]{content:"cKZBSF,"}/*!sc*/
.cMscIH{-webkit-text-decoration:none;text-decoration:none;color:unset;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;overflow:hidden;}/*!sc*/
@media (min-width:992px){.cMscIH{height:100%;}}/*!sc*/
data-styled.g942[id="StyledLink-a7xpMF4__sc-11jnivd-0"]{content:"cMscIH,"}/*!sc*/
.dHdCdG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:1500px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;}/*!sc*/
@media (min-width:992px){.dHdCdG{height:100%;}}/*!sc*/
data-styled.g944[id="FullWidthPicture-a7xpMF4__sc-11jnivd-2"]{content:"dHdCdG,"}/*!sc*/
.bZtRa{width:100% !important;position:relative;overflow:hidden;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;min-height:auto;}/*!sc*/
.bZtRa *{box-sizing:border-box;}/*!sc*/
.bZtRa img,.bZtRa video,.bZtRa:before{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset;-webkit-box-pack:unset;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-align-items:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;vertical-align:unset;-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset;border-bottom:unset;margin:unset;content:unset;}/*!sc*/
@media (max-width:767px){.bZtRa{background-color:#f2f3e3;}}/*!sc*/
@media (max-width:1500px){}/*!sc*/
@media (max-width:767px){.bZtRa{padding-bottom:0;}}/*!sc*/
@media (min-width:768px){.bZtRa{background-color:#f2f3e3;}}/*!sc*/
data-styled.g1043[id="StyledBackgroundWrapper-a7xpMF4__sc-1k94j6o-0"]{content:"bZtRa,"}/*!sc*/
.bQGfLG{width:100% !important;max-width:1500px !important;box-sizing:border-box;position:relative;margin:0 auto !important;pointer-events:none;}/*!sc*/
data-styled.g1044[id="CenteredContent-a7xpMF4__sc-1k94j6o-1"]{content:"bQGfLG,"}/*!sc*/
.jrSLBu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem;}/*!sc*/
@media (max-width:770px){.jrSLBu{width:100%;-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:initial;}.jrSLBu .modelImage{display:none;}}/*!sc*/
data-styled.g1126[id="styled-components__EmailSignUpPage-sc-1tl7pff-10"]{content:"jrSLBu,"}/*!sc*/
.khGWiZ{padding-bottom:177%;position:relative;height:0;background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;background-color:#fff5f0;background-image:url(https://m.media-amazon.com/images/G/01/Shopbop/p/homepage/sb_carousel_end_img._QL90_.jpg);}/*!sc*/
data-styled.g1144[id="sc-Nxspf"]{content:"khGWiZ,"}/*!sc*/
.fRjLZo{cursor:pointer;position:absolute;-webkit-text-decoration:none;text-decoration:none;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g1145[id="sc-cfxfcM"]{content:"fRjLZo,"}/*!sc*/
.dUBbvC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:27px;height:27px;margin-bottom:2px;}/*!sc*/
data-styled.g1365[id="CartCountSquare__IconContainer-sc-1s15lu9-0"]{content:"dUBbvC,"}/*!sc*/
.cZdlUd{width:16px;-webkit-transition:all 225ms;transition:all 225ms;}/*!sc*/
data-styled.g1366[id="CartCountSquare__StyledShoppingBagIcon-sc-1s15lu9-1"]{content:"cZdlUd,"}/*!sc*/
.bodIvI{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:44px;min-width:44px;}/*!sc*/
.bodIvI:hover .CartCountSquare__StyledShoppingBagIcon-sc-1s15lu9-1{padding:0;width:22px;}/*!sc*/
data-styled.g1367[id="CartCountSquare__StyledShoppingBagLink-sc-1s15lu9-2"]{content:"bodIvI,"}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Bold"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:700;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Bold"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.otf") format("opentype");font-display:auto;font-stretch:normal;font-weight:700;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Medium"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:500;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:300;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.otf") format("opentype");font-display:auto;font-stretch:normal;font-weight:300;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-avenir";src:local("Avenir Book"),local("Avenir-Book");font-weight:400;size-adjust:82%;ascent-override:119.76%;-webkit-descent-override:36.59%;descent-override:36.59%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-avenir";src:local("Avenir Heavy"),local("Avenir-Heavy");font-weight:600;size-adjust:82%;ascent-override:119.76%;-webkit-descent-override:36.59%;descent-override:36.59%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-gothic";src:local("Century Gothic");font-weight:400;size-adjust:78.95%;ascent-override:124.38%;-webkit-descent-override:38%;descent-override:38%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-gothic";src:local("Century Gothic Bold");font-weight:600;size-adjust:78.95%;ascent-override:124.38%;-webkit-descent-override:38%;descent-override:38%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT";src:local("Futura-PT-Book"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_book.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_book.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;}/*!sc*/
@font-face{font-family:"Futura-PT";src:local("Futura-PT-Demi"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_demi.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_demi.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-Black"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;}/*!sc*/
data-styled.g1371[id="sc-global-iEDSUG2"]{content:"sc-global-iEDSUG2,"}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Bold"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Bold-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:700;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Bold"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Bold-v2.otf") format("opentype");font-display:auto;font-stretch:normal;font-weight:700;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Medium"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Medium-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:500;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Expanded-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Expanded-Light-v2.otf") format("opentype");font-display:auto;font-stretch:expanded;font-weight:300;}/*!sc*/
@font-face{font-family:"GTAmerica";src:local("GTAmerica-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/GT-America-Light-v2.otf") format("opentype");font-display:auto;font-stretch:normal;font-weight:300;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-avenir";src:local("Avenir Book"),local("Avenir-Book");font-weight:400;size-adjust:82%;ascent-override:119.76%;-webkit-descent-override:36.59%;descent-override:36.59%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-avenir";src:local("Avenir Heavy"),local("Avenir-Heavy");font-weight:600;size-adjust:82%;ascent-override:119.76%;-webkit-descent-override:36.59%;descent-override:36.59%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-gothic";src:local("Century Gothic");font-weight:400;size-adjust:78.95%;ascent-override:124.38%;-webkit-descent-override:38%;descent-override:38%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT-fallback-gothic";src:local("Century Gothic Bold");font-weight:600;size-adjust:78.95%;ascent-override:124.38%;-webkit-descent-override:38%;descent-override:38%;line-gap-override:0%;}/*!sc*/
@font-face{font-family:"Futura-PT";src:local("Futura-PT-Book"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_book.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_book.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;}/*!sc*/
@font-face{font-family:"Futura-PT";src:local("Futura-PT-Demi"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_demi.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/futura-pt_demi.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-Light"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Light.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;}/*!sc*/
@font-face{font-family:"FinancierDisplay";src:local("FinancierDisplay-Black"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.woff2") format("woff2"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.woff") format("woff"),url("https://m.media-amazon.com/images/G/01/Shopbop/media/fonts/FinancierDisplay-Black.ttf") format("truetype");font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;}/*!sc*/
data-styled.g1372[id="sc-global-iEDSUG3"]{content:"sc-global-iEDSUG3,"}/*!sc*/
.dwqHRm{color:#EE4A1B;}/*!sc*/
data-styled.g1373[id="_StyledTitleM-7Es6XQI__sc-1sdj68v-0"]{content:"dwqHRm,"}/*!sc*/
.gUTeKe{text-align:center;margin-top:20px;}/*!sc*/
@media (min-width:768px){.gUTeKe{display:none;}}/*!sc*/
data-styled.g1374[id="_StyledDiv-7Es6XQI__sc-9x09is-0"]{content:"gUTeKe,"}/*!sc*/
.hBcQvg{text-align:center;}/*!sc*/
@media (min-width:768px){.hBcQvg{text-align:left;text-align:start;}}/*!sc*/
data-styled.g1375[id="sc-gFAWRd"]{content:"hBcQvg,"}/*!sc*/
.kvpNmO{margin-bottom:0.25em;color:#000000;}/*!sc*/
@media (min-width:768px){.kvpNmO{font-size:16px;}}/*!sc*/
data-styled.g1376[id="sc-gmPhUn"]{content:"kvpNmO,"}/*!sc*/
@media (min-width:768px){.cJYZRw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1em;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}/*!sc*/
data-styled.g1377[id="sc-hRJfrW"]{content:"cJYZRw,"}/*!sc*/
.hupGQl{margin-bottom:14px;color:#000000;}/*!sc*/
data-styled.g1378[id="sc-iHbSHJ"]{content:"hupGQl,"}/*!sc*/
.CDFKB{display:none;}/*!sc*/
@media (min-width:768px){.CDFKB{display:initial;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}}/*!sc*/
data-styled.g1379[id="_StyledCallToAction-7Es6XQI__sc-kncmqp-0"]{content:"CDFKB,"}/*!sc*/
.eRKpgN{overflow:hidden;padding-block:max(40px,0px) max(40px,0px);background-color:#FFFFFF;}/*!sc*/
@media (min-width:768px){.eRKpgN{padding-inline:3%;}}/*!sc*/
data-styled.g1380[id="sc-klVQfs"]{content:"eRKpgN,"}/*!sc*/
.cllpPG{margin:0 auto;max-width:1500px;box-sizing:content-box;--inline-bleed:20px;padding-block:20px;padding-inline:var(--inline-bleed);border-radius:0px;background-color:#FFFFFF;}/*!sc*/
@media (min-width:768px){.cllpPG{--inline-bleed:30px;border-radius:10px;}}/*!sc*/
data-styled.g1381[id="_StyledDiv-7Es6XQI__sc-pnavyu-0"]{content:"cllpPG,"}/*!sc*/
.fTEywU{width:100% !important;position:relative;overflow:hidden;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:640px;}/*!sc*/
.fTEywU *{box-sizing:border-box;}/*!sc*/
.fTEywU img,.fTEywU video,.fTEywU:before{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset;-webkit-box-pack:unset;-webkit-justify-content:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-align-items:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;vertical-align:unset;-webkit-align-self:unset;-ms-flex-item-align:unset;align-self:unset;border-bottom:unset;margin:unset;content:unset;}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (max-width:1500px){.fTEywU{aspect-ratio:3000 / 1280;height:unset;}}/*!sc*/
@media (max-width:767px){.fTEywU{aspect-ratio:1512 / 2042;}}/*!sc*/
@media (min-width:768px){.fTEywU{background-image:url(https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background._QL80_UX768_.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}}/*!sc*/
@media (min-width:768px){.fTEywU{background-image:url(https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background._QL80_UX992_.jpg);}}/*!sc*/
@media (min-width:992px){.fTEywU{background-image:url(https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background._QL80_UX1200_.jpg);}}/*!sc*/
@media (min-width:1200px){.fTEywU{background-image:url(https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background._QL80_UX1500_.jpg);}}/*!sc*/
@media (min-width:1500px){.fTEywU{background-image:url(https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background._QL80_UX2000_.jpg);}}/*!sc*/
data-styled.g1703[id="FullWidthBackgroundWrapper-Lx3Zd6A__sc-xdet9y-0"]{content:"fTEywU,"}/*!sc*/
.gyyIOb{cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:block;position:absolute;width:100% !important;}/*!sc*/
.gyyIOb:focus-visible{z-index:1;box-shadow:inset 0 0 0 2px black,inset 0 0 0 4px white;}/*!sc*/
.gyyIOb:focus:not(:focus-visible){outline:none;box-shadow:none;}/*!sc*/
data-styled.g1704[id="FullWidthBlockLink-Lx3Zd6A__sc-xdet9y-1"]{content:"gyyIOb,"}/*!sc*/
.gBLKVO{top:0;left:0;right:0;bottom:0;height:100%;}/*!sc*/
data-styled.g1705[id="FullWidthBlockLink1-Lx3Zd6A__sc-xdet9y-2"]{content:"gBLKVO,"}/*!sc*/
.kGHscN{width:100% !important;max-width:1500px !important;box-sizing:border-box;position:relative;margin:0 auto !important;pointer-events:none;}/*!sc*/
data-styled.g1707[id="CenteredContent-Lx3Zd6A__sc-xdet9y-4"]{content:"kGHscN,"}/*!sc*/
.degvAi{width:100%;height:auto;min-width:10px;min-height:10px;display:block !important;margin:0 !important;}/*!sc*/
@media (max-width:1500px){.degvAi{aspect-ratio:3000 / 1280;}}/*!sc*/
@media (max-width:767px){.degvAi{aspect-ratio:1512 / 2042;}}/*!sc*/
data-styled.g1709[id="FullWidthVideo-Lx3Zd6A__sc-xdet9y-6"]{content:"degvAi,"}/*!sc*/
.vyggr{width:100%;text-align:center;padding:0 15px 20px 0;pointer-events:auto;}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (min-width:992px){}/*!sc*/
data-styled.g1748[id="HeaderContainer-a7xpMF4__sc-1ttg5b8-0"]{content:"vyggr,"}/*!sc*/
.kvnmQU{margin-block-start:0;margin-block-end:0;color:#407ba6;text-shadow:inherit;font-family:GTAmerica;font-size:12px;font-weight:400;font-stretch:condensed;font-style:normal;-webkit-letter-spacing:1px;-moz-letter-spacing:1px;-ms-letter-spacing:1px;letter-spacing:1px;line-height:1.4;}/*!sc*/
@media (min-width:768px){.kvnmQU{font-size:14px;}}/*!sc*/
data-styled.g1749[id="StyledIntro-a7xpMF4__sc-1ttg5b8-1"]{content:"kvnmQU,"}/*!sc*/
.hTgKRo{margin-block-start:0;margin-block-end:0;color:#407ba6;text-shadow:inherit;font-family:"Futura-PT","Futura-PT-fallback-avenir","Futura-PT-fallback-gothic",sans-serif;font-size:26px;font-weight:700;font-stretch:expanded;font-style:normal;line-height:1.2;}/*!sc*/
@media (min-width:768px){.hTgKRo{font-size:32px;}}/*!sc*/
@media (min-width:992px){.hTgKRo{font-size:40px;}}/*!sc*/
data-styled.g1750[id="StyledHeadline-a7xpMF4__sc-1ttg5b8-2"]{content:"hTgKRo,"}/*!sc*/
.dfRkaz{padding:0;font-family:GTAmerica;font-size:14px;font-weight:400;line-height:1.4;}/*!sc*/
@media (min-width:992px){.dfRkaz{font-size:16px;}}/*!sc*/
a:hover .StyledLinkText-a7xpMF4__sc-17qy0cb-0 [class*="LinkSecondary"]{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:1.5px;-webkit-text-decoration-thickness:2px;text-decoration-thickness:2px;}/*!sc*/
data-styled.g1752[id="StyledLinkText-a7xpMF4__sc-17qy0cb-0"]{content:"dfRkaz,"}/*!sc*/
.bljkZM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;}/*!sc*/
data-styled.g1753[id="Container-a7xpMF4__sc-bzwhma-0"]{content:"bljkZM,"}/*!sc*/
.fqiA-DM{list-style:none;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:200px;}/*!sc*/
@media (min-width:768px){.fqiA-DM{max-width:304px;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;}}/*!sc*/
data-styled.g1756[id="CardListItem-a7xpMF4__sc-hugc8z-2"]{content:"fqiA-DM,"}/*!sc*/
.bbyNRF{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-text-decoration:none;text-decoration:none;color:inherit;}/*!sc*/
data-styled.g1757[id="CardLink-a7xpMF4__sc-hugc8z-3"]{content:"bbyNRF,"}/*!sc*/
.jynfWH{position:relative;width:100%;display:block;overflow:hidden;aspect-ratio:439/581;}/*!sc*/
@media (min-width:768px){.jynfWH{aspect-ratio:439/581;}}/*!sc*/
.jynfWH img,.jynfWH video{object-fit:cover;width:100%;height:100%;border:none;border-radius:0;}/*!sc*/
data-styled.g1759[id="CardMedia-a7xpMF4__sc-hugc8z-5"]{content:"jynfWH,"}/*!sc*/
.dLRflm{width:100%;padding:10px 0 5px;text-align:center;color:#407ba6;-webkit-order:1;-ms-flex-order:1;order:1;}/*!sc*/
@media (min-width:768px){.dLRflm{padding:15px 0 5px;}}/*!sc*/
@media (min-width:992px){}/*!sc*/
data-styled.g1760[id="CardTextWrapper-a7xpMF4__sc-hugc8z-6"]{content:"dLRflm,"}/*!sc*/
.fkLTYW{padding:20px 0 20px 15px;}/*!sc*/
@media (min-width:768px){.fkLTYW{padding:20px 30px;}}/*!sc*/
@media (min-width:992px){}/*!sc*/
data-styled.g1761[id="ContentWrapper-a7xpMF4__sc-1kk6fwj-0"]{content:"fkLTYW,"}/*!sc*/
.kblUCq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:0;box-sizing:border-box;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;pointer-events:auto;padding:0 0 15px 0;gap:4px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}/*!sc*/
@media (min-width:768px){.kblUCq{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;padding:0;}}/*!sc*/
@media (min-width:992px){}/*!sc*/
data-styled.g1762[id="FlexList-a7xpMF4__sc-1kk6fwj-1"]{content:"kblUCq,"}/*!sc*/
</style>

<script defer src="https://m.media-amazon.com/images/X/IAwF/M/rIAwFxpMn2RtMQk.js" type="text/javascript"></script>
        <script type="text/javascript">
        bopCSM.setCSMProp('uex', 'ld', 'synchronousJavaScript');
    </script>

    <script type="text/javascript">
        bopCSM.setCSMProp('uet', 'bb', 'dtmJavaScript');
    </script>

    <script src="//assets.adobedtm.com/4fde0707732a/de4424eb2758/launch-a296dc1f79c6.min.js" async type="text/javascript"></script>

    <script type="text/javascript">
        bopCSM.setCSMProp('uex', 'ld', 'dtmJavaScript');
    </script>

    <meta name="fb:app_id" content="120031528041290">
    <meta name="google" content="nositelinkssearchbox">
    <meta name="naver-site-verification" content="292d359a499ecec34b82c416b618413e7ee6e32f">
    <meta name="keywords" content="">
    <meta name="description" content="Discover the latest apparel, activewear, shoes &amp; accessories from established and emerging designers. Enjoy FREE Two-Day Shipping and FREE Returns.">
    <meta name="robots" content="index, follow">
    <meta name="format-detection" content="telephone=no">
    <meta name="og:description" content="Discover the latest apparel, activewear, shoes &amp; accessories from established and emerging designers. Enjoy FREE Two-Day Shipping and FREE Returns.">
    <meta name="og:title" content="Shopbop - Designer Clothing, Shoes, Bags &amp; Accessories">
    <meta name="og:url" content="https://www.shopbop.com/">
    <meta name="og:type" content="website">
    <meta name="og:site_name" content="Shopbop">
    





</head>

    


    
    
        
            
            
            
                
                <body id="top" data-lang="en" data-country="FI" data-currency="EUR" data-locale="en-FI">
			<a href="/estoppage177/0c0217a3-7d3b-40f9-9f80-aebc3c9d0cb7" rel="nofollow" style="display: none" aria-hidden="true">hidden honeypot link</a>
			<div id="authState" style="display:none;" data-authState="UNKNOWN">UNKNOWN</div>
			<div id="visitid" style="display:none;" data-visitid="317580175070">317580175070</div>
			<div id="seqnum" style="display:none;" data-seqnum="1781336522642">1781336522642</div>
			<div id="availableMessage" style="display:none;"></div>
			<div id="api-root" style="display:none" data-href="https://api.shopbop.com"></div>
			<div id="site-id" style="display:none" data-site-id="1000"></div>
			<div id="businessunit-mens" style="display:none" data-businessunit-mens="false"></div>
			<div id="customer-token-cookie-name" style="display:none" data-name="x-main"></div>
			<div id="csrfToken" style="display:none" data-csrf-token="g0Pr4PZFiaEFyl8wWyc7TeLFAxCCirdF9UfE6kELukCzAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE+J7i/a6ow=="></div>
			<div id="availabilityToken" style="display:none" data-availability-token="g5lrjTYulvxNx6ZkHjjTiCRWoPNinfjMWB8CCI1pee+GAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE+J7i/a6ow=="></div>
			





    

    
    
    <div id="SA0i5vkMRFl5fgS9WcL7c" data-slot-id="top-nav-1"><div class="A11yComponent__StyledContainer-sc-gkbl9h-0 kLapHQ"><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 StyledButton-cSP96RE__sc-1cu3gjc-1 SecondaryButton-cSP96RE__sc-1cu3gjc-4 bLkrmX cFOLea egiEtw A11yComponent__StyledButton-sc-gkbl9h-1 fDYOwv" data-at="skip-to-main-button" href="#siteContainer"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 kFmVjN fOzjdX">Skip to Main Content</span></a><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 StyledButton-cSP96RE__sc-1cu3gjc-1 SecondaryButton-cSP96RE__sc-1cu3gjc-4 bLkrmX cFOLea egiEtw A11yComponent__StyledButton-sc-gkbl9h-1 fDYOwv" data-at="accessibility-statement-button" href="https://www.amazon.com/accessibility"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 kFmVjN fOzjdX">Accessibility Statement</span></a></div><nav data-at="desktop-top-nav" class="TopNavSquare__FlexNav-sc-zhwmyf-0 TopNavSquare__DesktopNav-sc-zhwmyf-1 gqhVcG hVeNHZ"><div class="TopNavDesktop__GlobalAndTopNavContainer-sc-s4l3aj-0 iPLxbB"><div data-at="global-header" class="TopNavDesktop__GlobalHeader-sc-s4l3aj-1 cEcQpV"><div data-slot-id="global-header-1" data-at="nestedSlotDiv" class="TopNavDesktop__StyledGlobalHeaderSlot-sc-s4l3aj-2 ifEToh"><div data-at="desktop-shipping-banner" class="ShippingBannerSquare__DesktopShippingBannerContainer-sc-109jslm-0 inSjDB"><div class="ShippingBanner__ShippingBannerContainer-sc-w9e5zf-0 eZGNdJ"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShippingBanner__StyledLink-sc-w9e5zf-2 kNCGmX" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_SHIP#shipping" target="_self"><div class="ShippingBanner__FadeInContainer-sc-w9e5zf-3 eMHsPh">FREE express international delivery + EASY returns</div></a></span></div></div><div data-at="mobile-shipping-banner" class="ShippingBannerSquare__MobileShippingBannerContainer-sc-109jslm-1 iuFDqo"><div class="ShippingBanner__ShippingBannerContainer-sc-w9e5zf-0 eZGNdJ"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShippingBanner__StyledLink-sc-w9e5zf-2 kNCGmX" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_SHIP#shipping" target="_self"><div class="ShippingBanner__FadeInContainer-sc-w9e5zf-3 eMHsPh">FREE express international delivery + EASY returns</div></a></span></div><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;3 3 12 12&#x27;%3E%3Cpath fill=&#x27;%23000&#x27; d=&#x27;M7.838 9 3.241 4.402a.821.821 0 1 1 1.161-1.161L9 7.838l4.598-4.597a.821.821 0 1 1 1.161 1.161L10.162 9l4.597 4.598a.821.821 0 1 1-1.161 1.161L9 10.162l-4.598 4.597a.821.821 0 1 1-1.161-1.161L7.838 9Z&#x27;/%3E%3C/svg%3E" alt="Close."/></button></div></div></div><div data-at="fixed-top-nav-container" class="TopNavDesktop__FixedTopNavContainer-sc-s4l3aj-3 bjtFPq"><div data-at="motion-top-nav-container" class="TopNavDesktop__MotionTopNavContainer-sc-s4l3aj-4 kvrcEP"><div class="TopNavDesktop__LogoAndAccountStatusContainer-sc-s4l3aj-7 eIERlf"><div data-at="llc-preferences-inline" class="TopNavDesktop__LLCPreferencesContainer-sc-s4l3aj-9 kjlXZz"><div role="menubar" class="LLCPreferences__LLCPreferencesContainer-sc-rq2z6x-0 kmIlWQ"><span role="none" data-at="llc-location" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 LLCPreferences__PreferenceContainer-sc-rq2z6x-1 gfpexs fOzjdX cFBopX"><div tabindex="0" aria-haspopup="menu" aria-expanded="false" data-at="dropdown-menu-container" role="menuitem" class="DropdownMenu__MenuContainer-sc-1kn1vpo-0 fyxHzJ"><div aria-label="Finland - Choose a location preference." class="LLCPreferences__HeaderContentContainer-sc-rq2z6x-4 eMIOOM"><img class="LLCPreferences__GeoLocationIconContainer-sc-rq2z6x-3 gtXzFQ" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;0 0 24 24&#x27;%3E%3Cg fill=&#x27;%23000&#x27; clip-path=&#x27;url(%23a)&#x27;%3E%3Cpath fill-rule=&#x27;evenodd&#x27; d=&#x27;M5 9.758C5 6.008 8.086 3 11.793 3c3.713 0 6.724 3.015 6.724 6.758 0 .932-.321 1.843-.79 2.725-.47.882-1.109 1.771-1.78 2.66-.201.264-.404.528-.608.793-1.183 1.542-2.376 3.096-3.077 4.753a.51.51 0 0 1-.94-.002c-.698-1.668-1.915-3.232-3.123-4.786-.197-.252-.392-.504-.586-.756-.681-.888-1.33-1.777-1.807-2.659C5.328 11.604 5 10.692 5 9.758Zm6.793-5.74c-3.155 0-5.774 2.563-5.774 5.74 0 .697.246 1.437.683 2.243.436.806 1.041 1.64 1.72 2.524.184.24.375.485.568.734.982 1.26 2.038 2.616 2.803 4.053.76-1.422 1.792-2.765 2.753-4.016.2-.26.397-.516.588-.769.668-.883 1.264-1.717 1.693-2.523.429-.806.671-1.547.671-2.246 0-3.184-2.559-5.74-5.706-5.74Z&#x27; clip-rule=&#x27;evenodd&#x27;/%3E%3Cpath d=&#x27;M9.517 9.758c0-1.222 1.019-2.275 2.242-2.275C12.98 7.483 14 8.536 14 9.758c0 1.223-1.019 2.276-2.242 2.276-1.222 0-2.241-1.053-2.241-2.276Z&#x27;/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=&#x27;a&#x27;%3E%3Cpath fill=&#x27;%23fff&#x27; d=&#x27;M5 3h13.517v18H5z&#x27;/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E" alt="GeoLocation."/><span data-content="FI" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">FI</span><img class="LLCPreferences__DownCaretIconContainer-sc-rq2z6x-2 djsWVl" src="data:image/svg+xml,%3Csvg viewBox=&#x27;0 0 24 24&#x27; xmlns=&#x27;http://www.w3.org/2000/svg&#x27;%3E%3Cpath d=&#x27;M12.336 15.454a.65.65 0 01-.56-.183L6.404 9.897a.65.65 0 11.919-.919l5.015 5.016 5.015-5.016a.65.65 0 01.92.92l-5.375 5.373a.65.65 0 01-.559.183z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;nonzero&#x27;/%3E%3C/svg%3E" alt="Down caret."/></div><div data-at="menu-mouse-leave-guard" class="DropdownMenu__MenuDropdownMouseLeaveGuard-sc-1kn1vpo-2 ekTUzp"></div></div></span><span role="none" data-at="llc-language" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 LLCPreferences__PreferenceContainer-sc-rq2z6x-1 gfpexs fOzjdX cFBopX"><div tabindex="0" aria-haspopup="menu" aria-expanded="false" data-at="dropdown-menu-container" role="menuitem" class="DropdownMenu__MenuContainer-sc-1kn1vpo-0 fyxHzJ"><div aria-label="English - Choose a language preference." class="LLCPreferences__HeaderContentContainer-sc-rq2z6x-4 eMIOOM"><span data-content="en" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">en</span><img class="LLCPreferences__DownCaretIconContainer-sc-rq2z6x-2 djsWVl" src="data:image/svg+xml,%3Csvg viewBox=&#x27;0 0 24 24&#x27; xmlns=&#x27;http://www.w3.org/2000/svg&#x27;%3E%3Cpath d=&#x27;M12.336 15.454a.65.65 0 01-.56-.183L6.404 9.897a.65.65 0 11.919-.919l5.015 5.016 5.015-5.016a.65.65 0 01.92.92l-5.375 5.373a.65.65 0 01-.559.183z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;nonzero&#x27;/%3E%3C/svg%3E" alt="Down caret."/></div><div data-at="menu-mouse-leave-guard" class="DropdownMenu__MenuDropdownMouseLeaveGuard-sc-1kn1vpo-2 ekTUzp"></div></div></span><span role="none" data-at="llc-currency" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 LLCPreferences__PreferenceContainer-sc-rq2z6x-1 gfpexs fOzjdX cFBopX"><div tabindex="0" aria-haspopup="menu" aria-expanded="false" data-at="dropdown-menu-container" role="menuitem" class="DropdownMenu__MenuContainer-sc-1kn1vpo-0 fyxHzJ"><div aria-label="Euro - Choose a currency preference." class="LLCPreferences__HeaderContentContainer-sc-rq2z6x-4 eMIOOM"><span data-content="€EUR" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">€EUR</span><img class="LLCPreferences__DownCaretIconContainer-sc-rq2z6x-2 djsWVl" src="data:image/svg+xml,%3Csvg viewBox=&#x27;0 0 24 24&#x27; xmlns=&#x27;http://www.w3.org/2000/svg&#x27;%3E%3Cpath d=&#x27;M12.336 15.454a.65.65 0 01-.56-.183L6.404 9.897a.65.65 0 11.919-.919l5.015 5.016 5.015-5.016a.65.65 0 01.92.92l-5.375 5.373a.65.65 0 01-.559.183z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;nonzero&#x27;/%3E%3C/svg%3E" alt="Down caret."/></div><div data-at="menu-mouse-leave-guard" class="DropdownMenu__MenuDropdownMouseLeaveGuard-sc-1kn1vpo-2 ekTUzp"></div></div></span></div></div><div height="45px" class="TopNavDesktop__ShopbopLogo-sc-s4l3aj-8 eFBkpl"><div data-slot-id="global-logo-1" data-at="nestedSlotDiv"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD StyledLink-a7xpMF4__sc-11jnivd-0 cMscIH" href="/" target="_self" aria-label="Shopbop Logo. Navigates to Homepage."><picture class="FullWidthPicture-a7xpMF4__sc-11jnivd-2 dHdCdG"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX0_FMpng_.png 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX576_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 2x"/><img class="FullWidthPicture-a7xpMF4__sc-11jnivd-2 dHdCdG csmEnabled" alt="" src="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX0_FMpng_.png 2x" nopin="nopin"/></picture></a></div></div><div class="TopNavDesktop__AccountStatusContainer-sc-s4l3aj-11 kLeUcL"><div class="PersonalizationContainer__Container-sc-1j47ifx-0 dcIVr"><div data-at="account-status" class="PersonalizationContainer__StyledAccountStatusContainer-sc-1j47ifx-3 eTOdNV"><div class="AccountStatus__GlobalNavPersonalizationItem-sc-1caqmcw-1 ksOHht"><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX AccountStatusHeaderGreeting__SignInButton-sc-o1wyim-2 djHJQN" data-at="globalSignInButton"><span data-content="Sign In / Register" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 AccountStatusHeaderGreeting__SignInText-sc-o1wyim-3 gfpexs fOzjdX kodbWR">Sign In / Register</span></button></div></div><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX HeartLink__StyledHeartLink-sc-12bzrk3-1 fvdYUM PersonalizationContainer__StyledHeartLink-sc-1j47ifx-1 caSXRe" href="/hearts" rel="nofollow"><img class="HeartLink__StyledHeartIcon-sc-12bzrk3-0 ffaAij" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 19 17&#x27;%3E%3Cdefs%3E%3Cpath d=&#x27;m9.5 16.19.791-.799s2.771-2.636 4.671-4.553c1.188-1.198 2.217-2.157 3.009-3.116C18.762 6.684 19 5.965 19 4.847s-.554-2.556-1.187-3.115c-.554-.56-1.188-1.118-1.98-1.358-.396-.16-1.662-.32-2.374 0-.793.32-1.98 1.278-2.296 1.597-.317.24-1.663 1.678-1.663 1.678L7.837 1.97C7.6 1.651 6.334.694 5.541.374c-.791-.32-1.978-.16-2.375 0-.87.32-1.425.799-1.979 1.358C.554 2.37 0 3.729 0 4.847s.238 1.837 1.03 2.875c.711.96 1.74 1.918 3.008 3.116 1.9 1.917 4.67 4.553 4.67 4.553l.792.798Z&#x27; id=&#x27;a&#x27;/%3E%3C/defs%3E%3Cuse fill=&#x27;%23FFAD88&#x27; xlink:href=&#x27;%23a&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="My Hearts."/></a><div class="PersonalizationContainer__CartCountContainer-sc-1j47ifx-2 cdaEbf"><div data-slot-id="cart-count-1" data-at="nestedSlotDiv"><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX CartCountSquare__StyledShoppingBagLink-sc-1s15lu9-2 bodIvI" href="/cart"><div class="CartCountSquare__IconContainer-sc-1s15lu9-0 dUBbvC"><img class="CartCountSquare__StyledShoppingBagIcon-sc-1s15lu9-1 cZdlUd" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;4 2 16 20&#x27;%3E%3Cpath stroke=&#x27;%23000&#x27; stroke-linecap=&#x27;round&#x27; stroke-linejoin=&#x27;round&#x27; stroke-width=&#x27;1.1&#x27; d=&#x27;M5 21h14V7.5H5V21Z&#x27; clip-rule=&#x27;evenodd&#x27;/%3E%3Cpath stroke=&#x27;%23000&#x27; stroke-linecap=&#x27;round&#x27; stroke-linejoin=&#x27;round&#x27; stroke-width=&#x27;1.1&#x27; d=&#x27;M8.5 7.024v0C8.5 4.839 10.103 3 12.02 3c1.918 0 3.521 1.702 3.521 3.887v.137&#x27;/%3E%3C/svg%3E" alt="Shopping Bag."/></div><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX">0</span></a></div></div></div></div></div><div role="none" class="TopNavDesktop__DropdownReference-sc-s4l3aj-5 fXCoel"><div role="menubar" aria-label="Site Navigation." class="TopNavDesktop__FlexRow-sc-s4l3aj-6 gWCVAo"><div role="none" class="TopNavDesktopMenu__FlexContainer-sc-1942335-0 hjMXTC"><button aria-haspopup="menu" aria-expanded="false" aria-controls="Whats New-dropdown-menu" aria-label="What&#x27;s New" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/whats-new/br/v=1/13198.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz cCVKXg">What&#x27;s New</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Get Inspired-dropdown-menu" aria-label="Get Inspired" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/our-favorites/br/v=1/13770.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz cooZqG">Get Inspired</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Designers-dropdown-menu" aria-label="Designers" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/designers?ref_=SB_D_GBP_NAV_DI" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz kiIjps">Designers</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Clothing-dropdown-menu" aria-label="Clothing" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/clothing/br/v=1/13266.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz fWLdgC">Clothing</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Dresses-dropdown-menu" aria-label="Dresses" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/clothing-dresses/br/v=1/13351.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz cuGFMv">Dresses</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Active-dropdown-menu" aria-label="Active" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/sports/br/v=1/65739.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz cyoCiu">Active</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Shoes-dropdown-menu" aria-label="Shoes" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/shoes/br/v=1/13438.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz bLUiA">Shoes</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Bags-dropdown-menu" aria-label="Bags" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/bags/br/v=1/13505.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz dNSDTB">Bags</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Accessories-dropdown-menu" aria-label="Jewelry &amp; Accessories" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/jewelry-accessories/br/v=1/13539.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz jZjoZg">Jewelry &amp; Accessories</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Home Gifts-dropdown-menu" aria-label="Home &amp; Gifts" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/home-gifts/br/v=1/13885.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz goHpdY">Home &amp; Gifts</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="men-dropdown-menu" aria-label="Men" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 kuXIuH StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/mens/br/v=1/2.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ hjGPhM gosakw">Men</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="beauty-dropdown-menu" aria-label="Beauty" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/beauty/br/v=1/69175.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz la-Dauw">Beauty</h4></a></button><button aria-haspopup="menu" aria-expanded="false" aria-controls="Sale-dropdown-menu" aria-label="Sale" data-at="dropdown-menu-container" role="menuitem" class="TopNavDesktopMenu__MenuContainer-sc-1942335-1 kqOwRx"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 cHOQQk StyledAnimatedLink-cSP96RE__sc-7gj60i-2 kwDJhQ TopNavDesktopMenu__StyledAnimatedLink-sc-1942335-2 idOrKR" href="/sale/br/v=1/13594.htm" target="_self" tabindex="-1"><h4 class="SHeaderText-cSP96RE__sc-tkye97-3 StyledSHeaderText-cSP96RE__sc-7gj60i-0 ContentStyledSHeaderText-cSP96RE__sc-7gj60i-1 kEspnQ kUkvgz dNWfdx">Sale</h4></a></button></div><div data-slot-id="search-feature-1" data-at="nestedSlotDiv" role="menuitem"><div class="SearchSquare__CssReset-sc-9onjx0-0 gTyovR"><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX SearchSquare__IconButton-sc-9onjx0-2 kQggiH"><img class="SearchSquare__StyledSearchIcon-sc-9onjx0-1 haEJmP" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 16&#x27;%3E%3Cpath d=&#x27;M1 6.5C1 3.467 3.467 1 6.5 1S12 3.467 12 6.5 9.533 12 6.5 12A5.506 5.506 0 011 6.5m13.932 8.102l-4.334-4.334a5.507 5.507 0 001.46-3.739C12.058 3.48 9.578 1 6.528 1A5.535 5.535 0 001 6.53c0 3.048 2.48 5.528 5.529 5.528 1.44 0 2.754-.554 3.739-1.46l4.334 4.334a.232.232 0 00.33 0 .233.233 0 000-.33&#x27; stroke=&#x27;%23000&#x27; fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Search."/></button><div data-at="sheetBackdrop" class="BackgroundOverlay-cSP96RE__sc-13gllt0-0 iEbDei"><div color="#FFF" data-at="sheetContainer" class="SheetContainer-cSP96RE__sc-1tg12ng-0 doylDH"><div hidden="" class="InnerSheetContainer-cSP96RE__sc-1tg12ng-1 fzWOSI"><div data-at="contentContainer" class="ContentContainer-cSP96RE__sc-sw60vo-0 jBFfSZ"><div class="SearchSquare__Header-sc-9onjx0-5 nogKp"><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO SearchSquare__CloseButton-sc-9onjx0-6 KqpxD"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;3 3 12 12&#x27;%3E%3Cpath fill=&#x27;%23000&#x27; d=&#x27;M7.838 9 3.241 4.402a.821.821 0 1 1 1.161-1.161L9 7.838l4.598-4.597a.821.821 0 1 1 1.161 1.161L10.162 9l4.597 4.598a.821.821 0 1 1-1.161 1.161L9 10.162l-4.598 4.597a.821.821 0 1 1-1.161-1.161L7.838 9Z&#x27;/%3E%3C/svg%3E" alt="Close."/></button></div><div class="SearchSquare__SearchPanelPadding-sc-9onjx0-3 fXWZRk"><div aria-labelledby="WomenTabButton" id="WomenTabPanel" role="tabpanel" class="SearchSquare__SearchBarContainer-sc-9onjx0-4 iYkkot"><div role="search" class="SearchBar__SearchBarContainer-sc-1ep1e2s-0 FyBhp"><div class="SearchBar__InputContainer-sc-1ep1e2s-1 ggXqLR"><div class="Wrapper-cSP96RE__sc-1fkbk09-5 fOLeLa SearchBar__StyledFormField-sc-1ep1e2s-8 cjAcdq"><label for=":SA0i5vkMRFl5fgS9WcL7cR1bal9d:" class="TextLabel-cSP96RE__sc-1fkbk09-3 fgsPG">Select Department</label><div class="SelectWrapper-cSP96RE__sc-1fkbk09-7 evWNmj"><select id=":SA0i5vkMRFl5fgS9WcL7cR1bal9d:" name="department" aria-label="Select Department" class="Input-cSP96RE__sc-cqbvy8-1 Select-cSP96RE__sc-cqbvy8-2 iBuewc cigOkD"><option value="WOMENS" selected="">Women</option><option value="MENS">Men</option></select><div class="IconWrapper-cSP96RE__sc-1fkbk09-4 difeDC"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible" class="RotatedCaret-cSP96RE__sc-1fkbk09-8 pQNGK"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></div><div class="AssistiveText-cSP96RE__sc-1fkbk09-0 eVBflf"><span id=":SA0i5vkMRFl5fgS9WcL7cR1bal9dH1:" aria-live="assertive" class="RightAssistiveText-cSP96RE__sc-1fkbk09-1 LeftAssistiveText-cSP96RE__sc-1fkbk09-2 jslzza fwZddU"></span></div></div><input aria-autocomplete="list" aria-controls="suggestions" aria-expanded="false" aria-label="Search Women&#x27;s" autoComplete="off" spellcheck="false" id="SearchSquareSearchBar" maxLength="50" placeholder="Search Women&#x27;s" required="" type="text" role="combobox" class="SearchBar__InputField-sc-1ep1e2s-3 CZPkC" value=""/><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO SearchBar__IconButton-sc-1ep1e2s-2 iyBkcH" id="SearchSquareSearchBarButton"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 16&#x27;%3E%3Cpath d=&#x27;M1 6.5C1 3.467 3.467 1 6.5 1S12 3.467 12 6.5 9.533 12 6.5 12A5.506 5.506 0 011 6.5m13.932 8.102l-4.334-4.334a5.507 5.507 0 001.46-3.739C12.058 3.48 9.578 1 6.528 1A5.535 5.535 0 001 6.53c0 3.048 2.48 5.528 5.529 5.528 1.44 0 2.754-.554 3.739-1.46l4.334 4.334a.232.232 0 00.33 0 .233.233 0 000-.33&#x27; stroke=&#x27;%23000&#x27; fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Search."/></button></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></nav><div data-at="desktop-top-nav-overlay" class="DesktopOverlay__Overlay-sc-yy0na6-0 eLKIbq"></div><nav data-at="mobile-top-nav" class="TopNavSquare__FlexNav-sc-zhwmyf-0 TopNavSquare__MobileNav-sc-zhwmyf-2 gqhVcG dCqgwS"><div class="TopNavMobile__TopNavMobileContainer-sc-zl1aus-0 HRorQ"><div data-at="mobile-global-header" class="TopNavMobile__MobileGlobalHeaderSlot-sc-zl1aus-1 fxrcmX"><div data-slot-id="global-header-1" data-at="nestedSlotDiv" class="TopNavMobile__StyledGlobalHeaderSlot-sc-zl1aus-2 eItZRI"><div data-at="desktop-shipping-banner" class="ShippingBannerSquare__DesktopShippingBannerContainer-sc-109jslm-0 inSjDB"><div class="ShippingBanner__ShippingBannerContainer-sc-w9e5zf-0 eZGNdJ"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShippingBanner__StyledLink-sc-w9e5zf-2 kNCGmX" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_SHIP#shipping" target="_self"><div class="ShippingBanner__FadeInContainer-sc-w9e5zf-3 eMHsPh">FREE express international delivery + EASY returns</div></a></span></div></div><div data-at="mobile-shipping-banner" class="ShippingBannerSquare__MobileShippingBannerContainer-sc-109jslm-1 iuFDqo"><div class="ShippingBanner__ShippingBannerContainer-sc-w9e5zf-0 eZGNdJ"><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShippingBanner__StyledLink-sc-w9e5zf-2 kNCGmX" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_SHIP#shipping" target="_self"><div class="ShippingBanner__FadeInContainer-sc-w9e5zf-3 eMHsPh">FREE express international delivery + EASY returns</div></a></span></div><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;3 3 12 12&#x27;%3E%3Cpath fill=&#x27;%23000&#x27; d=&#x27;M7.838 9 3.241 4.402a.821.821 0 1 1 1.161-1.161L9 7.838l4.598-4.597a.821.821 0 1 1 1.161 1.161L10.162 9l4.597 4.598a.821.821 0 1 1-1.161 1.161L9 10.162l-4.598 4.597a.821.821 0 1 1-1.161-1.161L7.838 9Z&#x27;/%3E%3C/svg%3E" alt="Close."/></button></div></div></div><div class="TopNavMobileHeader__FixedTopNavMobileHeaderContainer-sc-10jbxue-0 kBfRia"><div class="TopNavMobileHeader__TopReferenceContainer-sc-10jbxue-1 eHURwe"></div><div id="mobile-top-nav-header" class="TopNavMobileHeader__MotionTopNavMobileHeaderContainer-sc-10jbxue-2 fGVHmg"><div class="TopNavMobileHeader__FlexRow-sc-10jbxue-3 kuGAta"><button aria-label="Open navigation menu." class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO TopNavMobileHeader__HamburgerButton-sc-10jbxue-4 bzfkfl" aria-controls="top-nav-mobile-menu" aria-expanded="false" aria-haspopup="menu"><div class="HamburgerIcon__Container-sc-1pb2qge-0 ifLRgC"><div data-at="top-bar" class="HamburgerIcon__Bar-sc-1pb2qge-1 HamburgerIcon__TopBar-sc-1pb2qge-2 ibDyLQ eMZtTA"></div><div data-at="center-bar" class="HamburgerIcon__Bar-sc-1pb2qge-1 HamburgerIcon__CenterBar-sc-1pb2qge-3 ibDyLQ hgnbpt"></div><div data-at="bottom-bar" class="HamburgerIcon__Bar-sc-1pb2qge-1 HamburgerIcon__BottomBar-sc-1pb2qge-4 ibDyLQ bqQGDV"></div></div></button><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX HeartLink__StyledHeartLink-sc-12bzrk3-1 fvdYUM TopNavMobileHeader__StyledHeartLink-sc-10jbxue-5 dtzuPr" href="/hearts" rel="nofollow"><img class="HeartLink__StyledHeartIcon-sc-12bzrk3-0 ffaAij" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 19 17&#x27;%3E%3Cdefs%3E%3Cpath d=&#x27;m9.5 16.19.791-.799s2.771-2.636 4.671-4.553c1.188-1.198 2.217-2.157 3.009-3.116C18.762 6.684 19 5.965 19 4.847s-.554-2.556-1.187-3.115c-.554-.56-1.188-1.118-1.98-1.358-.396-.16-1.662-.32-2.374 0-.793.32-1.98 1.278-2.296 1.597-.317.24-1.663 1.678-1.663 1.678L7.837 1.97C7.6 1.651 6.334.694 5.541.374c-.791-.32-1.978-.16-2.375 0-.87.32-1.425.799-1.979 1.358C.554 2.37 0 3.729 0 4.847s.238 1.837 1.03 2.875c.711.96 1.74 1.918 3.008 3.116 1.9 1.917 4.67 4.553 4.67 4.553l.792.798Z&#x27; id=&#x27;a&#x27;/%3E%3C/defs%3E%3Cuse fill=&#x27;%23FFAD88&#x27; xlink:href=&#x27;%23a&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="My Hearts."/></a></div><div data-slot-id="global-logo-1" data-at="nestedSlotDiv" class="TopNavMobileHeader__StyledLogoSlot-sc-10jbxue-6 dTwLqu"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD StyledLink-a7xpMF4__sc-11jnivd-0 cMscIH" href="/" target="_self" aria-label="Shopbop Logo. Navigates to Homepage."><picture class="FullWidthPicture-a7xpMF4__sc-11jnivd-2 dHdCdG"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX0_FMpng_.png 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX576_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 2x"/><img class="FullWidthPicture-a7xpMF4__sc-11jnivd-2 dHdCdG csmEnabled" alt="" src="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_FMpng_.png 1x, https://m.media-amazon.com/images/G/01//Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3._QL90_UX0_FMpng_.png 2x" nopin="nopin"/></picture></a></div><div class="TopNavMobileHeader__FlexRow-sc-10jbxue-3 TopNavMobileHeader__SearchAndShoppingBagContainer-sc-10jbxue-7 kuGAta fkOUIX"><div data-slot-id="search-feature-1" data-at="nestedSlotDiv"><div class="SearchSquare__CssReset-sc-9onjx0-0 gTyovR"><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX SearchSquare__IconButton-sc-9onjx0-2 kQggiH"><img class="SearchSquare__StyledSearchIcon-sc-9onjx0-1 haEJmP" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 16&#x27;%3E%3Cpath d=&#x27;M1 6.5C1 3.467 3.467 1 6.5 1S12 3.467 12 6.5 9.533 12 6.5 12A5.506 5.506 0 011 6.5m13.932 8.102l-4.334-4.334a5.507 5.507 0 001.46-3.739C12.058 3.48 9.578 1 6.528 1A5.535 5.535 0 001 6.53c0 3.048 2.48 5.528 5.529 5.528 1.44 0 2.754-.554 3.739-1.46l4.334 4.334a.232.232 0 00.33 0 .233.233 0 000-.33&#x27; stroke=&#x27;%23000&#x27; fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Search."/></button><div data-at="sheetBackdrop" class="BackgroundOverlay-cSP96RE__sc-13gllt0-0 iEbDei"><div color="#FFF" data-at="sheetContainer" class="SheetContainer-cSP96RE__sc-1tg12ng-0 doylDH"><div hidden="" class="InnerSheetContainer-cSP96RE__sc-1tg12ng-1 fzWOSI"><div data-at="contentContainer" class="ContentContainer-cSP96RE__sc-sw60vo-0 jBFfSZ"><div class="SearchSquare__Header-sc-9onjx0-5 nogKp"><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO SearchSquare__CloseButton-sc-9onjx0-6 KqpxD"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;3 3 12 12&#x27;%3E%3Cpath fill=&#x27;%23000&#x27; d=&#x27;M7.838 9 3.241 4.402a.821.821 0 1 1 1.161-1.161L9 7.838l4.598-4.597a.821.821 0 1 1 1.161 1.161L10.162 9l4.597 4.598a.821.821 0 1 1-1.161 1.161L9 10.162l-4.598 4.597a.821.821 0 1 1-1.161-1.161L7.838 9Z&#x27;/%3E%3C/svg%3E" alt="Close."/></button></div><div class="SearchSquare__SearchPanelPadding-sc-9onjx0-3 fXWZRk"><div aria-labelledby="WomenTabButton" id="WomenTabPanel" role="tabpanel" class="SearchSquare__SearchBarContainer-sc-9onjx0-4 iYkkot"><div role="search" class="SearchBar__SearchBarContainer-sc-1ep1e2s-0 FyBhp"><div class="SearchBar__InputContainer-sc-1ep1e2s-1 ggXqLR"><div class="Wrapper-cSP96RE__sc-1fkbk09-5 fOLeLa SearchBar__StyledFormField-sc-1ep1e2s-8 cjAcdq"><label for=":SA0i5vkMRFl5fgS9WcL7cR1bafah:" class="TextLabel-cSP96RE__sc-1fkbk09-3 fgsPG">Select Department</label><div class="SelectWrapper-cSP96RE__sc-1fkbk09-7 evWNmj"><select id=":SA0i5vkMRFl5fgS9WcL7cR1bafah:" name="department" aria-label="Select Department" class="Input-cSP96RE__sc-cqbvy8-1 Select-cSP96RE__sc-cqbvy8-2 iBuewc cigOkD"><option value="WOMENS" selected="">Women</option><option value="MENS">Men</option></select><div class="IconWrapper-cSP96RE__sc-1fkbk09-4 difeDC"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible" class="RotatedCaret-cSP96RE__sc-1fkbk09-8 pQNGK"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></div><div class="AssistiveText-cSP96RE__sc-1fkbk09-0 eVBflf"><span id=":SA0i5vkMRFl5fgS9WcL7cR1bafahH1:" aria-live="assertive" class="RightAssistiveText-cSP96RE__sc-1fkbk09-1 LeftAssistiveText-cSP96RE__sc-1fkbk09-2 jslzza fwZddU"></span></div></div><input aria-autocomplete="list" aria-controls="suggestions" aria-expanded="false" aria-label="Search Women&#x27;s" autoComplete="off" spellcheck="false" id="SearchSquareSearchBar" maxLength="50" placeholder="Search Women&#x27;s" required="" type="text" role="combobox" class="SearchBar__InputField-sc-1ep1e2s-3 CZPkC" value=""/><button class="BasicButton-cSP96RE__sc-1cu3gjc-0 IconButton-cSP96RE__sc-1cu3gjc-6 bLkrmX gJvqTO SearchBar__IconButton-sc-1ep1e2s-2 iyBkcH" id="SearchSquareSearchBarButton"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 16&#x27;%3E%3Cpath d=&#x27;M1 6.5C1 3.467 3.467 1 6.5 1S12 3.467 12 6.5 9.533 12 6.5 12A5.506 5.506 0 011 6.5m13.932 8.102l-4.334-4.334a5.507 5.507 0 001.46-3.739C12.058 3.48 9.578 1 6.528 1A5.535 5.535 0 001 6.53c0 3.048 2.48 5.528 5.529 5.528 1.44 0 2.754-.554 3.739-1.46l4.334 4.334a.232.232 0 00.33 0 .233.233 0 000-.33&#x27; stroke=&#x27;%23000&#x27; fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Search."/></button></div></div></div></div></div></div></div></div></div></div><div data-slot-id="cart-count-1" data-at="nestedSlotDiv"><a class="BasicButton-cSP96RE__sc-1cu3gjc-0 bLkrmX CartCountSquare__StyledShoppingBagLink-sc-1s15lu9-2 bodIvI" href="/cart"><div class="CartCountSquare__IconContainer-sc-1s15lu9-0 dUBbvC"><img class="CartCountSquare__StyledShoppingBagIcon-sc-1s15lu9-1 cZdlUd" src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;4 2 16 20&#x27;%3E%3Cpath stroke=&#x27;%23000&#x27; stroke-linecap=&#x27;round&#x27; stroke-linejoin=&#x27;round&#x27; stroke-width=&#x27;1.1&#x27; d=&#x27;M5 21h14V7.5H5V21Z&#x27; clip-rule=&#x27;evenodd&#x27;/%3E%3Cpath stroke=&#x27;%23000&#x27; stroke-linecap=&#x27;round&#x27; stroke-linejoin=&#x27;round&#x27; stroke-width=&#x27;1.1&#x27; d=&#x27;M8.5 7.024v0C8.5 4.839 10.103 3 12.02 3c1.918 0 3.521 1.702 3.521 3.887v.137&#x27;/%3E%3C/svg%3E" alt="Shopping Bag."/></div><span class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 gfpexs fOzjdX">0</span></a></div></div></div></div></div></nav><script data-csm-markers="af cf" data-target="top-nav-1">(()=>{const{target:e,csmMarkers:t}=document.currentScript?.dataset||{},a=t?.split(" ")||[],n=e&&document.querySelectorAll(`[data-slot-id="${CSS.escape(e)}"] .csmEnabled`);if(!a.length||!n||!n?.length)return;const o=window.performance.now(),r=t=>a.forEach((a=>{window.performance.measure(`csm-marker-${a}`,{detail:{slotId:e,source:t?.target?.src},start:o,end:window.performance.now()}),window.uet?.(a),window.webkit?.messageHandlers?.events?.postMessage?.(JSON.stringify({eventType:"latency-beacon",version:1,timestamp:(new Date).toISOString(),eventDetails:{version:1,eventId:{af:"page.load.aboveTheFold",cf:"page.load.functional"}[a]||a,pageType:"",subPageType:"",slotId:""}}))}));n.forEach((e=>e.addEventListener("load",r,{once:!0}))),r()})();</script></div>
<script>window.addEventListener('DOMContentLoaded', function() { ;if(window.uet){window.uet('fn');}});</script>







<div id="siteContainer" class="page-container full-width">
				<header class=" clearfix page-header">
					<div id="shippingBannerContainer">
						</div>

					<div id="promoAreas">
						</div>
				</header>
				

















<div id="pageContent" class="clearfix page-content full-width">
					<script type="text/javascript">
						bopCSM.setCSMProp('uet', 'bb', 'pageContentScope');
					</script>
					<div id="content" class="content">
						








<div id="homePageContent">
	
		
			






			





    

    
    
    <div id="ZxpvFkQn6e-SmzO7a9Aid" data-slot-id="homepage-content-slot-1"><div data-at="large-shoppable-area" class="FullWidthBackgroundWrapper-Lx3Zd6A__sc-xdet9y-0 fTEywU"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD FullWidthBlockLink-Lx3Zd6A__sc-xdet9y-1 FullWidthBlockLink1-Lx3Zd6A__sc-xdet9y-2 gyyIOb gBLKVO shoppable-area-fullwidthimage-link" href="/special-summer-escape/br/v=1/70646.htm?pf_rd_p=1d12c7a7-2a43-471d-834a-f43c92f37fcd&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P1_POVx_WeekendGetaway" target="_self"></a><div class="CenteredContent-Lx3Zd6A__sc-xdet9y-4 kGHscN"><div data-testid="video-container" data-at="video-container" class="ComponentContainer-cSP96RE__sc-lg8732-2 iYPWzg FullWidthVideo-Lx3Zd6A__sc-xdet9y-6 degvAi shoppable-area-cta-fullwidth-video"><picture><source srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX3000_AGcontrast_FMwebp_.webp 3000w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX1500_AGcontrast_FMwebp_.webp 1500w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX2400_AGcontrast_FMwebp_.webp 2400w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX1200_AGcontrast_FMwebp_.webp 1200w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX1984_AGcontrast_FMwebp_.webp 1984w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX992_AGcontrast_FMwebp_.webp 992w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX1536_AGcontrast_FMwebp_.webp 1536w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX768_AGcontrast_FMwebp_.webp 768w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX1152_AGcontrast_FMwebp_.webp 1152w, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX576_AGcontrast_FMwebp_.webp 576w" sizes="(min-width: 1200px) 1500px,
    (min-width: 992px) 1200px,
    (min-width: 768px) 992px,
    (min-width: 576px) 768px,
    100vw" type="image/webp"/><img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result._QL95_UX3000_AGcontrast_FMwebp_.webp" alt="video-poster" class="PosterImage-cSP96RE__sc-lg8732-3 ijlGXl csmEnabled"/></picture><div data-at="video-player" class="VideoWrapper-cSP96RE__sc-lg8732-0 xNAPC"><video ref id=":ZxpvFkQn6e-SmzO7a9AidR9t:" muted class="FullWidthVideo-Lx3Zd6A__sc-xdet9y-6 degvAi shoppable-area-cta-fullwidth-video" loop playsinline crossorigin="anonymous" disablePictureInPicture controlsList="nodownload" preload="metadata"><source src="" type="">Summer Escape
The sun-drenched styles your vacation deserves. 
Shop Now</video></div></div></div></div><script data-csm-markers="af cf" data-target="homepage-content-slot-1">(()=>{const{target:e,csmMarkers:t}=document.currentScript?.dataset||{},a=t?.split(" ")||[],n=e&&document.querySelectorAll(`[data-slot-id="${CSS.escape(e)}"] .csmEnabled`);if(!a.length||!n||!n?.length)return;const o=window.performance.now(),r=t=>a.forEach((a=>{window.performance.measure(`csm-marker-${a}`,{detail:{slotId:e,source:t?.target?.src},start:o,end:window.performance.now()}),window.uet?.(a),window.webkit?.messageHandlers?.events?.postMessage?.(JSON.stringify({eventType:"latency-beacon",version:1,timestamp:(new Date).toISOString(),eventDetails:{version:1,eventId:{af:"page.load.aboveTheFold",cf:"page.load.functional"}[a]||a,pageType:"",subPageType:"",slotId:""}}))}));n.forEach((e=>e.addEventListener("load",r,{once:!0}))),r()})();</script></div>
<script>window.addEventListener('DOMContentLoaded', function() { ;if(window.uet){window.uet('fn');}});</script>


			






			






			





    

    
    
    <div id="_SC1AyuqXV60xQ5O9LBBD" data-slot-id="homepage-content-slot-4"><div data-at="modalBackdrop" class="BackgroundOverlay-cSP96RE__sc-13gllt0-0 jbKKij"><div data-at="modalContainer" class="ModalContainer-cSP96RE__sc-1rkbftd-0 ivznRR"><div data-at="innerModalContainer" class="InnerModalContainer-cSP96RE__sc-1rkbftd-1 eUWOYA"><div class="ContentContainer-cSP96RE__sc-1rkbftd-4 hDIIKi"><div data-at="toomany-hearts-modal-closed" class="TooManyHeartsModalContainer-cSP96RE__sc-bw0dsw-0 hIGyA-D"><div data-at="close-modal" class="CloseContainer-cSP96RE__sc-bw0dsw-1 fPcuAw"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; fill=&#x27;none&#x27; viewBox=&#x27;3 3 12 12&#x27;%3E%3Cpath fill=&#x27;%23000&#x27; d=&#x27;M7.838 9 3.241 4.402a.821.821 0 1 1 1.161-1.161L9 7.838l4.598-4.597a.821.821 0 1 1 1.161 1.161L10.162 9l4.597 4.598a.821.821 0 1 1-1.161 1.161L9 10.162l-4.598 4.597a.821.821 0 1 1-1.161-1.161L7.838 9Z&#x27;/%3E%3C/svg%3E" alt="Close."/></div>Oops! You&#x27;ve run out of room for more hearts.<div>Visit My<img alt="heart" height="12px" width="12px" src="https://m.media-amazon.com/images/G/01/Shopbop/p/pcs/shopbop/media/images/lnf3/hearts/rebrand_heart_small_filled_1-0.png" nopin="nopin"/>s to clear out your old favorites and make room for new ones.</div></div></div></div></div></div><div class="Reset-cSP96RE__sc-ks4owp-0 sc-klVQfs imyDDu eRKpgN"><div class="_StyledDiv-7Es6XQI__sc-pnavyu-0 cllpPG"><div class="sc-gFAWRd hBcQvg"><div class="TitleXS-cSP96RE__sc-xyrc5j-7 sc-gmPhUn koFJFl kvpNmO">See the Latest</div><div class="sc-hRJfrW cJYZRw"><div class="TitleResponsive-cSP96RE__sc-xyrc5j-10 sc-iHbSHJ dEpwEs hupGQl">What&#x27;s New</div><div class="TitleM-cSP96RE__sc-xyrc5j-5 _StyledTitleM-7Es6XQI__sc-1sdj68v-0 hJDWjx dwqHRm _StyledCallToAction-7Es6XQI__sc-kncmqp-0 CDFKB"><a href="/whats-new/br/v=1/13198.htm?pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew" class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">Shop All</a></div></div></div><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-f6hjgj-1 imyDDu frUqrh"><button disabled="" aria-label="previous slide" class="ButtonBase-cSP96RE__sc-1cu3gjc-8 ButtonPrimary-cSP96RE__sc-1cu3gjc-9 ButtonPaginator-cSP96RE__sc-f6hjgj-0 bpIqcU cvJxuA ciSenO"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 575 1000" overflow="visible"><path d="M551.552 445.994 132.278 23.346a73.895 73.908 0 0 0-107.793 0 73.895 73.908 0 0 0 0 109.912L392.862 500 24.485 866.742a73.895 73.908 0 0 0 0 109.912 73.895 73.908 0 0 0 107.793 0l419.274-422.648a73.895 73.908 0 0 0 0-108.012"></path></svg></button><div data-tabbing="false" aria-label="carousel" role="list" class="_StyledDiv-cSP96RE__sc-f6hjgj-2 erXHpH"><div class="_StyledDiv2-cSP96RE__sc-f6hjgj-3 hewWJV"><div role="listitem" aria-label="current slide" style="--page:0.0000000" aria-setsize="0" aria-posinset="1"><ul data-tabbing="false" aria-label="slide content" class="_StyledUl-cSP96RE__sc-f6hjgj-4 egpvgB"><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR1ldH1:"><a href="/taiel-kaftan-carolina-k/vp/v=1/1562379392.htm?fm=SB_HP_P2_CATx_whatsNew_1&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_1" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR1ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Carolina K</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Taiel Caftan</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€505.76</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR2ldH1:"><a href="/douna-isabel-marant-toile/vp/v=1/1523354440.htm?fm=SB_HP_P2_CATx_whatsNew_2&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_2" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR2ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Isabel Marant Étoile</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Douna Blouse</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€367.43</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR3ldH1:"><a href="/daneen-isabel-marant-toile/vp/v=1/1561147064.htm?fm=SB_HP_P2_CATx_whatsNew_3&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_3" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR3ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Isabel Marant Étoile</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Daneen Skirt</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€389.04</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR4ldH1:"><a href="/hazel-leather-thong-wedge-simkhai/vp/v=1/1516594488.htm?fm=SB_HP_P2_CATx_whatsNew_4&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_4" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR4ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>SIMKHAI</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Hazel Leather Thong Wedges</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€427.95</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR5ldH1:"><a href="/dasha-dress-staud/vp/v=1/1532678009.htm?fm=SB_HP_P2_CATx_whatsNew_5&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_5" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR5ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>STAUD</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Dasha Maxi Dress</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€514.40</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR6ldH1:"><a href="/sawyer-blouse-veronica-beard/vp/v=1/1557200437.htm?fm=SB_HP_P2_CATx_whatsNew_6&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_6" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR6ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Veronica Beard</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Sawyer Blouse</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€344.09</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR7ldH1:"><a href="/gardener-emb-shorts-sea/vp/v=1/1537898922.htm?fm=SB_HP_P2_CATx_whatsNew_7&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_7" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR7ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Sea</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Gardener Embellished Shorts</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€341.49</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR8ldH1:"><a href="/harpa-top-kika-vargas/vp/v=1/1594043668.htm?fm=SB_HP_P2_CATx_whatsNew_8&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_8" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR8ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Kika Vargas</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Harpa Top</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€427.95</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDR9ldH1:"><a href="/sofia-braided-patch-pockets-outseam/vp/v=1/1517942892.htm?fm=SB_HP_P2_CATx_whatsNew_9&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_9" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDR9ldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>PAIGE</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Sofia Braided Patch Pocket Jeans</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€249.85</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDRaldH1:"><a href="/rooted-gracetop-handle-bag-johanna/vp/v=1/1527411242.htm?fm=SB_HP_P2_CATx_whatsNew_10&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_10" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDRaldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Johanna Ortiz</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Rooted Gracetop Handle Bag</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€994.22</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDRbldH1:"><a href="/vernon-dress-veronica-beard/vp/v=1/1550120576.htm?fm=SB_HP_P2_CATx_whatsNew_11&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_11" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDRbldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Veronica Beard</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Vernon Dress</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€689.90</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDRcldH1:"><a href="/liliana-denim-midi-dress-aje/vp/v=1/1522617751.htm?fm=SB_HP_P2_CATx_whatsNew_12&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_12" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDRcldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Aje</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Liliana Denim Dress</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€457.34</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDRdldH1:"><a href="/sneakelyse-sandal-buckles-120-eco/vp/v=1/1566376294.htm?fm=SB_HP_P2_CATx_whatsNew_13&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_13" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDRdldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Stella McCartney</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Sneakelyse 120 Eco Grainy Alter Mat Sandals</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€734.86</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div class="Reset-cSP96RE__sc-ks4owp-0 _StyledReset-cSP96RE__sc-1hja1b-5 imyDDu gVxGia" role="group" aria-labelledby=":_SC1AyuqXV60xQ5O9LBBDReldH1:"><a href="/bandana-scarf-tie-top-christopher/vp/v=1/1506917668.htm?fm=SB_HP_P2_CATx_whatsNew_14&amp;pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew_14" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 A-cSP96RE__sc-1hja1b-0 iHopQr gqCvAB"><div><div class="ProductImageWrapper-cSP96RE__sc-1gvn5og-0 kQPbrt StyledProductImage-cSP96RE__sc-1hja1b-4 FfaGF"><img alt="" role="presentation" width="1128" height="2000" src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX564_.jpg" srcSet="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX141_.jpg 141w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX282_.jpg 282w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX564_.jpg 564w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX846_.jpg 846w,https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0._QL90_UX1128_.jpg 1128w" sizes="(min-width: 1500px) calc(1424px / 7), (min-width: 768px) calc((100vw - 76px) / 7), 141px" class="Img-cSP96RE__sc-sfhcwq-0 StyledImage-cSP96RE__sc-1gvn5og-1 iqOAuU eHZbTR" loading="lazy"/><div class="TitleXS-cSP96RE__sc-xyrc5j-7 Badge-cSP96RE__sc-1gvn5og-4 koFJFl izpYJO">Designer Boutique</div></div></div><div class="_StyledDiv-cSP96RE__sc-1hja1b-6 dnZZWH"><div id=":_SC1AyuqXV60xQ5O9LBBDReldH1:"><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC"><b>Christopher Esber</b></div><div class="EllidedText-cSP96RE__sc-1hja1b-1 gnWUQC">Bandana Scarf Tie Top</div></div><span data-at="priceText" class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 PriceText-cSP96RE__sc-1ti04fx-0 gfpeAW hxwkRx kPWqKG">€514.40</span></div></a><button class="Button-cSP96RE__sc-110ttrj-0 oJduD StyledHeartButton-cSP96RE__sc-1hja1b-3 bsVmaf" role="switch" aria-label="Heart product" aria-checked="false"></button></div></li><li aria-setsize="0" aria-posinset="NaN" aria-hidden="true" data-tabbing="false" inert="" class="_StyledLi-cSP96RE__sc-f6hjgj-5 kkJWUo"><div data-testid="show-more-tile" class="sc-Nxspf khGWiZ"><a href="/whats-new/br/v=1/13198.htm?pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 sc-cfxfcM iHopQr fRjLZo"><div class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">See More</div></a></div></li></ul></div></div></div><button aria-label="next slide" class="ButtonBase-cSP96RE__sc-1cu3gjc-8 ButtonPrimary-cSP96RE__sc-1cu3gjc-9 ButtonPaginator-cSP96RE__sc-f6hjgj-0 bpIqcU cvJxuA crFyXn"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 575 1000" overflow="visible"><path d="M551.552 445.994 132.278 23.346a73.895 73.908 0 0 0-107.793 0 73.895 73.908 0 0 0 0 109.912L392.862 500 24.485 866.742a73.895 73.908 0 0 0 0 109.912 73.895 73.908 0 0 0 107.793 0l419.274-422.648a73.895 73.908 0 0 0 0-108.012"></path></svg></button></div><div class="_StyledDiv-7Es6XQI__sc-9x09is-0 gUTeKe"><div class="TitleM-cSP96RE__sc-xyrc5j-5 _StyledTitleM-7Es6XQI__sc-1sdj68v-0 hJDWjx dwqHRm"><a href="/whats-new/br/v=1/13198.htm?pf_rd_p=910cadb5-ffb1-4db7-b7f1-b50c439de599&amp;pf_rd_r=D11F9M2329RB13C0EM5G&amp;ref_=SB_HP_P2_CATx_whatsNew" class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">Shop All</a></div></div></div></div></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			






			






			





    

    
    
    <div id="xQQcrtsYOwrFsn3dN2KTW" data-slot-id="homepage-content-slot-7"><div class="StyledBackgroundWrapper-a7xpMF4__sc-1k94j6o-0 bZtRa"><div class="CenteredContent-a7xpMF4__sc-1k94j6o-1 bQGfLG"><div class="ContentWrapper-a7xpMF4__sc-1kk6fwj-0 fkLTYW"><div class="HeaderContainer-a7xpMF4__sc-1ttg5b8-0 vyggr"><div class="Reset-cSP96RE__sc-ks4owp-0 BodyM-cSP96RE__sc-xyrc5j-8 StyledIntro-a7xpMF4__sc-1ttg5b8-1 imyDDu esptaF kvnmQU">GET SOME INSPIRATION</div><h2 class="TitleXL-cSP96RE__sc-xyrc5j-3 StyledHeadline-a7xpMF4__sc-1ttg5b8-2 gjAzFg hTgKRo">What Are You Looking For?</h2></div><ul class="FlexList-a7xpMF4__sc-1kk6fwj-1 kblUCq"><li class="CardListItem-a7xpMF4__sc-hugc8z-2 fqiA-DM"><a href="/shop-occasion-dress/br/v=1/60749.htm?ref_=SB_HP_VTN_POVx_DressShop" target="_self" aria-label="The Dress Shop" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 CardLink-a7xpMF4__sc-hugc8z-3 iHopQr bbyNRF"><picture class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 1200px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX992_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1984_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 992px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX768_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1536_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 768px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX576_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1152_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX0_AGcontrast_FMwebp_.jpg"/><img class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH csmEnabled" alt="The Dress Shop" src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1200_AGcontrast_FMwebp_.jpg" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" nopin="nopin"/></picture><div data-testid="card-text-wrapper" class="CardTextWrapper-a7xpMF4__sc-hugc8z-6 dLRflm"><div class="Container-a7xpMF4__sc-bzwhma-0 bljkZM"><div class="StyledLinkText-a7xpMF4__sc-17qy0cb-0 dfRkaz"><div class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">The Dress Shop</div></div></div></div></a></li><li class="CardListItem-a7xpMF4__sc-hugc8z-2 fqiA-DM"><a href="/shop-occasion-vacation-wardrobe/br/v=1/68230.htm?ref_=SB_HP_VTN_POVx_VacationWardrobe" target="_self" aria-label="Vacation Wardrobe" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 CardLink-a7xpMF4__sc-hugc8z-3 iHopQr bbyNRF"><picture class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 1200px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX992_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1984_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 992px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX768_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1536_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 768px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX576_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1152_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX0_AGcontrast_FMwebp_.jpg"/><img class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH csmEnabled" alt="Vacation Wardrobe" src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1200_AGcontrast_FMwebp_.jpg" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" nopin="nopin"/></picture><div data-testid="card-text-wrapper" class="CardTextWrapper-a7xpMF4__sc-hugc8z-6 dLRflm"><div class="Container-a7xpMF4__sc-bzwhma-0 bljkZM"><div class="StyledLinkText-a7xpMF4__sc-17qy0cb-0 dfRkaz"><div class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">Vacation Wardrobe</div></div></div></div></a></li><li class="CardListItem-a7xpMF4__sc-hugc8z-2 fqiA-DM"><a href="/shop-occasion-everyday-essentials/br/v=1/67895.htm?ref_=SB_HP_VTN_POVx_Basics" target="_self" aria-label="Elevated Basics" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 CardLink-a7xpMF4__sc-hugc8z-3 iHopQr bbyNRF"><picture class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 1200px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX992_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1984_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 992px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX768_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1536_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 768px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX576_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1152_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX0_AGcontrast_FMwebp_.jpg"/><img class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH csmEnabled" alt="Elevated Basics" src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1200_AGcontrast_FMwebp_.jpg" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" nopin="nopin"/></picture><div data-testid="card-text-wrapper" class="CardTextWrapper-a7xpMF4__sc-hugc8z-6 dLRflm"><div class="Container-a7xpMF4__sc-bzwhma-0 bljkZM"><div class="StyledLinkText-a7xpMF4__sc-17qy0cb-0 dfRkaz"><div class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">Elevated Basics</div></div></div></div></a></li><li class="CardListItem-a7xpMF4__sc-hugc8z-2 fqiA-DM"><a href="/special-lakeside-chic/br/v=1/80340.htm?ref_=SB_HP_VTN_POVx_LakeLife" target="_self" aria-label="Lake Life" class="LinkUnstyled-cSP96RE__sc-1dmrmld-0 CardLink-a7xpMF4__sc-hugc8z-3 iHopQr bbyNRF"><picture class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH"><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 1200px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX992_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1984_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 992px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX768_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1536_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 768px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX576_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1152_AGcontrast_FMwebp_.jpg 2x" media="(min-width: 576px)"/><source data-at="source" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX0_AGcontrast_FMwebp_.jpg"/><img class="CardMedia-a7xpMF4__sc-hugc8z-5 jynfWH csmEnabled" alt="Lake Life " src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1200_AGcontrast_FMwebp_.jpg" srcSet="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX1200_AGcontrast_FMwebp_.jpg 1x, https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05._QL100_UX2400_AGcontrast_FMwebp_.jpg 2x" nopin="nopin"/></picture><div data-testid="card-text-wrapper" class="CardTextWrapper-a7xpMF4__sc-hugc8z-6 dLRflm"><div class="Container-a7xpMF4__sc-bzwhma-0 bljkZM"><div class="StyledLinkText-a7xpMF4__sc-17qy0cb-0 dfRkaz"><div class="LinkSecondary-cSP96RE__sc-1dmrmld-1 jHrsoW">Lake Life</div></div></div></div></a></li></ul></div></div></div></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="644ndD5g3sVBO-m8l9KeE" data-slot-id="homepage-content-slot-8"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="oUEA57GtD1yAHv_3hPJae" data-slot-id="homepage-content-slot-9"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			






			






			






			





    

    
    
    <div id="pPSf4o3Jip1iz6dTQszlu" data-slot-id="homepage-content-slot-13"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="SDpjocrS-15-C2Qvr4GZR" data-slot-id="homepage-content-slot-14"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			






			





    

    
    
    <div id="OFDN3-DLexU1d9Y5RIBy3" data-slot-id="homepage-content-slot-16"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="fxdEblYKsbBjjHEaPuYuD" data-slot-id="homepage-content-slot-17"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="EYDgJRwxwZIhUFqRym0JZ" data-slot-id="homepage-content-slot-18"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			





    

    
    
    <div id="z42oWpsVbW5Uq6AZ52ihr" data-slot-id="homepage-content-slot-19"></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>


			






			






			






			






		
		
	
</div>







    

    
    
    <div id="3WAyRmTPOZhmDn40yuB3V" data-slot-id="email-widget-square-1"><div class="styled-components__EmailSignUpPage-sc-1tl7pff-10 jrSLBu"></div></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>



<div id="shareable-list-error-container">
	






</div>

<script type="application/ld+json">
	{
		"@context": "https://schema.org",
		"@type": "Organization",
		"name": "Shopbop",
		"url": "https://www.shopbop.com/",
		"logo": "https://m.media-amazon.com/images/G/01/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png",
		"contactPoint": {
			"@type": "ContactPoint",
			"telephone": "1-877-746-7267",
			"contactType": "customer service",
			"contactOption": "TollFree",
			"email":"service@shopbop.com"
		},
		"sameAs": [
			"https://en.wikipedia.org/wiki/Shopbop",
			"https://twitter.com/shopbop",
			"https://www.instagram.com/shopbop/",
			"https://www.pinterest.com/shopbop/",
			"https://www.facebook.com/shopbop/",
			"https://www.youtube.com/c/Shopbop",
			"https://www.linkedin.com/company/shopbop",
			"https://www.tiktok.com/@shopbop"
		]
	}
</script>


<!-- Visit ID: 317580175070 -->

</div>
					<script type="text/javascript">
						bopCSM.setCSMProp('uex', 'ld', 'pageContentScope');
					</script>
				</div>
				</div><!-- siteContainer -->
			<script type="text/javascript">
				bopCSM.setCSMProp('uet', 'bb', 'pageFooter');
			</script>
			





    

    
    
    <div id="OJAbkyrYWnMDnl1HQWLRo" data-slot-id="global-footer-1"><div class="ShopbopFooterSquare__CssReset-sc-aeeykt-2 iDTQSk"><footer class="ShopbopFooterSquare__LightGrayFooter-sc-aeeykt-0 kRJCNm"><div class="ShopbopFooterSquare__NotLegal-sc-aeeykt-3 cKZBSF"><div data-at="desktop-footer" class="DesktopFooterContent__DesktopFooterLists-sc-dw7y3w-0 exTrIW"><div class="DesktopFooterContent__HoverListContainer-sc-dw7y3w-1 bhIQxA"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><h2 class="XSHeaderText-cSP96RE__sc-tkye97-4 StyledXSHeaderText-cSP96RE__sc-2y8g7t-1 jKUiSa eUItQc">Shopbop</h2><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/lp/aboutus.html?ref_=SB_D_GBP_FTR_SB_AU" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="About Us" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">About Us</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.amazon.jobs/content/en/teams/north-america-stores/shopbop?ref_=SB_D_GBP_FTR_SB_CRS" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Careers" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Careers</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/shopbop_affiliate_program.html?ref_=SB_D_GBP_FTR_SB_AFL#cs=ov=317580175070,os=1781336522642,link=footerInformationAffiliateProgram" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Affiliates" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Affiliates</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/giftcard?ref_=SB_D_GBP_FTR_SB_GC#cs=ov=317580175070,os=1781336522642,link=footerSvcsGiftCertificates" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Gift Cards" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Gift Cards</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/sitemap.html?ref_=SB_D_GBP_FTR_SB_SM" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Sitemap" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Sitemap</span></div></a></li></ul></div></div><div class="DesktopFooterContent__HoverListContainer-sc-dw7y3w-1 bhIQxA"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><h2 class="XSHeaderText-cSP96RE__sc-tkye97-4 StyledXSHeaderText-cSP96RE__sc-2y8g7t-1 jKUiSa eUItQc">Help</h2><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/guest/order/lookup?ref_=SB_D_GBP_FTR_HLP_GOL" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Find Guest Order" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Find Guest Order</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_RP#returns#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Return Policy" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Return Policy</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_SO#shipping#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Shipping Options" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Shipping Options</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_CU#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Contact Us" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Contact Us</span></div></a></li></ul></div></div><div class="DesktopFooterContent__HoverListContainer-sc-dw7y3w-1 bhIQxA"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><h2 class="XSHeaderText-cSP96RE__sc-tkye97-4 StyledXSHeaderText-cSP96RE__sc-2y8g7t-1 jKUiSa eUItQc">Personalize</h2><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Account" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Account</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Loyalty" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Loyalty</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Hearts" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Hearts</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Wish List" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Wish List</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/l10n?ref_=SB_D_GBP_FTR_PSL_SP" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Shopping Preferences" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Shopping Preferences</span></div></a></li></ul></div></div><div class="DesktopFooterContent__HoverListContainer-sc-dw7y3w-1 bhIQxA"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><h2 class="XSHeaderText-cSP96RE__sc-tkye97-4 StyledXSHeaderText-cSP96RE__sc-2y8g7t-1 jKUiSa eUItQc">Connect</h2><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/lp/apps.html?ref_=SB_D_GBP_FTR_CON_APP#cs=ov=317580175070,os=1781336522642,link=footerConnectApplink" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 8 16&#x27;%3E%3Cpath d=&#x27;M.667 12.182h6.666V3.836H.667v8.346Zm4 2.29H3.333c-.186 0-.34-.177-.34-.39 0-.213.154-.373.34-.373h1.334c.186 0 .34.178.34.373 0 .213-.154.39-.34.39ZM1.504 16h4.992C7.333 16 8 15.236 8 14.277V1.723C8 .763 7.333 0 6.496 0H1.504C.667 0 0 .764 0 1.723v12.554C0 15.237.667 16 1.504 16Z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Mobile."/></span><span data-content="Get the App" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Get the App</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.tiktok.com/@shopbop?ref_=SB_D_GBP_FTR_CON_TT#cs=ov=317580175070,os=1781336522642,link=footerConnecttiktoklink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 12.41 14.49&#x27; style=&#x27;enable-background:new 0 0 12.41 14.49&#x27; xml:space=&#x27;preserve&#x27;%3E%3Cpath d=&#x27;M12.22 5.85c-.12.01-.23.02-.35.02-1.29 0-2.48-.65-3.19-1.72v5.87c0 2.4-1.94 4.34-4.34 4.34S0 12.41 0 10.01s1.94-4.34 4.34-4.34c.09 0 .18.01.27.01v2.14c-.09-.01-.18-.02-.27-.02a2.21 2.21 0 0 0 0 4.42c1.22 0 2.3-.96 2.3-2.19L6.66.06h2.05a3.804 3.804 0 0 0 3.51 3.4v2.39&#x27; style=&#x27;fill:%23010101&#x27;/%3E%3C/svg%3E" alt="TikTok."/></span><span data-content="TikTok" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">TikTok</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.instagram.com/shopbop?ref_=SB_D_GBP_FTR_CON_INST#cs=ov=317580175070,os=1781336522642,link=footerConnectInstagramlink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 16 17&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M15.565 15.686V.121H0v15.565h15.565z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cpath d=&#x27;M7.782 10.624a2.574 2.574 0 0 1-2.571-2.572 2.574 2.574 0 0 1 2.571-2.571 2.574 2.574 0 0 1 2.572 2.571 2.574 2.574 0 0 1-2.572 2.572m0-6.576a4.009 4.009 0 0 0-4.004 4.004 4.009 4.009 0 0 0 4.004 4.005 4.009 4.009 0 0 0 4.005-4.005 4.009 4.009 0 0 0-4.005-4.004M11.938 3.04a.91.91 0 1 0 0 1.82.91.91 0 0 0 0-1.82&#x27; fill=&#x27;%23000&#x27;/%3E%3Cg transform=&#x27;translate(0 .192)&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M14.132 11.136c0 .957-.294 1.75-.85 2.293-.553.54-1.349.824-2.303.824H4.587c-.932 0-1.72-.287-2.279-.83-.573-.556-.875-1.359-.875-2.323V4.672c0-.95.29-1.741.839-2.287.546-.544 1.334-.831 2.278-.831h6.464c.939 0 1.727.294 2.28.85.548.553.838 1.338.838 2.268v6.464Zm.178-9.74C13.483.561 12.343.12 11.014.12H4.55C1.83.121 0 1.951 0 4.672V11.1c0 1.36.453 2.52 1.31 3.351.832.808 1.965 1.235 3.277 1.235h6.392c1.336 0 2.478-.426 3.303-1.231.84-.82 1.283-1.968 1.283-3.32V4.673c0-1.316-.434-2.45-1.255-3.277Z&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/g%3E%3C/svg%3E" alt="Instagram."/></span><span data-content="Instagram" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Instagram</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.facebook.com/shopbop?ref_=SB_D_GBP_FTR_CON_FB#cs=ov=317580175070,os=1781336522642,link=footerConnectFacebooklink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 8 16&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M3.665 15.774H7.33V0H0v15.774h3.665z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M7.33 5.108H4.834V3.47c0-.615.407-.759.694-.759H7.29V.01L4.863 0C2.17 0 1.557 2.016 1.557 3.306v1.802H0v2.785h1.557v7.881h3.277V7.893h2.21l.286-2.785Z&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/svg%3E" alt="Facebook."/></span><span data-content="Facebook" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Facebook</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://pinterest.com/shopbop?ref_=SB_D_GBP_FTR_CON_PIN#cs=ov=317580175070,os=1781336522642,link=footerConnectPinterestlink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 13 16&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M0 0h12.332v15.931H0V0z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M6.54 0C2.192 0 0 3.117 0 5.716 0 7.29.596 8.69 1.874 9.212c.21.086.397.003.458-.23.042-.16.142-.564.187-.734.061-.229.037-.31-.132-.51-.368-.434-.604-.997-.604-1.794 0-2.312 1.73-4.382 4.505-4.382 2.458 0 3.808 1.501 3.808 3.506 0 2.638-1.168 4.865-2.901 4.865-.957 0-1.674-.791-1.444-1.762.275-1.16.807-2.41.807-3.247 0-.75-.402-1.374-1.234-1.374-.978 0-1.764 1.013-1.764 2.368 0 .864.291 1.448.291 1.448s-1 4.243-1.177 4.987c-.349 1.48-.052 3.293-.027 3.477.015.109.154.134.217.053.09-.118 1.256-1.557 1.652-2.995.113-.407.644-2.516.644-2.516.318.608 1.247 1.141 2.235 1.141 2.942 0 4.938-2.681 4.938-6.27C12.333 2.527 10.033 0 6.54 0&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/svg%3E" alt="Pinterest."/></span><span data-content="Pinterest" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Pinterest</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/subscriptions?subscribe&amp;ref_=SB_D_GBP_FTR_CON_EML#cs=ov=317580175070,os=1781336522642,link=footerConnectEmaillink" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 11&#x27;%3E%3Cpath d=&#x27;M14.75 10H1.25A.25.25 0 0 1 1 9.75V1.47L7.7 6.5a.5.5 0 0 0 .6 0L15 1.47v8.28a.25.25 0 0 1-.25.25Zm-.79-9L8 5.475 2.04 1h11.92Zm.79-1H1.25C.56 0 0 .56 0 1.25v8.5C0 10.44.56 11 1.25 11h13.5c.69 0 1.25-.56 1.25-1.25v-8.5C16 .56 15.44 0 14.75 0Z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="E-mail."/></span><span data-content="Sign up for Shopbop emails" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Sign up for Shopbop emails</span></div> </div></a></li></ul></div></div></div><div data-at="mobile-footer" class="MobileFooterContent__MobileFooterContainer-sc-1wjp8yz-0 lpfStX"><div class="Container-cSP96RE__sc-1ivphmp-1 klUIVV"><div class="DisclosureContainer-cSP96RE__sc-hd4z7c-5 fvsvvN StyledDisclosure-cSP96RE__sc-1ivphmp-0 khEGqO"><h2 class="DisclosureHeading-cSP96RE__sc-hd4z7c-4 imlQjC"><button id=":OJAbkyrYWnMDnl1HQWLRoR35:" aria-controls=":OJAbkyrYWnMDnl1HQWLRoR35H1:" aria-expanded="false" class="DisclosureToggle-cSP96RE__sc-hd4z7c-3 hOytIO">SHOPBOP<div class="CaretIconContainer-cSP96RE__sc-hd4z7c-0 gWDqqk"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></button></h2><section id=":OJAbkyrYWnMDnl1HQWLRoR35H1:" aria-labelledby=":OJAbkyrYWnMDnl1HQWLRoR35:" hidden="" class="DisclosurePanel-cSP96RE__sc-hd4z7c-1 dzpSMS"><div class="MarginWrapper-cSP96RE__sc-hd4z7c-2 btiNON"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/lp/aboutus.html?ref_=SB_D_GBP_FTR_SB_AU" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="About Us" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">About Us</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.amazon.jobs/content/en/teams/north-america-stores/shopbop?ref_=SB_D_GBP_FTR_SB_CRS" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Careers" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Careers</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/shopbop_affiliate_program.html?ref_=SB_D_GBP_FTR_SB_AFL#cs=ov=317580175070,os=1781336522642,link=footerInformationAffiliateProgram" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Affiliates" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Affiliates</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/giftcard?ref_=SB_D_GBP_FTR_SB_GC#cs=ov=317580175070,os=1781336522642,link=footerSvcsGiftCertificates" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Gift Cards" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Gift Cards</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/sitemap.html?ref_=SB_D_GBP_FTR_SB_SM" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Sitemap" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Sitemap</span></div></a></li></ul></div></div></section></div><div class="DisclosureContainer-cSP96RE__sc-hd4z7c-5 fvsvvN StyledDisclosure-cSP96RE__sc-1ivphmp-0 khEGqO"><h2 class="DisclosureHeading-cSP96RE__sc-hd4z7c-4 imlQjC"><button id=":OJAbkyrYWnMDnl1HQWLRoR55:" aria-controls=":OJAbkyrYWnMDnl1HQWLRoR55H1:" aria-expanded="false" class="DisclosureToggle-cSP96RE__sc-hd4z7c-3 hOytIO">HELP<div class="CaretIconContainer-cSP96RE__sc-hd4z7c-0 gWDqqk"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></button></h2><section id=":OJAbkyrYWnMDnl1HQWLRoR55H1:" aria-labelledby=":OJAbkyrYWnMDnl1HQWLRoR55:" hidden="" class="DisclosurePanel-cSP96RE__sc-hd4z7c-1 dzpSMS"><div class="MarginWrapper-cSP96RE__sc-hd4z7c-2 btiNON"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/guest/order/lookup?ref_=SB_D_GBP_FTR_HLP_GOL" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Find Guest Order" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Find Guest Order</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_RP#returns#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Return Policy" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Return Policy</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_SO#shipping#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Shipping Options" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Shipping Options</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/aboutShopBop/customerservice.html?ref_=SB_D_GBP_FTR_HLP_CU#cs=ov=317580175070,os=1781336522642,link=footerSvcsCustomerService" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Contact Us" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Contact Us</span></div></a></li></ul></div></div></section></div><div class="DisclosureContainer-cSP96RE__sc-hd4z7c-5 fvsvvN StyledDisclosure-cSP96RE__sc-1ivphmp-0 khEGqO"><h2 class="DisclosureHeading-cSP96RE__sc-hd4z7c-4 imlQjC"><button id=":OJAbkyrYWnMDnl1HQWLRoR75:" aria-controls=":OJAbkyrYWnMDnl1HQWLRoR75H1:" aria-expanded="false" class="DisclosureToggle-cSP96RE__sc-hd4z7c-3 hOytIO">PERSONALIZE<div class="CaretIconContainer-cSP96RE__sc-hd4z7c-0 gWDqqk"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></button></h2><section id=":OJAbkyrYWnMDnl1HQWLRoR75H1:" aria-labelledby=":OJAbkyrYWnMDnl1HQWLRoR75:" hidden="" class="DisclosurePanel-cSP96RE__sc-hd4z7c-1 dzpSMS"><div class="MarginWrapper-cSP96RE__sc-hd4z7c-2 btiNON"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Account" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Account</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Loyalty" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Loyalty</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Hearts" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Hearts</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="My Wish List" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">My Wish List</span></div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/l10n?ref_=SB_D_GBP_FTR_PSL_SP" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"><span data-content="Shopping Preferences" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Shopping Preferences</span></div></a></li></ul></div></div></section></div><div class="DisclosureContainer-cSP96RE__sc-hd4z7c-5 fvsvvN StyledDisclosure-cSP96RE__sc-1ivphmp-0 khEGqO"><h2 class="DisclosureHeading-cSP96RE__sc-hd4z7c-4 imlQjC"><button id=":OJAbkyrYWnMDnl1HQWLRoR95:" aria-controls=":OJAbkyrYWnMDnl1HQWLRoR95H1:" aria-expanded="false" class="DisclosureToggle-cSP96RE__sc-hd4z7c-3 hOytIO">CONNECT<div class="CaretIconContainer-cSP96RE__sc-hd4z7c-0 gWDqqk"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 1000 575" overflow="visible"><path d="M445.994 23.448 23.346 442.722a73.908 73.895 0 0 0 0 107.793 73.908 73.895 0 0 0 109.912 0L500 182.138l366.742 368.377a73.908 73.895 0 0 0 109.912 0 73.908 73.895 0 0 0 0-107.793L554.006 23.448a73.908 73.895 0 0 0-108.012 0"></path></svg></div></button></h2><section id=":OJAbkyrYWnMDnl1HQWLRoR95H1:" aria-labelledby=":OJAbkyrYWnMDnl1HQWLRoR95:" hidden="" class="DisclosurePanel-cSP96RE__sc-hd4z7c-1 dzpSMS"><div class="MarginWrapper-cSP96RE__sc-hd4z7c-2 btiNON"><div data-at="hoverListContainer" class="Container-cSP96RE__sc-2y8g7t-0 fjRfwA"><ul class="StyledUnorderedList-cSP96RE__sc-2y8g7t-2 cKoIek"><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/ci/v2/lp/apps.html?ref_=SB_D_GBP_FTR_CON_APP#cs=ov=317580175070,os=1781336522642,link=footerConnectApplink" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 8 16&#x27;%3E%3Cpath d=&#x27;M.667 12.182h6.666V3.836H.667v8.346Zm4 2.29H3.333c-.186 0-.34-.177-.34-.39 0-.213.154-.373.34-.373h1.334c.186 0 .34.178.34.373 0 .213-.154.39-.34.39ZM1.504 16h4.992C7.333 16 8 15.236 8 14.277V1.723C8 .763 7.333 0 6.496 0H1.504C.667 0 0 .764 0 1.723v12.554C0 15.237.667 16 1.504 16Z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="Mobile."/></span><span data-content="Get the App" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Get the App</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.tiktok.com/@shopbop?ref_=SB_D_GBP_FTR_CON_TT#cs=ov=317580175070,os=1781336522642,link=footerConnecttiktoklink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 12.41 14.49&#x27; style=&#x27;enable-background:new 0 0 12.41 14.49&#x27; xml:space=&#x27;preserve&#x27;%3E%3Cpath d=&#x27;M12.22 5.85c-.12.01-.23.02-.35.02-1.29 0-2.48-.65-3.19-1.72v5.87c0 2.4-1.94 4.34-4.34 4.34S0 12.41 0 10.01s1.94-4.34 4.34-4.34c.09 0 .18.01.27.01v2.14c-.09-.01-.18-.02-.27-.02a2.21 2.21 0 0 0 0 4.42c1.22 0 2.3-.96 2.3-2.19L6.66.06h2.05a3.804 3.804 0 0 0 3.51 3.4v2.39&#x27; style=&#x27;fill:%23010101&#x27;/%3E%3C/svg%3E" alt="TikTok."/></span><span data-content="TikTok" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">TikTok</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.instagram.com/shopbop?ref_=SB_D_GBP_FTR_CON_INST#cs=ov=317580175070,os=1781336522642,link=footerConnectInstagramlink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 16 17&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M15.565 15.686V.121H0v15.565h15.565z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cpath d=&#x27;M7.782 10.624a2.574 2.574 0 0 1-2.571-2.572 2.574 2.574 0 0 1 2.571-2.571 2.574 2.574 0 0 1 2.572 2.571 2.574 2.574 0 0 1-2.572 2.572m0-6.576a4.009 4.009 0 0 0-4.004 4.004 4.009 4.009 0 0 0 4.004 4.005 4.009 4.009 0 0 0 4.005-4.005 4.009 4.009 0 0 0-4.005-4.004M11.938 3.04a.91.91 0 1 0 0 1.82.91.91 0 0 0 0-1.82&#x27; fill=&#x27;%23000&#x27;/%3E%3Cg transform=&#x27;translate(0 .192)&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M14.132 11.136c0 .957-.294 1.75-.85 2.293-.553.54-1.349.824-2.303.824H4.587c-.932 0-1.72-.287-2.279-.83-.573-.556-.875-1.359-.875-2.323V4.672c0-.95.29-1.741.839-2.287.546-.544 1.334-.831 2.278-.831h6.464c.939 0 1.727.294 2.28.85.548.553.838 1.338.838 2.268v6.464Zm.178-9.74C13.483.561 12.343.12 11.014.12H4.55C1.83.121 0 1.951 0 4.672V11.1c0 1.36.453 2.52 1.31 3.351.832.808 1.965 1.235 3.277 1.235h6.392c1.336 0 2.478-.426 3.303-1.231.84-.82 1.283-1.968 1.283-3.32V4.673c0-1.316-.434-2.45-1.255-3.277Z&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/g%3E%3C/svg%3E" alt="Instagram."/></span><span data-content="Instagram" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Instagram</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://www.facebook.com/shopbop?ref_=SB_D_GBP_FTR_CON_FB#cs=ov=317580175070,os=1781336522642,link=footerConnectFacebooklink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 8 16&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M3.665 15.774H7.33V0H0v15.774h3.665z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M7.33 5.108H4.834V3.47c0-.615.407-.759.694-.759H7.29V.01L4.863 0C2.17 0 1.557 2.016 1.557 3.306v1.802H0v2.785h1.557v7.881h3.277V7.893h2.21l.286-2.785Z&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/svg%3E" alt="Facebook."/></span><span data-content="Facebook" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Facebook</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="https://pinterest.com/shopbop?ref_=SB_D_GBP_FTR_CON_PIN#cs=ov=317580175070,os=1781336522642,link=footerConnectPinterestlink" target="_blank"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; viewBox=&#x27;0 0 13 16&#x27;%3E%3Cdefs%3E%3Cpath id=&#x27;a&#x27; d=&#x27;M0 0h12.332v15.931H0V0z&#x27;/%3E%3C/defs%3E%3Cg fill=&#x27;none&#x27; fill-rule=&#x27;evenodd&#x27;%3E%3Cmask id=&#x27;b&#x27; fill=&#x27;%23fff&#x27;%3E%3Cuse xlink:href=&#x27;%23a&#x27;/%3E%3C/mask%3E%3Cpath d=&#x27;M6.54 0C2.192 0 0 3.117 0 5.716 0 7.29.596 8.69 1.874 9.212c.21.086.397.003.458-.23.042-.16.142-.564.187-.734.061-.229.037-.31-.132-.51-.368-.434-.604-.997-.604-1.794 0-2.312 1.73-4.382 4.505-4.382 2.458 0 3.808 1.501 3.808 3.506 0 2.638-1.168 4.865-2.901 4.865-.957 0-1.674-.791-1.444-1.762.275-1.16.807-2.41.807-3.247 0-.75-.402-1.374-1.234-1.374-.978 0-1.764 1.013-1.764 2.368 0 .864.291 1.448.291 1.448s-1 4.243-1.177 4.987c-.349 1.48-.052 3.293-.027 3.477.015.109.154.134.217.053.09-.118 1.256-1.557 1.652-2.995.113-.407.644-2.516.644-2.516.318.608 1.247 1.141 2.235 1.141 2.942 0 4.938-2.681 4.938-6.27C12.333 2.527 10.033 0 6.54 0&#x27; fill=&#x27;%23000&#x27; mask=&#x27;url(%23b)&#x27;/%3E%3C/g%3E%3C/svg%3E" alt="Pinterest."/></span><span data-content="Pinterest" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Pinterest</span></div> </div></a></li><li><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD WrappingLink-cSP96RE__sc-2y8g7t-3 hJEqsY" href="/subscriptions?subscribe&amp;ref_=SB_D_GBP_FTR_CON_EML#cs=ov=317580175070,os=1781336522642,link=footerConnectEmaillink" target="_self"><div class="LayoutShiftContainer-cSP96RE__sc-2y8g7t-4 dmBMnd"> <div class="Container-cSP96RE__sc-1equpgz-0 kwWhHC"><span class="IconContainer-cSP96RE__sc-1equpgz-1 kJDwPe"><img src="data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 16 11&#x27;%3E%3Cpath d=&#x27;M14.75 10H1.25A.25.25 0 0 1 1 9.75V1.47L7.7 6.5a.5.5 0 0 0 .6 0L15 1.47v8.28a.25.25 0 0 1-.25.25Zm-.79-9L8 5.475 2.04 1h11.92Zm.79-1H1.25C.56 0 0 .56 0 1.25v8.5C0 10.44.56 11 1.25 11h13.5c.69 0 1.25-.56 1.25-1.25v-8.5C16 .56 15.44 0 14.75 0Z&#x27; fill=&#x27;%23000&#x27; fill-rule=&#x27;evenodd&#x27;/%3E%3C/svg%3E" alt="E-mail."/></span><span data-content="Sign up for Shopbop emails" class="BodyText-cSP96RE__sc-tkye97-6 LBodyText-cSP96RE__sc-tkye97-7 StyledTextItem-cSP96RE__sc-19a5roz-0 gfpexs fOzjdX fJwSHO">Sign up for Shopbop emails</span></div> </div></a></li></ul></div></div></section></div></div></div></div><span class="BodyText-cSP96RE__sc-tkye97-6 MBodyText-cSP96RE__sc-tkye97-8 LegalText__LegalTextContainer-sc-11wzl1f-0 gfpexs hxwkRx dJevqp">© 1999-<!-- -->2026<!-- --> BOP LLC. <!-- -->All Rights Reserved.<div class="LegalText__LinkContainer-sc-11wzl1f-1 cQsjvu"><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShopbopFooterSquare__BlackLink-sc-aeeykt-1 jCGIbv" href="/ci/v2/privacy_notice.html?ref_=SB_D_GBP_FTR_LGL_PP#cs=ov=317580175070,os=1781336522642,link=footerPrivacyPolicyEN" target="_self">Privacy Notice</a><a class="StyledLink-cSP96RE__sc-9zeeo2-0 irLLuD ShopbopFooterSquare__BlackLink-sc-aeeykt-1 jCGIbv" href="/ci/v2/conditions_of_use.html?ref_=SB_D_GBP_FTR_LGL_CON#cs=ov=317580175070,os=1781336522642,link=footerCopyrightEN" target="_self">Conditions of Use</a><div class="LegalText__CookieLinkContainer-sc-11wzl1f-2 eSihVV"><div class="LegalText__IconContainer-sc-11wzl1f-4 hVnNtx"><span data-at="ccpa-icon" class="LegalText__CcpaIcon-sc-11wzl1f-5 cFqqFG"></span></div><div id="teconsent" class="LegalText__PrivacyLinkContainer-sc-11wzl1f-3 uAFbM"></div></div></div></span><div id="consent_blackbar"></div></footer></div><script data-csm-markers="cf" data-target="global-footer-1">(()=>{const{target:e,csmMarkers:t}=document.currentScript?.dataset||{},a=t?.split(" ")||[],n=e&&document.querySelectorAll(`[data-slot-id="${CSS.escape(e)}"] .csmEnabled`);if(!a.length||!n||!n?.length)return;const o=window.performance.now(),r=t=>a.forEach((a=>{window.performance.measure(`csm-marker-${a}`,{detail:{slotId:e,source:t?.target?.src},start:o,end:window.performance.now()}),window.uet?.(a),window.webkit?.messageHandlers?.events?.postMessage?.(JSON.stringify({eventType:"latency-beacon",version:1,timestamp:(new Date).toISOString(),eventDetails:{version:1,eventId:{af:"page.load.aboveTheFold",cf:"page.load.functional"}[a]||a,pageType:"",subPageType:"",slotId:""}}))}));n.forEach((e=>e.addEventListener("load",r,{once:!0}))),r()})();</script></div>
<script>window.addEventListener('DOMContentLoaded', function() { ;if(window.uet){window.uet('fn');}});</script>

<script type="text/javascript">
				bopCSM.setCSMProp('uex', 'ld', 'pageFooter');
			</script>

			<script type="text/javascript">
				bopCSM.setCSMProp('uet', 'bb', 'globalOverlay');
			</script>
			





    

    
    
    <div id="LTy0WtcAK0PZ307XCrEUj" data-slot-id="global-overlay-1"><div data-at="sheetBackdrop" class="BackgroundOverlay-cSP96RE__sc-13gllt0-0 iEbDei"><div data-at="sheetContainer" class="SheetContainer-cSP96RE__sc-1tg12ng-0 cSSNfm"><div hidden="" class="InnerSheetContainer-cSP96RE__sc-1tg12ng-1 fzWOSI"><div data-at="contentContainer" class="ContentContainer-cSP96RE__sc-sw60vo-0 jBFfSZ"><div data-slot-id="bottom-sheet-content-1" data-at="nestedSlotDiv"></div></div></div></div></div></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>

<script type="text/javascript">
				bopCSM.setCSMProp('uex', 'ld', 'globalOverlay');
			</script>
			<script type="text/javascript">
				bopCSM.setCSMProp('uet', 'bb', 'globalSignIn');
			</script>
			





    

    
    
    <div id="Vhtl88cgd7x9r_-2bckD8" data-slot-id="global-signin-1"><div class="GlobalSignInSquare__CSSReset-sc-3jq3fk-0 hplDva"></div></div>
<script>window.addEventListener('DOMContentLoaded', function() {  });</script>

<script type="text/javascript">
				bopCSM.setCSMProp('uex', 'ld', 'globalSignIn');
			</script>

			<script type="text/javascript">
				bopCSM.setCSMProp('uet', 'bb', 'pixelContentScope');
			</script>
			<script type="text/javascript">
				bopCSM.setCSMProp('uex', 'ld', 'pixelContentScope');
			</script>
			<span id="_csrf" style="display: none;"></span>
			





    

    
    
    <script defer src="https://m.media-amazon.com/images/S/sash/VozmmXpEncOfrZ5.js?name=500"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/nDlSzYGLUVjsBPy.js?name=main"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/NFNnBB4NHt46z7S.js?chunk=2780"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/0QoHauWw5l21swD.js?chunk=Container-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/6yNkQi-xER7tR9Q.js?chunk=7659"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/CKnsAXLP623QRZ6.js?chunk=2672"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/0a4PRiKC3uKg7j2.js?chunk=3352"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/tTZ2Z9aCh-pb3Aq.js?chunk=8218"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/g2qftDszIlthvjQ.js?chunk=4986"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/FfOd1ejp3TgNkoB.js?chunk=3069"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/7CZsnhiskGsYGCg.js?chunk=2183"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Wb9EgfqTW0FMH8z.js?chunk=6021"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/6sHbJeXbShqgwqR.js?chunk=7368"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/aapqzEs76CqXXTI.js?chunk=2054"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/8efhEQgQ-tpMMQB.js?chunk=8563"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/oTXxmzkembFVDjT.js?chunk=7788"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/013cA1IiGLzk2ac.js?chunk=TopNavSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/bmbcD2zmMDOf76M.js?chunk=ShippingBannerSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/icav6KiVbiLYVRU.js?chunk=8848"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/eCHv8KMimhgGCTJ.js?chunk=3061"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/d6adJUsQco3PGne.js?chunk=5534"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/ugPYk11to7kxvDF.js?chunk=3945"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/WfHaoYiUTh8N9X3.js?chunk=7969"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/CvHQ-L55ynLUP-W.js?chunk=3870"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Ig5l6Phz7yT1yzB.js?chunk=ImageTile-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Pxt86XVEXpOOAn$.js?chunk=SearchSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/LXOqjvOIEmCFbNF.js?chunk=5503"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/I8nBE1JYiCNuWlH.js?chunk=ShopbopEmailWidgetSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/oWahl2AEc4jZADS.js?chunk=ShopbopFooterSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/GNe0TevLZTBWkgC.js?chunk=ShopbopOverlaySquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/BhQO$rOotfE7R6a.js?chunk=GlobalSignInSquare-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/aik7HxhJFuLXsLy.js?chunk=2941"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/8pgo-$MGmymRXrs.js?chunk=8651"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/n0P5t6iVI12NnMI.js?chunk=2864"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/m7BgOQ80-8f8gt1.js?chunk=5784"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/9kqFRjWCMP0v0pM.js?chunk=8438"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/bJCwFFBBq9fhMhP.js?chunk=630"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/9aaZcfKYiY4dGXJ.js?chunk=CartCount-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Jbs$6J6$GGwZ5KK.js?chunk=1274"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/hJQIOskyowz8rNp.js?chunk=4453"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/v5UYWM3n7rP0Zjw.js?chunk=LargeShoppableArea-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/$EY5a$Hmu3N1OJ5.js?chunk=3892"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/2HTq2ViC-2$U9Sh.js?chunk=9403"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/5bqRN6kDMBqC1jO.js?chunk=337"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/HERrROMmqH8UGqB.js?chunk=9064"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/vFTCv0Bxp3tl9XS.js?chunk=1383"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/6WbxlbWKFz2ZCP8.js?chunk=5426"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/me0oe2r2t82OhY7.js?chunk=ProductCarouselAssortment-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/4WC3oaRLE6VVm75.js?chunk=8512"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Nuucgi05FTc0S2x.js?chunk=5320"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/fdmEonTXfdmN0Db.js?chunk=VisualTileNav-def"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/McDuw0Elizs1onk.js?chunk=6009"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/YQyo28VXb2rxTbM.js?chunk=5287"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/BRt9uhSMX38z5Dl.js?chunk=1155"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/ExeQ2kZNt556zjM.js?chunk=1697"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/U8P83SEAyF9Neye.js?chunk=9895"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/kG5BPigFQlYj$Zd.js?chunk=8480"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/wVFuW8HUUrUJu5G.js?chunk=3915"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/YB7$yu7UOQw6kzI.js?chunk=6715"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/rSl5SktA0RAGYFw.js?chunk=2595"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/YgwMQq-ACdoGr6P.js?chunk=8568"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/Q9RbU6OcISTEJUB.js?chunk=7367"></script>
<script defer src="https://m.media-amazon.com/images/S/sash/HOERd5ywzjL7m$f.js?chunk=scal"></script><script>window.addEventListener('DOMContentLoaded', function() { window.__shopbop_sca_hydrate__={"requestId":"D11F9M2329RB13C0EM5G","requestContext":{"locale":"en-FI","localeOfOrigin":"FI","ipCountry":"FI","preferredCountry":"FI","language":"en","currency":"EUR","cartId":null,"platform":"desktop","secure":true,"authState":"anonymous","site":"shopbop","department":"WOMENS","loginUrl":"https://www.shopbop.com/ap/signin?showRememberMe=true&openid.pape.max_auth_age=1800&openid.return_to=https%3A%2F%2Fwww.shopbop.com%3A443%2Fauth%2Fafter%2Fauthportal%3Fnoul%3Dtrue&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=shopbop_us_aui&openid.mode=checkid_setup&siteState=g52jBTYP3Ic4yDUj14VkJapz%2Bcmd%2Fa2m5ieeO7FoDaiQAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE%2BJ7i%2Fa6ow%3D%3D%7Chttps%3A%2F%2Fwww.shopbop.com%3A443%2Fhome%3Fnoul%3Dtrue%7C1&marketPlaceId=A2817T8MKXE20N&language=en_US&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&pageId=shopbop-desktop&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0","requestPath":"/home","queryString":null,"plpProperties":null,"pageInstanceId":"678e4956-b18b-452e-bfcb-aed522c38cea","isDepartmentAuthoritative":false,"persistedDepartment":"WOMENS"},"siteId":1000,"csrfToken":"g0Pr4PZFiaEFyl8wWyc7TeLFAxCCirdF9UfE6kELukCzAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE+J7i/a6ow==","theme":"shopbop","amazonSessionId":"000-0000000-0000000","visitId":"317580175070","referrerUrl":null,"contentPointInTime":null,"clientApiRoot":null,"pageType":"Homepage","subPageType":null,"ipPostalCode":null,"preferredPostalCode":null,"slotToCardConfig":{"homepage-content-slot-13":{"widgetConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#ffffff","pageSize":"7","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"60ddf27f-af75-4f7d-9773-3f953af3ff22","ctaLink":null,"refTagWeb":"SB_HP_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"gateway-1","reusable":null,"fallbackRefTagApp":"SB_HP_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SB_HP_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#ffffff","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"a592a2f7-3410-437e-b66c-3c2c98c7900d"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"11616fc6-72b1-48b7-b7d1-28af3762e80c"},"amabotContext":{"placementId":"cca5e0ca-fd6e-47be-a818-ef390d67e589","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-1":{"widgetConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"69f5786b-1d53-4b79-87b1-69034d0c25b4","isContainerBackgroundEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"97f608a2-e571-4618-8354-0a5dd9263120","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"amabotContext":{"placementId":"1d12c7a7-2a43-471d-834a-f43c92f37fcd","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":false,"csmMarkers":["af","cf"],"nestedConfiguration":{}},"homepage-content-slot-14":{"widgetConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak.jpg","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"2d404d38-32c1-406d-a136-3bddceb2dc69","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_mobile_VN_SummerBreak.jpg","mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":null,"backgroundImage":null,"backgroundPosition":"center","backgroundType":"none","bodyUnderlineOnHover":false,"cardAltText_1":"Chic Cover-Ups","cardAltText_2":"Easy Denim Shorts","cardAltText_3":"Splashy Swim","cardAltText_4":"Effortless Sandals","cardAltText_5":"Essential SPF","cardAltText_6":"Men's Vacation Styles","cardAppCtaLink_1":"shopbop://brw/categories/13311/products?f=MASwimsuitProductType-Cover-Up","cardAppCtaLink_2":"shopbop://brw/categories/13297/products?f=MAShortsStyle-Denim","cardAppCtaLink_3":"shopbop://brw/categories/13311/products","cardAppCtaLink_4":"shopbop://brw/categories/13441/products","cardAppCtaLink_5":"shopbop://brw/categories/71917/products","cardAppCtaLink_6":"shopbop://brw/categories/61955/products","cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"12px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/clothing-swimsuits-cover-ups/br/v=1/13311.htm?f=MASwimsuitProductType-Cover-Up","cardCtaLink_2":"/clothing-shorts/br/v=1/13297.htm?f=MAShortsStyle-Denim","cardCtaLink_3":"/clothing-swimsuits-cover-ups/br/v=1/13311.htm","cardCtaLink_4":"/shoes-sandals/br/v=1/13441.htm","cardCtaLink_5":"/beauty-suncare/br/v=1/71917.htm","cardCtaLink_6":"/men-shops-vacation-style/br/v=1/61955.htm","cardCtaText_1":"Chic Cover-Ups","cardCtaText_2":"Easy Denim Shorts","cardCtaText_3":"Splashy Swim","cardCtaText_4":"Effortless Sandals","cardCtaText_5":"Essential SPF","cardCtaText_6":"Men's Vacation Styles","cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":null,"cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":null,"cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_02.jpg","cardImage_3":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_03.jpg","cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_04._CB760479550_.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_05.jpg","cardImage_6":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_06.jpg","cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"300px","cardRefTag_1":"SB_HP_VN_POVx_SummerBreak_CoverUps","cardRefTag_2":"SB_HP_VN_POVx_SummerBreak_Shorts","cardRefTag_3":"SB_HP_VN_POVx_SummerBreak_Swim","cardRefTag_4":"SB_HP_VN_POVx_SummerBreak_Sandals","cardRefTag_5":"SB_HP_VN_POVx_SummerBreak_SPF","cardRefTag_6":"SB_HP_VN_POVx_SummerBreak_MENS","cardSpacing":"10px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"cards","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":"15px 0 0 0","ctaContainerPaddingL":"10px 0 0 0","ctaContainerPaddingM":"10px 0 0 0","ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"14px","ctaFontSizeM":"12px","ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 0 15px","headerPaddingL":"0 0 15px","headerPaddingM":"0 0 10px","headline":"THE GETAWAY SHOP","headlineColor":"#eb465d","headlineFontFamily":"Futura-PT","headlineFontSize":"9vw","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"normal","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":false,"id":"b08b457b-8473-45b8-8cdc-30590dfbe448","intro":null,"introColor":"#eb465d","introFontFamily":"GTAmerica","introFontSize":"14px","introFontSizeLg":null,"introFontSizeMd":null,"introFontStretch":"normal","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":null,"introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":"1550px","mediaAspectRatio":"446/590","mediaAspectRatioM":"446/590","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"10px 0 10px 20px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":"15px 25px 20px","paddingM":"10px 20px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#eb465d","textFlow":null,"textPadding":null,"textPaddingLg":null,"textPaddingMd":null,"textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"9e396849-de0b-426e-817f-0dcbb4b8abf4","containerBackgroundColorWidth":"fullWidth"},"amabotContext":{"placementId":"f4285ce8-894f-42e1-a7cf-a4a6d41c66d9","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-8":{"widgetConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_P13N_NewForYou","fullWidthBackgroundColor":"#fff7f3","pageSize":"7","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"new for you","id":"a367bdae-9af8-4fa9-baf6-d252939c75ea","ctaLink":null,"refTagWeb":"SB_HP_P2_P13N_NewForYou","introText":"personalized picks","ep13nSlot":"gateway-0","reusable":null,"removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enableText":true,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#fff7f3","linkTextColor":"#EE4A1B"}],"id":"8b50c1eb-fba2-4f59-b4fd-60075a66a219","widthDesktop":12}],"id":"89c4b533-3f09-485e-9e87-16f3a457b165","widthDesktop":12},"amabotContext":{"placementId":"42a20cd7-bce9-429f-b150-8d68738049a9","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-9":{"widgetConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"d3ac9c51-8a34-414a-8ea4-7d4116f670e7","isContainerBackgroundEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_desktop_P1_VN_Adidas_background.jpg","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"5bfcfc9a-a03f-44ef-96d3-21b72225a11b","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_VN_Adidas_background.jpg","mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"2b2c6287-b89c-4ab5-ae5b-37cbeefc1ecb","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":null,"appCtaLink":"shopbop://brw/categories/38163/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":null,"backgroundType":"none","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"Adidas","campaignName2":null,"contentType":"COOP","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/adidas/br/v=1/38163.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_desktop_P1_Adidas.jpg","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"bdc57a9e-e382-4ae5-83c5-31f3eca891af","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":1118,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_Adidas.jpg","mobileVideo":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_Adidas.mp4","mobileWidth":828,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"efcbdd1f-32f9-493e-b81d-de206e3d0258","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText1":"Casual-Cool Looks ","altText2":"It Sneakers ","altText3":"Men's Styles ","altText4":null,"altText5":null,"altText6":null,"appCtaLink1":"shopbop://brw/categories/60343/products","appCtaLink2":"shopbop://brw/categories/38164/products","appCtaLink3":"shopbop://brw/categories/60318/products","appCtaLink4":"shopbop://brw/categories/13198/products","appCtaLink5":"shopbop://brw/categories/13198/products","appCtaLink6":"shopbop://brw/categories/13198/products","backgroundColor":"#FFFFFF00","backgroundImage":null,"ctaLink1":"/adidas-clothing/br/v=1/60343.htm","ctaLink2":"/adidas-shoes/br/v=1/38164.htm","ctaLink3":"/men-brands-adidas/br/v=1/60318.htm","ctaLink4":"/whats-new/br/v=1/13198.htm","ctaLink5":"/whats-new/br/v=1/13198.htm","ctaLink6":"/whats-new/br/v=1/13198.htm","enableFlexImageScaling":false,"enableImage1":true,"enableImage2":true,"enableImage3":true,"enableImage4":false,"enableImage5":false,"enableImage6":false,"enableText":false,"headline":null,"headlineColor":"000000","headlineFontFamily":"GTAmerica","id":"c61714bb-a180-488f-b490-6e0ab42ddca3","imageAspectRatio":null,"innerPaddingBottomDesktop":null,"innerPaddingBottomMobile":null,"innerPaddingTopDesktop":null,"innerPaddingTopMobile":null,"intro":null,"introColor":"000000","legoLocalizedProperties":["backgroundImage","visualNavImage1","visualNavImage2","visualNavImage3","visualNavImage4","visualNavImage5","visualNavImage6"],"linkBehavior1":"currentTab","linkBehavior2":"currentTab","linkBehavior3":"currentTab","linkBehavior4":"currentTab","linkBehavior5":"currentTab","linkBehavior6":"currentTab","linkCopyColor":"000000","linkText1":"Casual-Cool Looks ","linkText2":"It Sneakers ","linkText3":"Men's Styles ","linkText4":"Lorem Ipsum","linkText5":"Lorem Ipsum","linkText6":"Lorem Ipsum","maxWidth":null,"outerPaddingBottomDesktop":null,"outerPaddingBottomMobile":null,"outerPaddingTopDesktop":null,"outerPaddingTopMobile":null,"refTagApp1":"SB_HP_VN_COOP_Adidas_Clothes","refTagApp2":"SB_HP_VN_COOP_Adidas_Shoes","refTagApp3":"SB_HP_VN_COOP_Adidas_MENS","refTagApp4":"SB_HP_VN_COOP_Descrip_Tile","refTagApp5":"SB_HP_VN_COOP_Descrip_Tile","refTagApp6":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb1":"SB_HP_VN_COOP_Adidas_Clothes","refTagWeb2":"SB_HP_VN_COOP_Adidas_Shoes","refTagWeb3":"SB_HP_VN_COOP_Adidas_MENS","refTagWeb4":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb5":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb6":"SB_HP_VN_COOP_Descrip_Tile","reusable":null,"reusablePlaceholder":null,"visualNavImage1":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_01.jpg","visualNavImage2":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_02.jpg","visualNavImage3":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_03.jpg","visualNavImage4":null,"visualNavImage5":null,"visualNavImage6":null,"widgetClassName":"VisualNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"amabotContext":{"placementId":"8fbcecb0-6df5-41f5-bc03-1d79c63de49c","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"top-nav-1":{"widgetConfig":{"widgetClassName":"TopNavSquare","globalBannerClosed":false},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":["af","cf"],"nestedConfiguration":{"global-header-1":{"widgetConfig":{"widgetClassName":"ShippingBannerSquare","globalBannerClosed":false},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"global-logo-1":{"widgetConfig":{"widgetClassName":"ImageTile","altText":"Shopbop Logo. Navigates to Homepage.","ctaLinkApp":"/","ctaLinkWeb":"/","imagePathDesktop":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imagePathMobile":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imageHeightDesktop":"100%","imageHeightMobile":"100%"},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":["af","cf"],"nestedConfiguration":{}},"search-feature-1":{"widgetConfig":{"widgetClassName":"SearchSquare","selectedTab":"WOMENS"},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{"global-search-women-2":{"widgetConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"cta9WebRefTag":"SB_SEO_LM","cta7AppRefTag":"SB_SEO_LM","cta10Copy":"Shorts","linkSelect":"CTA12","cta5Copy":"FARM Rio","cta4Link":"/bop/br/v=1/75747.htm","cta7RefTag":"SB_SearchPanel_LM_sea","cta1AppRefTag":"SB_SEO_LM","cta6Link":"/veronica-beard/br/v=1/14097.htm","cta3LinkBehavior":"CURRENT","cta3WebRefTag":"SB_SEO_LM","cta11Link":"/jewelry-accessories-sunglasses-eyewear/br/v=1/13558.htm","cta11AppRefTag":"SB_SEO_LM","cta2LinkBehavior":"CURRENT","cta1RefTag":"SB_SearchPanel_LM_Reformation","cta1LinkBehavior":"CURRENT","headline":"Shoppers Are Currently Searching For...","cta3Copy":"STAUD","cta4RefTag":"SB_SearchPanel_LM_lebop","cta13AppLink":null,"cta8Link":"/mother/br/v=1/10959.htm","cta2Link":"/agolde/br/v=1/22839.htm","cta15AppLink":null,"cta14WebRefTag":"SB_SEO_LM","cta12AppRefTag":"SB_SEO_LM","bodyText":null,"cta1Copy":"Reformation","legoLocalizedProperties":[],"cta13WebRefTag":"SB_SEO_LM","cta10RefTag":"SB_SearchPanel_LM_shorts","cta15Copy":"Lorem Ipsum","cta10LinkBehavior":"CURRENT","cta9Copy":"White Dresses","cta14Link":null,"cta16Link":null,"cta16LinkBehavior":"CURRENT","cta6RefTag":"SB_SearchPanel_LM_veronicabeard","cta11AppLink":"shopbop://brw/categories/13558/products","cta16RefTag":"SB_SEO_LM","reusablePlaceholder":null,"cta1WebRefTag":"SB_SEO_LM","cta3AppLink":"shopbop://brw/categories/53407/products","cta16AppLink":null,"reusable":null,"cta7Copy":"Sea","cta15AppRefTag":"SB_SEO_LM","cta11WebRefTag":"SB_SEO_LM","cta9LinkBehavior":"CURRENT","cta7AppLink":"shopbop://brw/categories/4610/products","cta12AppLink":"shopbop://brw/categories/13317/products?f=MASweaterStyle-Cardigan","cta12Link":"/clothing-sweaters-knits/br/v=1/13317.htm?f=MASweaterStyle-Cardigan","cta15LinkBehavior":"CURRENT","cta15RefTag":"SB_SEO_LM","cta4LinkBehavior":"CURRENT","cta14LinkBehavior":"CURRENT","cta13LinkBehavior":"CURRENT","cta13Copy":"Lorem Ipsum","cta5LinkBehavior":"CURRENT","cta2AppRefTag":"SB_SEO_LM","cta12LinkBehavior":"CURRENT","cta11LinkBehavior":"CURRENT","cta8WebRefTag":"SB_SEO_LM","cta8LinkBehavior":"CURRENT","cta6LinkBehavior":"CURRENT","cta16WebRefTag":"SB_SEO_LM","cta10AppRefTag":"SB_SEO_LM","cta7LinkBehavior":"CURRENT","cta5Link":"/farm-rio/br/v=1/59669.htm","cta6WebRefTag":"SB_SEO_LM","cta10Link":"/clothing-shorts/br/v=1/13297.htm","cta4AppRefTag":"SB_SEO_LM","linkQuantity":12,"cta10WebRefTag":"SB_SEO_LM","cta11Copy":"Sunglasses","widgetClassName":"LinkModule","cta4Copy":"LE BOP","cta11RefTag":"SB_SearchPanel_LM_sunglasses","cta3Link":"/staud/br/v=1/53407.htm","cta14RefTag":"SB_SEO_LM","cta14AppRefTag":"SB_SEO_LM","cta7Link":"/sea/br/v=1/4610.htm","cta4AppLink":"shopbop://brw/categories/75747/products","cta9AppRefTag":"SB_SEO_LM","cta2Copy":"AGOLDE","enableText":true,"cta5AppRefTag":"SB_SEO_LM","cta2AppLink":"shopbop://brw/categories/22839/products","cta6AppLink":"shopbop://brw/categories/14097/products","cta8AppLink":"shopbop://brw/categories/10959/products","textColor":"#000000","cta1Link":"/reformation/br/v=1/9940.htm","cta13AppRefTag":"SB_SEO_LM","cta8RefTag":"SB_SearchPanel_LM_mother","cta5RefTag":"SB_SearchPanel_LM_farmrio","cta9Link":"/clothing-dresses/br/v=1/13351.htm?f=colors-White","cta5WebRefTag":"SB_SEO_LM","cta13RefTag":"SB_SEO_LM","cta2RefTag":"SB_SearchPanel_LM_AGOLDE","cta16AppRefTag":"SB_SEO_LM","cta16Copy":"Lorem Ipsum","cta10AppLink":"shopbop://brw/categories/13297/products","cta4WebRefTag":"SB_SEO_LM","cta8AppRefTag":"SB_SEO_LM","cta6AppRefTag":"SB_SEO_LM","cta8Copy":"MOTHER","cta15WebRefTag":"SB_SEO_LM","id":"5d07b338-8bfe-49ea-9069-3577cde49262","cta15Link":null,"cta9RefTag":"SB_SearchPanel_LM_WhiteDresses","cta3AppRefTag":"SB_SEO_LM","cta12WebRefTag":"SB_SEO_LM","cta3RefTag":"SB_SearchPanel_LM_staud","cta12RefTag":"SB_SearchPanel_LM_cardigans","cta12Copy":"Cardigans","cta14AppLink":null,"cta1AppLink":"shopbop://brw/categories/9940/products","cta9AppLink":"shopbop://brw/categories/13351/products?f=colors-White","cta7WebRefTag":"SB_SEO_LM","cta5AppLink":"shopbop://brw/categories/59669/products","cta6Copy":"Veronica Beard","cta2WebRefTag":"SB_SEO_LM","cta14Copy":"Lorem Ipsum","backgroundColor":"#F8F7F7","cta13Link":null}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"28b33ebd-e574-445a-8178-9bf3e2cde5b4"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"200f2b37-b098-4851-963e-b3564b01c21d"},"amabotContext":{"placementId":"92c0e654-ff3a-4ccd-9d18-6a8adfd836a7","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"global-search-men-4":{"widgetConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SM_SearchPanel_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#FFFFFF","pageSize":"5","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"0be29d7b-871a-4fce-ba49-e21f08e4ccda","ctaLink":null,"refTagWeb":"SM_SearchPanel_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"search-panel-1","reusable":null,"fallbackRefTagApp":"SM_SearchPanel_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SM_SearchPanel_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"e76de0d5-785a-4144-85f1-43dd3633a95b"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"a3c70f14-b293-46a4-9ab2-d97a9a588182"},"amabotContext":{"placementId":"3a898c10-21a6-40ff-b952-677cd50cfba2","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"global-search-women-4":{"widgetConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_SearchPanel_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#FFFFFF","pageSize":"5","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"af22bff2-37b2-4a67-9309-ef74d8c5b80f","ctaLink":null,"refTagWeb":"SB_SearchPanel_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"search-panel-1","reusable":null,"fallbackRefTagApp":"SB_SearchPanel_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SB_SearchPanel_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"51ca1080-987c-48bf-9d50-ea05b3f8dca7"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"1e835044-8f86-4358-9723-8a06755fab6f"},"amabotContext":{"placementId":"cb700806-b154-4023-8cf2-96ed5bb40c3e","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"global-search-men-2":{"widgetConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"backgroundColor":"#F8F7F7","bodyText":null,"cta10AppLink":"shopbop://brw/categories/51561/products","cta10AppRefTag":"SB_SEO_LM","cta10Copy":"Swim","cta10Link":"/men-clothing-swimsuits/br/v=1/51561.htm","cta10LinkBehavior":"CURRENT","cta10RefTag":"SB_SearchPanel_LM_swim_MENS","cta10WebRefTag":"SB_SEO_LM","cta11AppLink":"shopbop://brw/categories/19186/products","cta11AppRefTag":"SB_SEO_LM","cta11Copy":"Shoes","cta11Link":"/men-shoes/br/v=1/19186.htm","cta11LinkBehavior":"CURRENT","cta11RefTag":"SB_SearchPanel_LM_shoes_MENS","cta11WebRefTag":"SB_SEO_LM","cta12AppLink":"shopbop://brw/categories/19212/products","cta12AppRefTag":"SB_SEO_LM","cta12Copy":"Shorts","cta12Link":"/men-clothing-shorts/br/v=1/19212.htm","cta12LinkBehavior":"CURRENT","cta12RefTag":"SB_SearchPanel_LM_shorts_MENS","cta12WebRefTag":"SB_SEO_LM","cta13AppLink":null,"cta13AppRefTag":"SB_SEO_LM","cta13Copy":"Lorem Ipsum","cta13Link":null,"cta13LinkBehavior":"CURRENT","cta13RefTag":"SB_SEO_LM","cta13WebRefTag":"SB_SEO_LM","cta14AppLink":null,"cta14AppRefTag":"SB_SEO_LM","cta14Copy":"Lorem Ipsum","cta14Link":null,"cta14LinkBehavior":"CURRENT","cta14RefTag":"SB_SEO_LM","cta14WebRefTag":"SB_SEO_LM","cta15AppLink":null,"cta15AppRefTag":"SB_SEO_LM","cta15Copy":"Lorem Ipsum","cta15Link":null,"cta15LinkBehavior":"CURRENT","cta15RefTag":"SB_SEO_LM","cta15WebRefTag":"SB_SEO_LM","cta16AppLink":null,"cta16AppRefTag":"SB_SEO_LM","cta16Copy":"Lorem Ipsum","cta16Link":null,"cta16LinkBehavior":"CURRENT","cta16RefTag":"SB_SEO_LM","cta16WebRefTag":"SB_SEO_LM","cta1AppLink":"shopbop://brw/categories/56308/products","cta1AppRefTag":"SB_SEO_LM","cta1Copy":"Polo Ralph Lauren","cta1Link":"/men-brands-polo-ralph-lauren/br/v=1/56308.htm","cta1LinkBehavior":"CURRENT","cta1RefTag":"SB_SearchPanel_LM_poloralphlauren_MENS","cta1WebRefTag":"SB_SEO_LM","cta2AppLink":"shopbop://brw/categories/63846/products","cta2AppRefTag":"SB_SEO_LM","cta2Copy":"On","cta2Link":"/men-brands/br/v=1/63846.htm","cta2LinkBehavior":"CURRENT","cta2RefTag":"SB_SearchPanel_LM_on_MENS","cta2WebRefTag":"SB_SEO_LM","cta3AppLink":"shopbop://brw/categories/77062/products","cta3AppRefTag":"SB_SEO_LM","cta3Copy":"Malbon","cta3Link":"/malbon-golf/br/v=1/77062.htm","cta3LinkBehavior":"CURRENT","cta3RefTag":"SB_SearchPanel_LM_Malbon_MENS","cta3WebRefTag":"SB_SEO_LM","cta4AppLink":"shopbop://brw/categories/76546/products","cta4AppRefTag":"SB_SEO_LM","cta4Copy":"Nike","cta4Link":"/nike/br/v=1/76546.htm","cta4LinkBehavior":"CURRENT","cta4RefTag":"SB_SearchPanel_LM_nike_MENS","cta4WebRefTag":"SB_SEO_LM","cta5AppLink":"shopbop://brw/categories/29007/products","cta5AppRefTag":"SB_SEO_LM","cta5Copy":"Birkenstock","cta5Link":"/men-brands-birkenstock/br/v=1/29007.htm","cta5LinkBehavior":"CURRENT","cta5RefTag":"SB_SearchPanel_LM_birkenstock_MENS","cta5WebRefTag":"SB_SEO_LM","cta6AppLink":"shopbop://brw/categories/76001/products","cta6AppRefTag":"SB_SEO_LM","cta6Copy":"Salomon","cta6Link":"/salomon/br/v=1/76001.htm","cta6LinkBehavior":"CURRENT","cta6RefTag":"SB_SearchPanel_LM_salomon_MENS","cta6WebRefTag":"SB_SEO_LM","cta7AppLink":"shopbop://brw/categories/60928/products","cta7AppRefTag":"SB_SEO_LM","cta7Copy":"New Balance","cta7Link":"/men-brands-new-balance/br/v=1/60928.htm","cta7LinkBehavior":"CURRENT","cta7RefTag":"SB_SearchPanel_LM_newbalance_MENS","cta7WebRefTag":"SB_SEO_LM","cta8AppLink":"shopbop://brw/categories/60318/products","cta8AppRefTag":"SB_SEO_LM","cta8Copy":"adidas","cta8Link":"/men-brands-adidas/br/v=1/60318.htm","cta8LinkBehavior":"CURRENT","cta8RefTag":"SB_SearchPanel_LM_adidas_MENS","cta8WebRefTag":"SB_SEO_LM","cta9AppLink":"shopbop://brw/categories/73925/products","cta9AppRefTag":"SB_SEO_LM","cta9Copy":"Golf","cta9Link":"/men-shops-golf-shop/br/v=1/73925.htm","cta9LinkBehavior":"CURRENT","cta9RefTag":"SB_SearchPanel_LM_golfshop_MENS","cta9WebRefTag":"SB_SEO_LM","enableText":true,"headline":"Shoppers Are Currently Searching For...","id":"3eb08584-c902-4fb7-bb0c-ce0d17def764","legoLocalizedProperties":[],"linkQuantity":12,"linkSelect":"CTA6","reusable":null,"reusablePlaceholder":null,"textColor":"#000000","widgetClassName":"LinkModule"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"74593fcc-65fe-4b7e-b249-00b8cc8dcc6f"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"70dae223-9b25-475b-99a4-fc6a8bcefde7"},"amabotContext":{"placementId":"684a7d69-8a40-453c-9a3c-e88edcbe6e6e","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}}}}}},"homepage-content-slot-4":{"widgetConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"id":"17c08ffc-b083-4ca6-af94-8ab5e902452e","widthDesktop":12}],"id":"cb3df7e1-d0d9-4a15-9b04-721d5352093b","widthDesktop":12},"amabotContext":{"placementId":"910cadb5-ffb1-4db7-b7f1-b50c439de599","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"email-widget-square-1":{"widgetConfig":{"widgetClassName":"ShopbopEmailWidgetSquare","isEsuw":true},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-7":{"widgetConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"0d1f1a31-5ee5-4f90-ab01-5de251b2852b","containerBackgroundColorWidth":"fullWidth"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"8d7911dd-0399-4f23-ac39-963f5323f4c1","containerBackgroundColorWidth":"fullWidth"},"amabotContext":{"placementId":"5e3dc1c9-f5f4-4681-b8bd-7873385bef84","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"global-footer-1":{"widgetConfig":{"sequenceNumber":"1781336522642","widgetClassName":"ShopbopFooterSquare","visitId":"317580175070"},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":["cf"],"nestedConfiguration":{}},"global-overlay-1":{"widgetConfig":{"widgetClassName":"ShopbopOverlaySquare"},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-19":{"widgetConfig":{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"76ad0b0c-7c24-4991-9fc7-cb0db28a7dfe","isContainerBackgroundImageEnabled":false,"metadataWidgets":[],"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"06b03c95-b878-4c4d-8bad-d40bbf5e4e83","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"9b55d6b4-9c39-42ba-b9e6-87fe200d1094","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"You'll Love Shopping With Us","backgroundColor":null,"backgroundImagePath":null,"ctaLinkApp":"/","ctaLinkWeb":"/","disableLink":false,"id":"da06afaa-ef9e-4859-bc74-57e6488e5fe5","imageHeightDesktop":null,"imageHeightMobile":null,"imagePathDesktop":"/Shopbop/media/desktop/homepages/2023/2023_10/sb_20231010_desktop_M1_evergreen_customerbenefitsmessaging.png","imagePathMobile":"/Shopbop/media/mobile/homepages/2023/2023_10/sb_20231010_mobile_M1_evergreen_customerbenefitsmessaging.png","legoLocalizedProperties":["imagePathDesktop","imagePathMobile","backgroundImagePath"],"linkBehavior":"currentTab","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagWeb":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"ImageTile"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"83409a0f-6705-4bae-941a-92991e364b32","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText1":"Enjoy Free Shipping & Easy Returns. Explore Your Benefits.","altText2":"Treat Yourself: 15% Off Your First App Order. Download & Use Code APP15. ","altText3":"See What's New (It's So Good). Shop Our Latest.","altText4":null,"altText5":null,"altText6":null,"appCtaLink1":null,"appCtaLink2":null,"appCtaLink3":null,"appCtaLink4":null,"appCtaLink5":null,"appCtaLink6":null,"backgroundColor":"#FFFFFF","backgroundImage":null,"ctaLink1":"/ci/lp/shopbop-prime-shipping.html","ctaLink2":"/ci/apps.html#","ctaLink3":"/whats-new/br/v=1/13198.htm","ctaLink4":null,"ctaLink5":null,"ctaLink6":null,"enableFlexImageScaling":false,"enableImage1":true,"enableImage2":true,"enableImage3":true,"enableImage4":false,"enableImage5":false,"enableImage6":false,"enableText":true,"headline":null,"headlineColor":"000000","headlineFontFamily":"GTAmerica","id":"0efc3e7d-8344-499f-8e31-e849578682c2","imageAspectRatio":null,"innerPaddingBottomDesktop":null,"innerPaddingBottomMobile":null,"innerPaddingTopDesktop":null,"innerPaddingTopMobile":null,"intro":null,"introColor":"000000","legoLocalizedProperties":["backgroundImage","visualNavImage1","visualNavImage2","visualNavImage3","visualNavImage4","visualNavImage5","visualNavImage6"],"linkBehavior1":"currentTab","linkBehavior2":"currentTab","linkBehavior3":"currentTab","linkBehavior4":"currentTab","linkBehavior5":"currentTab","linkBehavior6":"currentTab","linkCopyColor":"000000","linkText1":null,"linkText2":null,"linkText3":null,"linkText4":null,"linkText5":null,"linkText6":null,"maxWidth":null,"outerPaddingBottomDesktop":null,"outerPaddingBottomMobile":null,"outerPaddingTopDesktop":null,"outerPaddingTopMobile":null,"refTagApp1":null,"refTagApp2":null,"refTagApp3":null,"refTagApp4":null,"refTagApp5":null,"refTagApp6":null,"refTagWeb1":"SB_HP_M1_CustomerBenefit_FreeShipping_RoW","refTagWeb2":"SB_HP_M1_CustomerBenefit_AppDownload_RoW","refTagWeb3":"SB_HP_M1_CustomerBenefit_NewArrivals_RoW","refTagWeb4":null,"refTagWeb5":null,"refTagWeb6":null,"reusable":null,"reusablePlaceholder":null,"visualNavImage1":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_shipping_ROW.png","visualNavImage2":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_app.png","visualNavImage3":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_newarrivals.png","visualNavImage4":null,"visualNavImage5":null,"visualNavImage6":null,"widgetClassName":"VisualNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"amabotContext":{"placementId":"51102364-9cd6-4c33-b6b4-04e3030af723","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"global-signin-1":{"widgetConfig":{"widgetClassName":"GlobalSignInSquare"},"amabotContext":{"placementId":null,"impressionRequestId":null},"clientSideRender":false,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-17":{"widgetConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"87802206-3d8f-491c-9d2b-8f7c98024479","isContainerBackgroundEnabled":false,"isContainerBackgroundImageEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"a15edc8b-8528-4865-a760-e787876c9c4b","isContainerBackgroundEnabled":false,"isContainerBackgroundImageEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"appCtaLink":"shopbop://brw/categories/13942/products","backgroundColor":"#FFFFFF","backgroundImagePath":null,"backgroundType":"color","campaignName":null,"carouselType":"assortment","categoryId":"13942","categoryPath":null,"contentType":"COOP","ctaLink":"/boutique-editors-picks/br/v=1/13942.htm","enableAddToBag":false,"enableColorSwatches":false,"enablePromoTag":true,"enableText":true,"ep13nSlot":"gateway-0","fallbackHeaderText":null,"fallbackIntroText":null,"fallbackRefTagApp":null,"fallbackRefTagWeb":null,"fullWidthBackgroundColor":"#FFFFFF","headerText":"Editors' Picks","headerTextColor":"#000000","headerTextFontFamily":"GTAmerica","headerType":"editorial","id":"1aa8e23a-7603-4d30-be59-ef21a70c8c5f","introText":"On Our Radar","introTextColor":"#000000","linkBehavior":"currentTab","linkText":"Shop All","linkTextColor":"#EE4A1B","paddingBottom":"0px","paddingTop":"0px","pageSize":"7","productStrategy":"category","refTagApp":"SB_HP_P2_POVx_editorspicks","refTagWeb":"SB_HP_P2_POVx_editorspicks","removeDesktopPadding":true,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":false,"translations":{"zh-CN":"1aa8e23a-7603-4d30-be59-ef21a70c8c5f_zh-CN"},"widgetClassName":"ProductCarouselAssortment"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"amabotContext":{"placementId":"9c27307f-416a-42be-b462-2c7c60039f07","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-18":{"widgetConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_CATx_mostHeartedStyles","fullWidthBackgroundColor":"#fff7f3","pageSize":"7","appCtaLink":"shopbop://brw/categories/59577/products","backgroundImagePath":null,"queryStringParams":[],"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"59577","paddingBottom":"0px","headerText":"Most-Hearted Styles","id":"0721288a-015d-47df-91f5-81c9600519f9","ctaLink":"/our-must-haves-most-hearted-styles/br/v=1/59577.htm","refTagWeb":"SB_HP_P2_CATx_mostHeartedStyles","introText":"You'll Love These","ep13nSlot":"gateway-0","reusable":null,"removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#fff7f3","linkTextColor":"#EE4A1B"}],"id":"1bcc0a26-7cdc-4c08-aab6-9613a79e2e2e","widthDesktop":12}],"id":"105c8d86-a067-4aa1-99e2-183ff85eced7","widthDesktop":12},"amabotContext":{"placementId":"b8bc5968-92d4-4481-a52c-6212eb9c0a08","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}},"homepage-content-slot-16":{"widgetConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerAlignment":null,"containerBackgroundColor":"#4283a9","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"color","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"3328fcc4-59d9-40d1-bfe5-9f345feb53b0","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Only at Shopbop\nLE BOP\nChic prints & hot hues: dive into our exclusive label's first-ever swim collection. ","appCtaLink":"shopbop://brw/categories/75747/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":null,"backgroundType":"none","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"LeBopSwimSpotlight","campaignName2":null,"contentType":"CATx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/bop/br/v=1/75747.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260303_desktop_P1_LeBop_PosterImage.jpg","desktopVideo":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260610_desktop_P1_P2_LeBop_HB.mp4","desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"3fb4f822-98ca-4cbf-890d-2d800426ab8f","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":1118,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260610_mobile_P1_P2_LeBop_PosterImage.jpg","mobileVideo":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260610_mobile_P1_P2_LeBop_HB.mp4","mobileWidth":828,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"03b437c8-004e-4277-a431-c1b4982afc00","containerBackgroundColorWidth":"fullWidth"},"amabotContext":{"placementId":"a7af0465-75a9-4123-a3d6-eb5ea2f9a002","impressionRequestId":"D11F9M2329RB13C0EM5G"},"clientSideRender":true,"csmMarkers":[],"nestedConfiguration":{}}},"slotConfigs":[{"divId":"pPSf4o3Jip1iz6dTQszlu","slotId":"homepage-content-slot-13"},{"divId":"ZxpvFkQn6e-SmzO7a9Aid","slotId":"homepage-content-slot-1"},{"divId":"SDpjocrS-15-C2Qvr4GZR","slotId":"homepage-content-slot-14"},{"divId":"644ndD5g3sVBO-m8l9KeE","slotId":"homepage-content-slot-8"},{"divId":"oUEA57GtD1yAHv_3hPJae","slotId":"homepage-content-slot-9"},{"divId":"SA0i5vkMRFl5fgS9WcL7c","slotId":"top-nav-1"},{"divId":"_SC1AyuqXV60xQ5O9LBBD","slotId":"homepage-content-slot-4"},{"divId":"3WAyRmTPOZhmDn40yuB3V","slotId":"email-widget-square-1"},{"divId":"xQQcrtsYOwrFsn3dN2KTW","slotId":"homepage-content-slot-7"},{"divId":"OJAbkyrYWnMDnl1HQWLRo","slotId":"global-footer-1"},{"divId":"LTy0WtcAK0PZ307XCrEUj","slotId":"global-overlay-1"},{"divId":"z42oWpsVbW5Uq6AZ52ihr","slotId":"homepage-content-slot-19"},{"divId":"Vhtl88cgd7x9r_-2bckD8","slotId":"global-signin-1"},{"divId":"fxdEblYKsbBjjHEaPuYuD","slotId":"homepage-content-slot-17"},{"divId":"EYDgJRwxwZIhUFqRym0JZ","slotId":"homepage-content-slot-18"},{"divId":"OFDN3-DLexU1d9Y5RIBy3","slotId":"homepage-content-slot-16"}],"dehydratedState":{"requestContext":{"locale":"en-FI","localeOfOrigin":"FI","ipCountry":"FI","preferredCountry":"FI","language":"en","currency":"EUR","cartId":null,"platform":"desktop","secure":true,"authState":"anonymous","site":"shopbop","department":"WOMENS","loginUrl":"https://www.shopbop.com/ap/signin?showRememberMe=true&openid.pape.max_auth_age=1800&openid.return_to=https%3A%2F%2Fwww.shopbop.com%3A443%2Fauth%2Fafter%2Fauthportal%3Fnoul%3Dtrue&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=shopbop_us_aui&openid.mode=checkid_setup&siteState=g52jBTYP3Ic4yDUj14VkJapz%2Bcmd%2Fa2m5ieeO7FoDaiQAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE%2BJ7i%2Fa6ow%3D%3D%7Chttps%3A%2F%2Fwww.shopbop.com%3A443%2Fhome%3Fnoul%3Dtrue%7C1&marketPlaceId=A2817T8MKXE20N&language=en_US&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&pageId=shopbop-desktop&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0","requestPath":"/home","queryString":null,"pageInstanceId":"678e4956-b18b-452e-bfcb-aed522c38cea","siteId":1000,"imageTags":[],"csmMarkers":[],"amabotContext":{},"plpProperties":null,"isDepartmentAuthoritative":false,"persistedDepartment":"WOMENS","csrfToken":"g0Pr4PZFiaEFyl8wWyc7TeLFAxCCirdF9UfE6kELukCzAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE+J7i/a6ow==","visitId":"317580175070","referrerUrl":null,"amazonSessionId":"000-0000000-0000000","requestId":"D11F9M2329RB13C0EM5G","contentPointInTime":null},"frameworkState":{"dd":{"pageState":{"pageInstanceLifeCycleStates":{"678e4956-b18b-452e-bfcb-aed522c38cea":"BusinessMetricsReady"},"pageInstanceBusinessData":{"678e4956-b18b-452e-bfcb-aed522c38cea":{"clickstreamPageType":"Homepage"}}},"sessionState":{"stateStatus":2,"authenticated":false,"fullName":null,"firstName":null,"loyaltyLevel":"NOT_MEMBER","linkedWithAmazon":false,"primeAccount":false,"primeBenefitsEligible":false,"managedInfluencer":false,"ipPostalCode":null,"preferredPostalCode":null},"cartState":{"cartCount":0,"cartCountStatus":2,"cartId":null,"items":null},"renderTree":{"uniqueSlotIdIncrementer":31,"topLevelSlots":{"homepage-content-slot-13":{"content":{"slotContentId":0,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"cca5e0ca-fd6e-47be-a818-ef390d67e589","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#ffffff","pageSize":"7","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"60ddf27f-af75-4f7d-9773-3f953af3ff22","ctaLink":null,"refTagWeb":"SB_HP_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"gateway-1","reusable":null,"fallbackRefTagApp":"SB_HP_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SB_HP_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#ffffff","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"a592a2f7-3410-437e-b66c-3c2c98c7900d"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"11616fc6-72b1-48b7-b7d1-28af3762e80c"},"squareState":{"status":"Uninitialized"}},"children":{}}},"homepage-content-slot-1":{"content":{"slotContentId":1,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"1d12c7a7-2a43-471d-834a-f43c92f37fcd","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":["af","cf"]},"clientSideRender":false,"squareConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"69f5786b-1d53-4b79-87b1-69034d0c25b4","isContainerBackgroundEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"97f608a2-e571-4618-8354-0a5dd9263120","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"squareState":{"props":{"widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"97f608a2-e571-4618-8354-0a5dd9263120","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"containerBackgroundImage":null,"mobileContainerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","isContainerBackgroundEnabled":false,"containerBackgroundType":"image","containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerPadding":null,"mobileContainerPadding":null,"containerAlignment":null,"mobileContainerAlignment":null},"isErrorSquare":false,"status":"Initialized"}},"children":{"97f608a2-e571-4618-8354-0a5dd9263120":{"content":{"slotContentId":23,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"1d12c7a7-2a43-471d-834a-f43c92f37fcd","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"97f608a2-e571-4618-8354-0a5dd9263120","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"squareState":{"props":{"widgets":[{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","mobileContainerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","isContainerBackgroundEnabled":false,"containerBackgroundType":"image","containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerPadding":null,"mobileContainerPadding":null,"containerAlignment":null,"mobileContainerAlignment":null},"isErrorSquare":false,"status":"Initialized"}},"children":{"7697c908-6204-48c2-9aed-d9fad45181ab":{"content":{"slotContentId":28,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"1d12c7a7-2a43-471d-834a-f43c92f37fcd","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"},"squareState":{"props":{"altText":"Summer Escape\nThe sun-drenched styles your vacation deserves. \nShop Now","appCtaLink":"shopbop://brw/categories/70646/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_background.jpg","backgroundType":"image","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"WeekendGetaway","campaignName2":null,"contentType":"POVx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/special-summer-escape/br/v=1/70646.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260623_desktop_P1_WeekendGetaway_result.webp","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"7697c908-6204-48c2-9aed-d9fad45181ab","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":2042,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260612_mobile_P1_WeekendGetaway.jpg","mobileVideo":null,"mobileWidth":1512,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea","stlProducts":[]},"isErrorSquare":false,"status":"Initialized"}},"children":{}}}}}}}}},"homepage-content-slot-14":{"content":{"slotContentId":2,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"f4285ce8-894f-42e1-a7cf-a4a6d41c66d9","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak.jpg","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"2d404d38-32c1-406d-a136-3bddceb2dc69","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_mobile_VN_SummerBreak.jpg","mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":null,"backgroundImage":null,"backgroundPosition":"center","backgroundType":"none","bodyUnderlineOnHover":false,"cardAltText_1":"Chic Cover-Ups","cardAltText_2":"Easy Denim Shorts","cardAltText_3":"Splashy Swim","cardAltText_4":"Effortless Sandals","cardAltText_5":"Essential SPF","cardAltText_6":"Men's Vacation Styles","cardAppCtaLink_1":"shopbop://brw/categories/13311/products?f=MASwimsuitProductType-Cover-Up","cardAppCtaLink_2":"shopbop://brw/categories/13297/products?f=MAShortsStyle-Denim","cardAppCtaLink_3":"shopbop://brw/categories/13311/products","cardAppCtaLink_4":"shopbop://brw/categories/13441/products","cardAppCtaLink_5":"shopbop://brw/categories/71917/products","cardAppCtaLink_6":"shopbop://brw/categories/61955/products","cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"12px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/clothing-swimsuits-cover-ups/br/v=1/13311.htm?f=MASwimsuitProductType-Cover-Up","cardCtaLink_2":"/clothing-shorts/br/v=1/13297.htm?f=MAShortsStyle-Denim","cardCtaLink_3":"/clothing-swimsuits-cover-ups/br/v=1/13311.htm","cardCtaLink_4":"/shoes-sandals/br/v=1/13441.htm","cardCtaLink_5":"/beauty-suncare/br/v=1/71917.htm","cardCtaLink_6":"/men-shops-vacation-style/br/v=1/61955.htm","cardCtaText_1":"Chic Cover-Ups","cardCtaText_2":"Easy Denim Shorts","cardCtaText_3":"Splashy Swim","cardCtaText_4":"Effortless Sandals","cardCtaText_5":"Essential SPF","cardCtaText_6":"Men's Vacation Styles","cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":null,"cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":null,"cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_02.jpg","cardImage_3":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_03.jpg","cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_04._CB760479550_.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_05.jpg","cardImage_6":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260607_desktop_VN_SummerBreak_06.jpg","cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"300px","cardRefTag_1":"SB_HP_VN_POVx_SummerBreak_CoverUps","cardRefTag_2":"SB_HP_VN_POVx_SummerBreak_Shorts","cardRefTag_3":"SB_HP_VN_POVx_SummerBreak_Swim","cardRefTag_4":"SB_HP_VN_POVx_SummerBreak_Sandals","cardRefTag_5":"SB_HP_VN_POVx_SummerBreak_SPF","cardRefTag_6":"SB_HP_VN_POVx_SummerBreak_MENS","cardSpacing":"10px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"cards","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":"15px 0 0 0","ctaContainerPaddingL":"10px 0 0 0","ctaContainerPaddingM":"10px 0 0 0","ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"14px","ctaFontSizeM":"12px","ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 0 15px","headerPaddingL":"0 0 15px","headerPaddingM":"0 0 10px","headline":"THE GETAWAY SHOP","headlineColor":"#eb465d","headlineFontFamily":"Futura-PT","headlineFontSize":"9vw","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"normal","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":false,"id":"b08b457b-8473-45b8-8cdc-30590dfbe448","intro":null,"introColor":"#eb465d","introFontFamily":"GTAmerica","introFontSize":"14px","introFontSizeLg":null,"introFontSizeMd":null,"introFontStretch":"normal","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":null,"introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":"1550px","mediaAspectRatio":"446/590","mediaAspectRatioM":"446/590","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"10px 0 10px 20px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":"15px 25px 20px","paddingM":"10px 20px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#eb465d","textFlow":null,"textPadding":null,"textPaddingLg":null,"textPaddingMd":null,"textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"9e396849-de0b-426e-817f-0dcbb4b8abf4","containerBackgroundColorWidth":"fullWidth"},"squareState":{"status":"Uninitialized"}},"children":{}}},"homepage-content-slot-8":{"content":{"slotContentId":3,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"42a20cd7-bce9-429f-b150-8d68738049a9","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_P13N_NewForYou","fullWidthBackgroundColor":"#fff7f3","pageSize":"7","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"new for you","id":"a367bdae-9af8-4fa9-baf6-d252939c75ea","ctaLink":null,"refTagWeb":"SB_HP_P2_P13N_NewForYou","introText":"personalized picks","ep13nSlot":"gateway-0","reusable":null,"removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enableText":true,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#fff7f3","linkTextColor":"#EE4A1B"}],"id":"8b50c1eb-fba2-4f59-b4fd-60075a66a219","widthDesktop":12}],"id":"89c4b533-3f09-485e-9e87-16f3a457b165","widthDesktop":12},"squareState":{"status":"Uninitialized"}},"children":{}}},"homepage-content-slot-9":{"content":{"slotContentId":4,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"8fbcecb0-6df5-41f5-bc03-1d79c63de49c","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"d3ac9c51-8a34-414a-8ea4-7d4116f670e7","isContainerBackgroundEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_desktop_P1_VN_Adidas_background.jpg","containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"5bfcfc9a-a03f-44ef-96d3-21b72225a11b","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_VN_Adidas_background.jpg","mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"2b2c6287-b89c-4ab5-ae5b-37cbeefc1ecb","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":null,"appCtaLink":"shopbop://brw/categories/38163/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":null,"backgroundType":"none","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"Adidas","campaignName2":null,"contentType":"COOP","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/adidas/br/v=1/38163.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_desktop_P1_Adidas.jpg","desktopVideo":null,"desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"bdc57a9e-e382-4ae5-83c5-31f3eca891af","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":1118,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_Adidas.jpg","mobileVideo":"/Shopbop/media/mobile/homepages/2026/2026_05/sb_20260530_mobile_P1_Adidas.mp4","mobileWidth":828,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"efcbdd1f-32f9-493e-b81d-de206e3d0258","isContainerBackgroundEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText1":"Casual-Cool Looks ","altText2":"It Sneakers ","altText3":"Men's Styles ","altText4":null,"altText5":null,"altText6":null,"appCtaLink1":"shopbop://brw/categories/60343/products","appCtaLink2":"shopbop://brw/categories/38164/products","appCtaLink3":"shopbop://brw/categories/60318/products","appCtaLink4":"shopbop://brw/categories/13198/products","appCtaLink5":"shopbop://brw/categories/13198/products","appCtaLink6":"shopbop://brw/categories/13198/products","backgroundColor":"#FFFFFF00","backgroundImage":null,"ctaLink1":"/adidas-clothing/br/v=1/60343.htm","ctaLink2":"/adidas-shoes/br/v=1/38164.htm","ctaLink3":"/men-brands-adidas/br/v=1/60318.htm","ctaLink4":"/whats-new/br/v=1/13198.htm","ctaLink5":"/whats-new/br/v=1/13198.htm","ctaLink6":"/whats-new/br/v=1/13198.htm","enableFlexImageScaling":false,"enableImage1":true,"enableImage2":true,"enableImage3":true,"enableImage4":false,"enableImage5":false,"enableImage6":false,"enableText":false,"headline":null,"headlineColor":"000000","headlineFontFamily":"GTAmerica","id":"c61714bb-a180-488f-b490-6e0ab42ddca3","imageAspectRatio":null,"innerPaddingBottomDesktop":null,"innerPaddingBottomMobile":null,"innerPaddingTopDesktop":null,"innerPaddingTopMobile":null,"intro":null,"introColor":"000000","legoLocalizedProperties":["backgroundImage","visualNavImage1","visualNavImage2","visualNavImage3","visualNavImage4","visualNavImage5","visualNavImage6"],"linkBehavior1":"currentTab","linkBehavior2":"currentTab","linkBehavior3":"currentTab","linkBehavior4":"currentTab","linkBehavior5":"currentTab","linkBehavior6":"currentTab","linkCopyColor":"000000","linkText1":"Casual-Cool Looks ","linkText2":"It Sneakers ","linkText3":"Men's Styles ","linkText4":"Lorem Ipsum","linkText5":"Lorem Ipsum","linkText6":"Lorem Ipsum","maxWidth":null,"outerPaddingBottomDesktop":null,"outerPaddingBottomMobile":null,"outerPaddingTopDesktop":null,"outerPaddingTopMobile":null,"refTagApp1":"SB_HP_VN_COOP_Adidas_Clothes","refTagApp2":"SB_HP_VN_COOP_Adidas_Shoes","refTagApp3":"SB_HP_VN_COOP_Adidas_MENS","refTagApp4":"SB_HP_VN_COOP_Descrip_Tile","refTagApp5":"SB_HP_VN_COOP_Descrip_Tile","refTagApp6":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb1":"SB_HP_VN_COOP_Adidas_Clothes","refTagWeb2":"SB_HP_VN_COOP_Adidas_Shoes","refTagWeb3":"SB_HP_VN_COOP_Adidas_MENS","refTagWeb4":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb5":"SB_HP_VN_COOP_Descrip_Tile","refTagWeb6":"SB_HP_VN_COOP_Descrip_Tile","reusable":null,"reusablePlaceholder":null,"visualNavImage1":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_01.jpg","visualNavImage2":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_02.jpg","visualNavImage3":"/Shopbop/media/desktop/homepages/2026/2026_05/sb_20260530_hp_card_VN_Adidas_03.jpg","visualNavImage4":null,"visualNavImage5":null,"visualNavImage6":null,"widgetClassName":"VisualNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"squareState":{"status":"Uninitialized"}},"children":{}}},"top-nav-1":{"content":{"slotContentId":5,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":["af","cf"]},"clientSideRender":false,"squareConfig":{"widgetClassName":"TopNavSquare","globalBannerClosed":false},"squareState":{"props":{"unfilteredNavigationData":{"navigationCategoryGroupList":[{"id":"women","title":"Women","categories":[{"id":"Whats New","link":"/whats-new/br/v=1/13198.htm","folderId":"13198","title":"What's New","sectionList":[{"sectionType":"Whats New","link":"/whats-new/br/v=1/13198.htm","folderId":"13198","itemList":[{"id":"New Today","link":"/new-today/br/v=1/50579.htm","folderId":"50579","title":"New Today","columns":0},{"id":"Back In Stock","link":"/back-stock/br/v=1/50578.htm","folderId":"50578","title":"Back In Stock","columns":0},{"id":"Designer Boutique","link":"/whats-new-designer-boutique/br/v=1/13261.htm","folderId":"13261","title":"Designer Boutique","columns":0},{"id":"Inclusive Sizes","link":"/extended-sizes/br/v=1/62708.htm","folderId":"62708","title":"Inclusive Sizes","columns":0},{"id":"New & Emerging Designers","link":"/special-new-emerging-designers/br/v=1/74331.htm","folderId":"74331","title":"New & Emerging Designers","columns":0},{"id":"All Whats New","link":"/whats-new/br/v=1/13198.htm","folderId":"13198","title":"All What's New","columns":0}],"title":"What's New"},{"sectionType":"Whats New By Category","itemList":[{"id":"Clothing","link":"/whats-new-clothing/br/v=1/13243.htm","folderId":"13243","title":"Clothing","columns":0},{"id":"Shoes","link":"/whats-new-shoes/br/v=1/13199.htm","folderId":"13199","title":"Shoes","columns":0},{"id":"Bags","link":"/whats-new-bags/br/v=1/13209.htm","folderId":"13209","title":"Bags","columns":0},{"id":"Jewelry & Accessories","link":"/whats-new-jewelry-accessories/br/v=1/13224.htm","folderId":"13224","title":"Jewelry & Accessories","columns":0},{"id":"Home","link":"/whats-new-home/br/v=1/78316.htm","folderId":"78316","title":"Home","columns":0},{"id":"Beauty","link":"/whats-new-beauty/br/v=1/69933.htm","folderId":"69933","title":"Beauty","columns":0},{"id":"Men","link":"/men-whats-new/br/v=1/19184.htm","folderId":"19184","title":"Men","columns":0}],"title":"What's New By Category"},{"sectionType":"Our Edits","itemList":[{"id":"Top New Styles","link":"/whats-new-top-new-styles/br/v=1/79427.htm","folderId":"79427","title":"New & Trending","columns":0},{"id":"Sun-Loving Dresses","link":"/whats-new-moment-dresses/br/v=1/74320.htm","folderId":"74320","title":"Sun-Loving Dresses","columns":0},{"id":"The Essentials","link":"/whats-new-essentials-edit/br/v=1/74319.htm","folderId":"74319","title":"The Essentials Edit","columns":0},{"id":"Vacation Must-Haves","link":"/whats-new-resort-picks/br/v=1/75579.htm","folderId":"75579","title":"Vacation Must-Haves","columns":0}],"title":"Our Edits"},{"sectionType":"imageSection","itemList":[{"id":"Now Trending","link":"/whats-new-top-new-styles/br/v=1/79427.htm","folderId":"79427","title":"Now Trending","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_whatsnew_slot1_NewTrending.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":1},{"id":"Get Inspired","link":"/our-favorites/br/v=1/13770.htm","folderId":"13770","title":"Get Inspired","sectionList":[{"sectionType":"Get Inspired","link":"/our-favorites/br/v=1/13770.htm","folderId":"13770","itemList":[{"id":"Elevated Staples","link":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","folderId":"67895","title":"Elevated Staples","columns":0},{"id":"Going Out Edit","link":"/shop-occasion-night-out-edit/br/v=1/68031.htm","folderId":"68031","title":"Going-Out Edit","columns":0},{"id":"9-to-5 Wardrobe","link":"/shop-occasion-new/br/v=1/68877.htm","folderId":"68877","title":"Modern Workwear","columns":0},{"id":"The Dress Shop","link":"/shop-occasion-dress/br/v=1/60749.htm","folderId":"60749","title":"The Dress Shop","columns":0},{"id":"Vacation Wardrobe","link":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","folderId":"68230","title":"Vacation Wardrobe","columns":0},{"id":"Best-Dressed Guest","link":"/shop-occasion-best-dressed-guest/br/v=1/66583.htm","folderId":"66583","title":"Wedding Guest Outfits","columns":0},{"id":"Wedding Shop","link":"/shop-occasion-wedding/br/v=1/13838.htm","folderId":"13838","title":"Wedding Shop","columns":0}],"title":"What Are You Looking For?"},{"sectionType":"Our Edits","itemList":[{"id":"Caroline's Closet","link":"/our-favorites-carolines-closet/br/v=1/75192.htm","folderId":"75192","title":"Caroline's Closet","columns":0},{"id":"Designer Boutique","link":"/boutique-designer/br/v=1/13771.htm","folderId":"13771","title":"Designer Boutique","columns":0},{"id":"Editors' Picks","link":"/boutique-editors-picks/br/v=1/13942.htm","folderId":"13942","title":"Editors' Picks","columns":0},{"id":"Fashion Finds: Under $200","link":"/our-favorites-fashion-finds-under-200/br/v=1/28182.htm","folderId":"28182","title":"Fashion Finds: Under $200","columns":0},{"id":"Most Hearted Styles","link":"/our-must-haves-most-hearted-styles/br/v=1/59577.htm","folderId":"59577","title":"Most Hearted Styles","columns":0},{"id":"Shopbop Exclusive: LE BOP","link":"/bop/br/v=1/75747.htm","folderId":"75747","title":"Shopbop Exclusive: LE BOP","columns":0},{"id":"Style Stories","link":"/ci/v2/style-stories.html","title":"Style Stories","columns":0},{"id":"Summer '26 Trend Edit","link":"/our-favorites-summer-trend-edit/br/v=1/80059.htm","folderId":"80059","title":"Summer '26 Trend Edit","columns":0},{"id":"Top Sellers","link":"/our-must-haves-top-sellers/br/v=1/56675.htm","folderId":"56675","title":"Top Sellers","columns":0}],"title":"Our Edits"},{"sectionType":"Now Trending","itemList":[{"id":"Lake Life","link":"/special-lakeside-chic/br/v=1/80340.htm","folderId":"80340","title":"Lake Life","columns":0},{"id":"New Romantic","link":"/special-easy-spring-dressing/br/v=1/79962.htm","folderId":"79962","title":"New Romantic","columns":0},{"id":"Red, White & New","link":"/special-red-white-new/br/v=1/80297.htm","folderId":"80297","title":"Red, White & New","columns":0}],"title":"Now Trending"},{"sectionType":"imageSection","itemList":[{"id":"Caroline's Closet","link":"/our-favorites-carolines-closet/br/v=1/75192.htm","folderId":"75192","title":"Caroline's Closet: Summer Edition","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_GetInspired_slot1_CarolinesCloset.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":2},{"id":"Designers","link":"/designers","title":"Designers","sectionList":[{"sectionType":"Designers","link":"/designers","itemList":[{"id":"WomensDesigners","link":"/designers","title":"Women's Designers","columns":0},{"id":"MensDesigners","link":"/designers?bu=sbm","title":"Men's Designers","columns":0}],"title":"Designers"},{"sectionType":"Names to Know","itemList":[{"id":"Birds of Paradis","link":"/birds-paradis/br/v=1/51378.htm","folderId":"51378","title":"Birds of Paradis","columns":0},{"id":"Coach","link":"/coach-1941/br/v=1/52828.htm","folderId":"52828","title":"Coach","columns":0},{"id":"DL1961","link":"/dl1961/br/v=1/8473.htm","folderId":"8473","title":"DL1961","columns":0},{"id":"JENNY BIRD","link":"/jenny-bird/br/v=1/71659.htm","folderId":"71659","title":"JENNY BIRD","columns":0},{"id":"Reformation","link":"/reformation/br/v=1/9940.htm","folderId":"9940","title":"Reformation","columns":0},{"id":"STAUD","link":"/staud/br/v=1/53407.htm","folderId":"53407","title":"STAUD","columns":0}],"title":"Names to Know"},{"sectionType":"Discover","itemList":[{"id":"Asian & Pacific Islander-Led Brands","link":"/our-favorites-aapi-designers-owned-brands/br/v=1/66797.htm","folderId":"66797","title":"Asian & Pacific Islander-Led Brands","columns":0},{"id":"Black-Led Brands","link":"/our-favorites-black-designers-owned-brands/br/v=1/66379.htm","folderId":"66379","title":"Black-Led Brands","columns":0},{"id":"Designer Boutique","link":"/boutique-designer/br/v=1/13771.htm","folderId":"13771","title":"Designer Boutique","columns":0},{"id":"Designer Exclusives","link":"/exclusives/br/v=1/13049.htm","folderId":"13049","title":"Designer Exclusives","columns":0},{"id":"The Climate Pledge","link":"/ci/v2/lb/shopbop-climate-pledge.html","title":"The Climate Pledge","columns":0}],"title":"Discover"},{"sectionType":"imageSection","itemList":[{"id":"Hill House Home","link":"/hill-house-home/br/v=1/72010.htm","folderId":"72010","title":"New From: Hill House Home","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_designers_slot1_HillHouseHome.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"STAUD","link":"/staud/br/v=1/53407.htm","folderId":"53407","title":"New From: STAUD","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_designers_slot2_STAUD.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""}],"color":"","desktopOrder":3},{"id":"Clothing","link":"/clothing/br/v=1/13266.htm","folderId":"13266","title":"Clothing","sectionList":[{"sectionType":"Clothing","link":"/clothing/br/v=1/13266.htm","folderId":"13266","itemList":[{"id":"All Clothing","link":"/clothing/br/v=1/13266.htm","folderId":"13266","title":"All Clothing","columns":0},{"id":"Activewear","link":"/clothing-activewear/br/v=1/74367.htm","folderId":"74367","title":"Activewear","columns":0},{"id":"Dresses","link":"/clothing-dresses/br/v=1/13351.htm","folderId":"13351","title":"Dresses","columns":0},{"id":"Inclusive Sizes","link":"/extended-sizes/br/v=1/62708.htm","folderId":"62708","title":"Inclusive Sizes","columns":0},{"id":"Jackets Coats","link":"/clothing-jackets-coats/br/v=1/13414.htm","folderId":"13414","title":"Jackets & Coats","columns":0},{"id":"Jeans","link":"/clothing-jeans/br/v=1/13377.htm","folderId":"13377","title":"Jeans","columns":0},{"id":"Jumpsuits Rompers","link":"/clothing-jumpsuits-rompers/br/v=1/13267.htm","folderId":"13267","title":"Jumpsuits & Rompers","columns":0},{"id":"Lingerie & Sleepwear","link":"/clothing-lingerie/br/v=1/13269.htm","folderId":"13269","title":"Lingerie & Sleepwear","columns":0},{"id":"Matching Sets","link":"/clothing-matching-sets/br/v=1/13346.htm","folderId":"13346","title":"Matching Sets","columns":0},{"id":"Maternity","link":"/clothing-maternity/br/v=1/13435.htm","folderId":"13435","platform":"MOBILE","title":"Maternity","columns":0},{"id":"Maternity","link":"/clothing-maternity/br/v=1/13435.htm","folderId":"13435","platform":"APP","title":"Maternity","columns":0},{"id":"Pants","link":"/clothing-pants/br/v=1/13281.htm","folderId":"13281","title":"Pants","columns":0},{"id":"Petites","link":"/clothing-petites/br/v=1/78041.htm","folderId":"78041","title":"Petites","columns":0},{"id":"Shorts","link":"/clothing-shorts/br/v=1/13297.htm","folderId":"13297","title":"Shorts","columns":0},{"id":"Skirts","link":"/clothing-skirts/br/v=1/13302.htm","folderId":"13302","title":"Skirts","columns":0},{"id":"SweatersKnits","link":"/clothing-sweaters-knits/br/v=1/13317.htm","folderId":"13317","title":"Sweaters & Knits","columns":0},{"id":"Swimsuits & Cover-Ups","link":"/clothing-swimsuits-cover-ups/br/v=1/13311.htm","folderId":"13311","title":"Swimsuits & Cover-Ups","columns":0},{"id":"Tops","link":"/clothing-tops/br/v=1/13332.htm","folderId":"13332","title":"Tops","columns":0}],"title":"Clothing"},{"sectionType":"Now Trending","itemList":[{"id":"Blue Crush","link":"/our-favorites-summer-trend-edit-trend-5/br/v=1/80064.htm","folderId":"80064","title":"Blue Crush","columns":0},{"id":"Breezy Sets","link":"/our-favorites-summer-trend-edit-trend-3/br/v=1/80062.htm","folderId":"80062","title":"Breezy Sets","columns":0},{"id":"Crafty Wovens","link":"/our-favorites-summer-trend-edit-trend-1/br/v=1/80060.htm","folderId":"80060","title":"Crafty Wovens","columns":0},{"id":"Polka Dots","link":"/special-polka-dots/br/v=1/79503.htm","folderId":"79503","title":"Polka Dots","columns":0},{"id":"Print Paradise","link":"/our-favorites-summer-trend-edit-trend-4/br/v=1/80063.htm","folderId":"80063","title":"Print Paradise","columns":0}],"title":"Now Trending"},{"sectionType":"Top Designers","itemList":[{"id":"AGOLDE","link":"/agolde/br/v=1/22839.htm","folderId":"22839","title":"AGOLDE","columns":0},{"id":"Hill House Home","link":"/hill-house-home/br/v=1/72010.htm","folderId":"72010","title":"Hill House Home","columns":0},{"id":"LE BOP","link":"/bop/br/v=1/75747.htm","folderId":"75747","title":"LE BOP","columns":0},{"id":"Lioness","link":"/lioness/br/v=1/48343.htm","folderId":"48343","title":"Lioness","columns":0},{"id":"MOTHER","link":"/mother/br/v=1/10959.htm","folderId":"10959","title":"MOTHER","columns":0},{"id":"State & Lake","link":"/state-lake/br/v=1/77193.htm","folderId":"77193","title":"State & Lake","columns":0}],"title":"Top Designers"},{"sectionType":"imageSection","itemList":[{"id":"Faherty","link":"/faherty/br/v=1/28124.htm","folderId":"28124","title":"Coastal Cool: Faherty","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_clothing_slot1_Faherty.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Summer in the City","link":"/special-summer-in-city/br/v=1/79791.htm","folderId":"79791","title":"Summer in the City","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_clothing_slot2_SummerintheCity.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""}],"color":"","desktopOrder":4},{"id":"Dresses","link":"/clothing-dresses/br/v=1/13351.htm","folderId":"13351","title":"Dresses","sectionList":[{"sectionType":"Dresses","link":"/clothing-dresses/br/v=1/13351.htm","folderId":"13351","itemList":[{"id":"All Dresses","link":"/clothing-dresses/br/v=1/13351.htm","folderId":"13351","title":"All Dresses","columns":0},{"id":"Casual & Everyday","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressOccasion-Casual+%26+Everyday","folderId":"13351","title":"Casual & Everyday","columns":0},{"id":"Event","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressOccasion-Event","folderId":"13351","title":"Event","columns":0},{"id":"Night Out","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressOccasion-Night+Out","folderId":"13351","title":"Night Out","columns":0},{"id":"Mini","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressLength-Mini","folderId":"13351","title":"Mini","columns":0},{"id":"Knee Length","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressLength-Knee-Length","folderId":"13351","title":"Knee-Length","columns":0},{"id":"Midi","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressLength-Midi","folderId":"13351","title":"Midi","columns":0},{"id":"Maxi","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressLength-Maxi","folderId":"13351","title":"Maxi","columns":0}],"title":"Dresses"},{"sectionType":"Now Trending","itemList":[{"id":"Denim Dresses","link":"/special-denim-dresses/br/v=1/72240.htm","folderId":"72240","title":"Denim Dresses","columns":0},{"id":"Floral Dresses","link":"/clothing-dresses/br/v=1/13351.htm?f=colors-Floral","folderId":"13351","title":"Floral Dresses","columns":0},{"id":"Printed Dresses","link":"/clothing-dresses/br/v=1/13351.htm?f=colors-Print&f=colors-Graphic&f=colors-Plaid","folderId":"13351","title":"Printed Dresses","columns":0},{"id":"Celebration Dresses","link":"/special-spring-celebration-dresses/br/v=1/79510.htm","folderId":"79510","title":"Celebration Dresses","columns":0}],"title":"Now Trending","subSection":{"sectionType":"Shop By Occasion","itemList":[{"id":"Black Tie","link":"/special-black-tie/br/v=1/74311.htm","folderId":"74311","title":"Black Tie","columns":0},{"id":"Vacation","link":"/clothing-dresses/br/v=1/13351.htm?f=MADressOccasion-Vacation","folderId":"13351","title":"Vacation","columns":0},{"id":"Wedding Guest","link":"/shop-occasion-wedding-guest/br/v=1/21502.htm","folderId":"21502","title":"Wedding Guest","columns":0}],"title":"Shop By Occasion"}},{"sectionType":"imageSection","itemList":[{"id":"Dresses","link":"/special-summer-event-style/br/v=1/79556.htm","folderId":"79556","title":"RSVP-Ready Dresses","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_Dresses_slot1_EventReadyEdit.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":5},{"id":"Active","link":"/sports/br/v=1/65739.htm","folderId":"65739","title":"Active","sectionList":[{"sectionType":"Active","itemList":[{"id":"All Active","link":"/sports/br/v=1/65739.htm","folderId":"65739","platform":"MOBILE","title":"All Active","columns":0},{"id":"All Active","link":"/sports/br/v=1/65739.htm","folderId":"65739","platform":"APP","title":"All Active","columns":0}],"title":"Active"},{"sectionType":"Activewear","itemList":[{"id":"All Clothing","link":"/sports-clothing/br/v=1/65743.htm","folderId":"65743","title":"All Clothing","columns":0},{"id":"Dresses & Jumpsuits","link":"/sports-clothing-dresses-jumpsuits/br/v=1/68848.htm","folderId":"68848","title":"Dresses & Jumpsuits","columns":0},{"id":"Leggings","link":"/sports-clothing-leggings/br/v=1/65749.htm","folderId":"65749","title":"Leggings","columns":0},{"id":"Matching Sets","link":"/sports-clothing-matching-sets/br/v=1/65748.htm","folderId":"65748","title":"Matching Sets","columns":0},{"id":"Shorts & Skirts","link":"/sports-clothing-shorts-skirts/br/v=1/65919.htm","folderId":"65919","title":"Shorts & Skirts","columns":0},{"id":"Sports Bras","link":"/sports-clothing-sports-bras/br/v=1/65747.htm","folderId":"65747","title":"Sports Bras","columns":0},{"id":"Sweatpants","link":"/sports-clothing-sweatpants/br/v=1/65745.htm","folderId":"65745","title":"Pants & Sweatpants","columns":0},{"id":"Sweatshirts & Jackets","link":"/sports-clothing-sweatshirts-jackets/br/v=1/68288.htm","folderId":"68288","title":"Sweatshirts & Jackets","columns":0},{"id":"Tops","link":"/sports-clothing-tops/br/v=1/65744.htm","folderId":"65744","title":"Tops","columns":0},{"id":"Shoes","link":"/sports-sneakers/br/v=1/65740.htm","folderId":"65740","title":"Shoes","columns":0}],"title":"Activewear"},{"sectionType":"Activity","itemList":[{"id":"Cardio & Running","link":"/sports-cardio-running/br/v=1/74287.htm","folderId":"74287","title":"Cardio & Running","columns":0},{"id":"Golf","link":"/sports-golf/br/v=1/74632.htm","folderId":"74632","title":"Golf","columns":0},{"id":"Tennis & Pickleball","link":"/sports-tennis-pickleball/br/v=1/68613.htm","folderId":"68613","title":"Tennis & Pickleball","columns":0},{"id":"Ski","link":"/sports-ski/br/v=1/68141.htm","folderId":"68141","title":"Ski","columns":0},{"id":"Yoga & Pilates","link":"/sports-yoga-pilates/br/v=1/65797.htm","folderId":"65797","title":"Yoga & Pilates","columns":0},{"id":"Men's Golf","link":"/men-shops-golf-shop/br/v=1/73925.htm","folderId":"73925","title":"Men's Golf Shop","columns":0},{"id":"Men's Tennis Shop","link":"/men-shops-tennis-shop/br/v=1/76299.htm","folderId":"76299","title":"Men's Tennis Shop","columns":0}],"title":"Activity","subSection":{"sectionType":"TheFanShop","itemList":[{"id":"Team Merch Shop","link":"/special-fan-shop-team-merch-shop/br/v=1/79415.htm","folderId":"79415","title":"Team Merch Shop","columns":0},{"id":"Baseball Fans","link":"/special-fan-shop-baseball-fans/br/v=1/79413.htm","folderId":"79413","title":"Baseball Fans","columns":0},{"id":"Basketball Fans","link":"/special-fan-shop-basketball-fans/br/v=1/79414.htm","folderId":"79414","title":"Basketball Fans","columns":0},{"id":"Golf Fans","link":"/special-fan-shop-golf-fans/br/v=1/79854.htm","folderId":"79854","title":"Golf Fans","columns":0}],"title":"The Fan Shop"}},{"sectionType":"imageSection","itemList":[{"id":"Golf","link":"/sports-golf/br/v=1/74632.htm","folderId":"74632","title":"Tee-Time Essentials","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_active_slot1_Golf.jpg","callToAction":"Shop Now","ctaId":"Shop Now","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Sporty Sets","link":"/clothing-activewear-matching-sets/br/v=1/74374.htm","folderId":"74374","title":"Sporty Sets","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260504_desktop_active_slot1_yogaandpilates.jpg","callToAction":"Shop Now","ctaId":"Shop Now","columns":1}],"title":""}],"color":"","desktopOrder":6},{"id":"Shoes","link":"/shoes/br/v=1/13438.htm","folderId":"13438","title":"Shoes","sectionList":[{"sectionType":"Shoes","itemList":[{"id":"All Shoes","link":"/shoes/br/v=1/13438.htm","folderId":"13438","title":"All Shoes","columns":0},{"id":"Boots","link":"/shoes-boots/br/v=1/13460.htm","folderId":"13460","title":"Boots","columns":0},{"id":"Clogs","link":"/shoes-trend-cool-clogs/br/v=1/67599.htm","folderId":"67599","title":"Clogs","columns":0},{"id":"Espadrilles","link":"/shoes-espadrilles/br/v=1/13487.htm","folderId":"13487","title":"Espadrilles","columns":0},{"id":"Flats","link":"/shoes-flats/br/v=1/13455.htm","folderId":"13455","title":"Flats","columns":0},{"id":"Pumps","link":"/shoes-pumps/br/v=1/13449.htm","folderId":"13449","title":"Pumps","columns":0},{"id":"Rain Winter Boots","link":"/shoes-rain-boots/br/v=1/13490.htm","folderId":"13490","title":"Rain & Winter Boots","columns":0},{"id":"Sandals","link":"/shoes-sandals/br/v=1/13441.htm","folderId":"13441","title":"Sandals","columns":0},{"id":"Sneakers & Athletic","link":"/shoes-sneakers-athletic/br/v=1/13439.htm","folderId":"13439","title":"Sneakers & Athletic","columns":0}],"title":"Shoes"},{"sectionType":"Now Trending","itemList":[{"id":"Jelly Shoes","link":"/shoes-trend-jelly-shoes/br/v=1/76591.htm","folderId":"76591","title":"Jelly Shoes","columns":0},{"id":"Kitten Heels","link":"/shoes-trend-kitten-heels/br/v=1/74306.htm","folderId":"74306","title":"Kitten Heels","columns":0},{"id":"Low-Profile Sneaker","link":"/shoes-trend-low-profile-sneaker/br/v=1/79359.htm","folderId":"79359","title":"Low-Profile Sneaker","columns":0},{"id":"Sneakerinas","link":"/shoes-sneakers-athletic/br/v=1/13439.htm?f=MAShoeStyle-Ballet+Flat","folderId":"13439","title":"Sneakerinas","columns":0}],"title":"Now Trending"},{"sectionType":"imageSection","itemList":[{"id":"Stuart Weitzman","link":"/stuart-weitzman/br/v=1/7744.htm","folderId":"7744","title":"Step Into: Stuart Weitzman","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_shoes_slot1_StuartWeitzman.jpg","callToAction":"Shop Now","ctaId":"ShopNow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Sandals","link":"/shoes-sandals/br/v=1/13441.htm","folderId":"13441","title":"Standout Sandals","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_shoes_slot2_SummerFlats.jpg","callToAction":"Shop Now","ctaId":"ShopNow","columns":1}],"title":""}],"color":"","desktopOrder":7},{"id":"Bags","link":"/bags/br/v=1/13505.htm","folderId":"13505","title":"Bags","sectionList":[{"sectionType":"Bags","itemList":[{"id":"All Bags","link":"/bags/br/v=1/13505.htm","folderId":"13505","title":"All Bags","columns":0},{"id":"Backpacks","link":"/bags-backpacks/br/v=1/13512.htm","folderId":"13512","title":"Backpacks","columns":0},{"id":"Beach Straw Bags","link":"/bags-beach-straw/br/v=1/13521.htm","folderId":"13521","title":"Beach & Straw Bags","columns":0},{"id":"Bucket Bags","link":"/bags-bucket/br/v=1/36613.htm","folderId":"36613","title":"Bucket Bags","columns":0},{"id":"Clutches","link":"/bags-clutches/br/v=1/13511.htm","folderId":"13511","title":"Clutches","columns":0},{"id":"Cross Body Bags","link":"/bags-cross-body/br/v=1/13513.htm","folderId":"13513","title":"Cross Body Bags","columns":0},{"id":"Luggage Weekenders","link":"/bags-luggage-weekenders/br/v=1/13506.htm","folderId":"13506","title":"Luggage & Weekenders","columns":0},{"id":"Mini Bags","link":"/bags-mini/br/v=1/59452.htm","folderId":"59452","title":"Mini Bags","columns":0},{"id":"Pre-Owned Bags","link":"/bags-pre-owned-bags/br/v=1/63752.htm","folderId":"63752","title":"Pre-Owned Bags","columns":0},{"id":"Shoulder Bags","link":"/bags-shoulder/br/v=1/13509.htm","folderId":"13509","title":"Shoulder Bags","columns":0},{"id":"Sling & Belt Bags","link":"/bags-belt/br/v=1/56475.htm","folderId":"56475","title":"Sling & Belt Bags","columns":0},{"id":"Top Handles","link":"/bags-satchels-top-handles/br/v=1/13524.htm","folderId":"13524","title":"Top Handle Bags","columns":0},{"id":"Totes","link":"/bags-totes/br/v=1/13507.htm","folderId":"13507","title":"Totes","columns":0},{"id":"Wallets Card Holders","link":"/bags-wallets-card-holders/br/v=1/13514.htm","folderId":"13514","platform":"MOBILE","title":"Wallets & Card Holders","columns":0},{"id":"Wallets Card Holders","link":"/bags-wallets-card-holders/br/v=1/13514.htm","folderId":"13514","platform":"APP","title":"Wallets & Card Holders","columns":0}],"title":"Bags"},{"sectionType":"Now Trending","itemList":[{"id":"RSVP-Ready Bags","link":"/bags-trend-rsvp-ready-bags/br/v=1/79602.htm","folderId":"79602","title":"RSVP-Ready Bags","columns":0},{"id":"Sling Bags","link":"/bags-trend-sling-bags/br/v=1/77106.htm","folderId":"77106","title":"Sling Bags","columns":0},{"id":"Travel Bags","link":"/bags-trend-travel-bags/br/v=1/79360.htm","folderId":"79360","title":"Travel Bags","columns":0}],"title":"Now Trending"},{"sectionType":"imageSection","itemList":[{"id":"Travel Bags","link":"/bags-trend-travel-bags/br/v=1/79360.htm","folderId":"79360","title":"Just Landed: Travel Bags","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_bags_slot1_Travel.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Beachy Bags","link":"/bags-beach-straw/br/v=1/13521.htm","folderId":"13521","title":"Beachy Bags","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_bags_slot2_BeachStrawBags.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""}],"color":"","desktopOrder":8},{"id":"Accessories","link":"/jewelry-accessories/br/v=1/13539.htm","folderId":"13539","title":"Jewelry & Accessories","sectionList":[{"sectionType":"Accessories","link":"/jewelry-accessories/br/v=1/13539.htm","folderId":"13539","itemList":[{"id":"All Accessories","link":"/jewelry-accessories/br/v=1/13539.htm","folderId":"13539","title":"All Accessories","columns":0},{"id":"Belts","link":"/accessories-belts/br/v=1/13577.htm","folderId":"13577","title":"Belts","columns":0},{"id":"Gloves","link":"/accessories-gloves/br/v=1/13576.htm","folderId":"13576","title":"Gloves","columns":0},{"id":"Hair Accessories","link":"/jewelry-accessories-hair/br/v=1/13575.htm","folderId":"13575","title":"Hair Accessories","columns":0},{"id":"Hats","link":"/accessories-hats/br/v=1/13574.htm","folderId":"13574","title":"Hats","columns":0},{"id":"Scarves Wraps","link":"/accessories-scarves-wraps/br/v=1/13564.htm","folderId":"13564","title":"Scarves & Wraps","columns":0},{"id":"Socks Tights","link":"/accessories-socks-tights/br/v=1/13578.htm","folderId":"13578","title":"Socks & Tights","columns":0},{"id":"Sunglasses Eyewear","link":"/jewelry-accessories-sunglasses-eyewear/br/v=1/13558.htm","folderId":"13558","title":"Sunglasses & Eyewear","columns":0},{"id":"Travel Accessories","link":"/accessories-travel/br/v=1/13586.htm","folderId":"13586","title":"Travel Accessories","columns":0}],"title":"Accessories"},{"sectionType":"Jewelry","itemList":[{"id":"All Jewelry","link":"/jewelry-accessories/br/v=1/13540.htm","folderId":"13540","title":"All Jewelry","columns":0},{"id":"Bracelets Section","link":"/accessories-jewelry-bracelets/br/v=1/13547.htm","folderId":"13547","title":"Bracelets","columns":0},{"id":"Earrings Section","link":"/accessories-jewelry-earrings/br/v=1/13544.htm","folderId":"13544","title":"Earrings","columns":0},{"id":"Necklaces Section","link":"/accessories-jewelry-necklaces/br/v=1/13543.htm","folderId":"13543","title":"Necklaces","columns":0},{"id":"Rings Section","link":"/accessories-jewelry-rings/br/v=1/13541.htm","folderId":"13541","title":"Rings","columns":0},{"id":"Watches Section","link":"/accessories-watches/br/v=1/13561.htm","folderId":"13561","title":"Watches","columns":0},{"id":"Fine Jewelry","link":"/accessories-fine-jewelry/br/v=1/48184.htm","folderId":"48184","title":"Fine Jewelry","columns":0}],"title":"Jewelry"},{"sectionType":"Now Trending","itemList":[{"id":"Bag & Phone Charms","link":"/jewelry-accessories-trend-bag-phone-charms/br/v=1/75405.htm","folderId":"75405","title":"Bag & Phone Charms","columns":0},{"id":"Bangle Bracelets","link":"/jewelry-accessories-trend-bangle-bracelets/br/v=1/77066.htm","folderId":"77066","title":"Bangle Bracelets","columns":0},{"id":"Beaded Baubles","link":"/jewelry-accessories-trend-beaded-baubles/br/v=1/79603.htm","folderId":"79603","title":"Beaded Baubles","columns":0}],"title":"Now Trending"},{"sectionType":"imageSection","itemList":[{"id":"Deepa Gurnani","link":"/deepa-gurnani/br/v=1/8211.htm","folderId":"8211","title":"Finish With: Deepa Gurnani","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_accessories_slot1_DeepaGurnani.jpg","callToAction":"Shop Now","ctaId":"ShopNow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Sunglasses","link":"/jewelry-accessories-sunglasses-eyewear/br/v=1/13558.htm","folderId":"13558","title":"Sun-Ready Sunglasses","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_accessories_slot2_Sunglasses.jpg","callToAction":"Shop Now","ctaId":"ShopNow","columns":1}],"title":""}],"color":"","desktopOrder":9},{"id":"Home Gifts","link":"/home-gifts/br/v=1/13885.htm","folderId":"13885","title":"Home & Gifts","sectionList":[{"sectionType":"All Home & Gifts","itemList":[{"id":"All Home & Gifts","link":"/home-gifts/br/v=1/13885.htm","folderId":"13885","platform":"MOBILE","title":"All Home & Gifts","columns":0},{"id":"All Home & Gifts","link":"/home-gifts/br/v=1/13885.htm","folderId":"13885","platform":"APP","title":"All Home & Gifts","columns":0}],"title":"Home & Gifts"},{"sectionType":"Home Gifts","itemList":[{"id":"All Home","link":"/home-gifts-home/br/v=1/74272.htm","folderId":"74272","title":"All Home","columns":0},{"id":"Bedding & Blankets","link":"/home-gifts-home-bedding-blankets/br/v=1/74279.htm","folderId":"74279","title":"Bedding & Blankets","columns":0},{"id":"Books & Stationery","link":"/home-gifts-home-books-stationery/br/v=1/74278.htm","folderId":"74278","title":"Books & Stationery","columns":0},{"id":"Candles","link":"/home-gifts-home-candles/br/v=1/74277.htm","folderId":"74277","title":"Candles","columns":0},{"id":"Décor","link":"/home-gifts-home-dcor/br/v=1/74276.htm","folderId":"74276","title":"Décor","columns":0},{"id":"Games","link":"/home-gifts-home-games/br/v=1/74275.htm","folderId":"74275","title":"Games","columns":0},{"id":"Tabletop","link":"/home-gifts-home-tabletop/br/v=1/74274.htm","folderId":"74274","title":"Tabletop","columns":0},{"id":"Towels","link":"/home-gifts-home-towels/br/v=1/74273.htm","folderId":"74273","title":"Towels","columns":0}],"title":"Home"},{"sectionType":"Gifts","itemList":[{"id":"All Gifts","link":"/home-gifts-gifts/br/v=1/74280.htm","folderId":"74280","title":"All Gifts","columns":0},{"id":"Gifts for Her","link":"/home-gifts-gifts-gifts-her/br/v=1/74285.htm","folderId":"74285","title":"Gifts for Her","columns":0},{"id":"Gifts for Him","link":"/home-gifts-gifts-gifts-him/br/v=1/74284.htm","folderId":"74284","title":"Gifts for Him","columns":0},{"id":"Gifts for Home","link":"/home-gifts-gifts-gifts-home/br/v=1/74283.htm","folderId":"74283","title":"Gifts for Home","columns":0},{"id":"Gifts Under $50","link":"/home-gifts-gifts-gifts-under-50/br/v=1/74286.htm","folderId":"74286","title":"Gifts Under $50","columns":0},{"id":"Gifts Under $100","link":"/home-gifts-gifts-gifts-under-100/br/v=1/74282.htm","folderId":"74282","title":"Gifts Under $100","columns":0},{"id":"Beauty Sets & Gifts","link":"/home-gifts-gifts-beauty-sets-gifts/br/v=1/74281.htm","folderId":"74281","title":"Beauty Sets & Gifts","columns":0},{"id":"Father's Day Edit","link":"/men-special-fathers-day-edit/br/v=1/69045.htm","folderId":"69045","title":"Father's Day Edit","columns":0},{"id":"eGift Cards","link":"/giftcard","title":"eGift Cards","columns":0}],"title":"Gifts"},{"sectionType":"imageSection","itemList":[{"id":"Home","link":"/home-gifts-home/br/v=1/74272.htm","folderId":"74272","title":"Nautical-Cool Décor","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260601_desktop_gifts_slot2_descrip.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Gifts","link":"/home-gifts-gifts-gifts-home/br/v=1/74283.htm","folderId":"74283","title":"Gifts for Home","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_gifts_slot1_Books.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":1}],"title":""}],"color":"","desktopOrder":10},{"id":"Sale","link":"/sale/br/v=1/13594.htm","folderId":"13594","title":"Sale","sectionList":[{"sectionType":"Sale","link":"/sale/br/v=1/13594.htm","folderId":"13594","itemList":[{"id":"All Sale","link":"/sale/br/v=1/13594.htm","folderId":"13594","title":"All Sale","columns":0},{"id":"New to Sale","link":"/sale-new/br/v=1/14233.htm","folderId":"14233","title":"New to Sale","columns":0},{"id":"20 Off","link":"/sale-20-off/br/v=1/14052.htm","folderId":"14052","title":"20% Off","columns":0},{"id":"30 Off","link":"/sale-30-percent-off/br/v=1/14053.htm","folderId":"14053","title":"30% Off","columns":0},{"id":"40 Off","link":"/sale-40-percent-off/br/v=1/14054.htm","folderId":"14054","title":"40% Off","columns":0},{"id":"50 Off","link":"/sale-50-off/br/v=1/14055.htm","folderId":"14055","title":"50% Off - Final Sale","columns":0},{"id":"60 Off","link":"/sale-60-off-over-final/br/v=1/14056.htm","folderId":"14056","title":"60% Off & Over – Final Sale","columns":0}],"title":"Sale"},{"sectionType":"Sale by Category","itemList":[{"id":"Clothing","link":"/sale-clothing/br/v=1/15381.htm","folderId":"15381","title":"Clothing","columns":0},{"id":"Shoes","link":"/sale-shoes/br/v=1/15539.htm","folderId":"15539","title":"Shoes","columns":0},{"id":"Bags","link":"/sale-bags/br/v=1/15355.htm","folderId":"15355","title":"Bags","columns":0},{"id":"Jewelry & Accessories","link":"/sale-jewelry-accessories/br/v=1/15304.htm","folderId":"15304","title":"Jewelry & Accessories","columns":0},{"id":"Beauty","link":"/sale-beauty/br/v=1/70293.htm","folderId":"70293","title":"Beauty","columns":0},{"id":"Designer Boutique","link":"/sale-designer-boutique/br/v=1/15538.htm","folderId":"15538","title":"Designer Boutique","columns":0},{"id":"Men","link":"/sale/br/v=1/19188.htm","folderId":"19188","title":"Men","columns":0}],"title":"Sale by Category"},{"sectionType":"Our Edits","itemList":[{"id":"Best of Sale","link":"/sale-best/br/v=1/60969.htm","folderId":"60969","title":"Best of Sale","columns":0},{"id":"Sale Picks Under 100","link":"/sale-picks-under-100/br/v=1/52017.htm","folderId":"52017","title":"Sale Picks Under $100","columns":0},{"id":"Sale Picks Under 250","link":"/sale-picks-under-250/br/v=1/57014.htm","folderId":"57014","title":"Sale Picks Under $250","columns":0}],"title":"Our Edits","subSection":{"sectionType":"Sale for Men","itemList":[{"id":"All Men Sale","link":"/sale/br/v=1/19188.htm","folderId":"19188","title":"All Sale","columns":0},{"id":"Men Clothing","link":"/sale-clothing/br/v=1/19407.htm","folderId":"19407","title":"Clothing","columns":0},{"id":"Men Shoes","link":"/sale-shoes/br/v=1/19329.htm","folderId":"19329","title":"Shoes","columns":0},{"id":"Men Accessories","link":"/sale-accessories/br/v=1/19408.htm","folderId":"19408","title":"Accessories","columns":0}],"title":"Sale For Men"}},{"sectionType":"imageSection","itemList":[{"id":"New to Sale","link":"/sale-new/br/v=1/14233.htm","folderId":"14233","title":"New to Sale","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_04/sb_20260406_desktop_sale_slot1_newtosale.jpg","callToAction":"Shop Now","ctaId":"ShopNow","columns":2}],"title":""}],"color":"","desktopOrder":13}]},{"id":"men","title":"Men","categories":[{"id":"Men Explore Mens","link":"/shop-men","title":"Explore Men's","sectionList":[],"color":"","platform":"MOBILE"},{"id":"Men Whats New","link":"/men-whats-new/br/v=1/19184.htm","folderId":"19184","title":"What's New","sectionList":[{"sectionType":"Men Whats New","itemList":[{"id":"All Whats New","link":"/men-whats-new/br/v=1/19184.htm","folderId":"19184","title":"All What’s New","columns":0},{"id":"Clothing","link":"/men-clothing/br/v=1/19396.htm","folderId":"19396","title":"Clothing","columns":0},{"id":"Shoes","link":"/men-shoes/br/v=1/19397.htm","folderId":"19397","title":"Shoes","columns":0},{"id":"Accessories","link":"/men-accessories/br/v=1/19398.htm","folderId":"19398","title":"Accessories","columns":0}],"title":"What's New","subSection":{"sectionType":"Discover More","itemList":[{"id":"Shop All Men","link":"/mens/br/v=1/2.htm","folderId":"2","title":"Shop All Men","columns":0}],"title":"Discover More"}},{"sectionType":"imageSection","itemList":[{"id":"Cool For Summer","link":"/men-special-summer-26-trend-edit/br/v=1/80065.htm","folderId":"80065","title":"Cool For Summer","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_Whats_New_slot1_Summer_Trends.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":1},{"id":"Men Our Edits","link":"/men-shops/br/v=1/19189.htm","folderId":"19189","title":"Our Edits","sectionList":[{"sectionType":"Men Our Edits","itemList":[{"id":"Editors Picks","link":"/men-shops-editors-picks/br/v=1/21587.htm","folderId":"21587","title":"Editors' Picks","columns":0},{"id":"The Basics","link":"/men-shops-basics/br/v=1/21588.htm","folderId":"21588","title":"Everyday Basics","columns":0},{"id":"Fathers Day Edit","link":"/men-special-fathers-day-edit/br/v=1/69045.htm","folderId":"69045","title":"Father's Day Edit","columns":0},{"id":"The Golf Shop","link":"/men-shops-golf-shop/br/v=1/73925.htm","folderId":"73925","title":"The Golf Shop","columns":0},{"id":"The Tennis Shop","link":"/men-shops-tennis-shop/br/v=1/76299.htm","folderId":"76299","title":"The Tennis Shop","columns":0},{"id":"Top Sellers","link":"/men-shops-top-sellers/br/v=1/22686.htm","folderId":"22686","title":"Top Sellers","columns":0},{"id":"Vacation Shop","link":"/men-shops-vacation-style/br/v=1/61955.htm","folderId":"61955","title":"Vacation Shop","columns":0}],"title":"Our Edits"},{"sectionType":"Men Now Trending","itemList":[{"id":"Linen","link":"/men-special-linen/br/v=1/79601.htm","folderId":"79601","title":"Linen","columns":0},{"id":"Polo Collars","link":"/men-clothing-shirts-polos/br/v=1/19211.htm?f=MATShirtNeckline-Polo","folderId":"19211","title":"Polo Collars","columns":0},{"id":"Stripes","link":"/men-special-stripes/br/v=1/79599.htm","folderId":"79599","title":"Stripes","columns":0}],"title":"Now Trending"},{"sectionType":"imageSection","itemList":[{"id":"The Golf Shop","link":"/men-shops-golf-shop/br/v=1/73925.htm","folderId":"73925","title":"The Golf Shop","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_get_inspired_slot1_golf.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":2},{"id":"Men Designers","link":"/designers?bu=sbm","title":"Designers","sectionList":[{"sectionType":"Men Designers","itemList":[{"id":"Men All Designers","link":"/designers?bu=sbm","title":"All Designers","columns":0}],"title":"Designers"},{"sectionType":"Men Top Designers","itemList":[{"id":"Alex Mill","link":"/men-brands-alex-mill/br/v=1/46541.htm","folderId":"46541","title":"Alex Mill","columns":0},{"id":"Faherty","link":"/men-brands-faherty/br/v=1/22436.htm","folderId":"22436","title":"Faherty","columns":0},{"id":"FRAME","link":"/men-brands-frame/br/v=1/39261.htm","folderId":"39261","title":"FRAME","columns":0},{"id":"Malbon","link":"/malbon-golf/br/v=1/77062.htm","folderId":"77062","title":"Malbon","columns":0},{"id":"NN07","link":"/nn07/br/v=1/72344.htm","folderId":"72344","title":"NN07","columns":0}],"title":"Top Designers"},{"sectionType":"Men Discover","itemList":[{"id":"Asian & Pacific Islander-Led Brands","link":"/men-shops-asian-pacific-islander-led-brands/br/v=1/74303.htm","folderId":"74303","title":"Asian & Pacific Islander-Led Brands","columns":0},{"id":"Black-Led Brands","link":"/men-shops-black-designers-black-owned-brands/br/v=1/73736.htm","folderId":"73736","title":"Black-Led Brands","columns":0},{"id":"New & Emerging Designers","link":"/men-special-new-emerging-designers/br/v=1/77845.htm","folderId":"77845","title":"New & Emerging Designers","columns":0}],"title":"Discover"},{"sectionType":"imageSection","itemList":[{"id":"New From: Alex Crane","link":"/alex-crane/br/v=1/79931.htm","folderId":"79931","title":"New From: Alex Crane","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_Designers_slot1_Alex_Crane.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":3},{"id":"Men Clothing","link":"/men-clothing/br/v=1/19185.htm","folderId":"19185","title":"Clothing","sectionList":[{"sectionType":"Men Clothing","itemList":[{"id":"All Clothing","link":"/men-clothing/br/v=1/19185.htm","folderId":"19185","title":"All Clothing","columns":0},{"id":"Activewear","link":"/men-clothing-activewear/br/v=1/67156.htm","folderId":"67156","title":"Activewear","columns":0},{"id":"Jeans Sub","link":"/men-clothing-jeans/br/v=1/19208.htm","folderId":"19208","title":"Jeans","columns":0},{"id":"Outerwear","link":"/men-clothing-outerwear/br/v=1/19209.htm","folderId":"19209","title":"Outerwear","columns":0},{"id":"Pants","link":"/men-clothing-pants/br/v=1/19210.htm","folderId":"19210","title":"Pants","columns":0},{"id":"Shirts Sub","link":"/men-clothing-shirts/br/v=1/19207.htm","folderId":"19207","title":"Shirts","columns":0},{"id":"Shorts Sub","link":"/men-clothing-shorts/br/v=1/19212.htm","folderId":"19212","title":"Shorts","columns":0},{"id":"Suits & Blazers","link":"/men-clothing-suits-blazers/br/v=1/19213.htm","folderId":"19213","title":"Suits & Blazers","columns":0},{"id":"Sweaters","link":"/men-clothing-sweaters/br/v=1/19214.htm","folderId":"19214","title":"Sweaters","columns":0},{"id":"Sweatshirts","link":"/men-clothing-sweatshirts/br/v=1/19215.htm","folderId":"19215","title":"Sweatshirts","columns":0},{"id":"Swimsuits Sub","link":"/men-clothing-swim/br/v=1/51561.htm","folderId":"51561","title":"Swimsuits","columns":0},{"id":"T-Shirts & Polos Sub","link":"/men-clothing-shirts-polos/br/v=1/19211.htm","folderId":"19211","title":"T-Shirts & Polos","columns":0},{"id":"Underwear","link":"/men-clothing-underwear/br/v=1/19216.htm","folderId":"19216","title":"Underwear & Sleepwear","columns":0}],"title":"Clothing"},{"sectionType":"imageSection","itemList":[{"id":"Event-Ready Styles","link":"/men-special-summer-dressing/br/v=1/63474.htm","folderId":"63474","title":"Event-Ready Styles","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_Clothing_slot1_Event_Dressing.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":4},{"id":"Men Shoes","link":"/men-shoes/br/v=1/19186.htm","folderId":"19186","title":"Shoes","sectionList":[{"sectionType":"Men Shoes","itemList":[{"id":"All Shoes","link":"/men-shoes/br/v=1/19186.htm","folderId":"19186","title":"All Shoes","columns":0},{"id":"Boots","link":"/men-shoes-boots/br/v=1/19217.htm","folderId":"19217","title":"Boots","columns":0},{"id":"Lace-Ups","link":"/men-shoes-lace-ups/br/v=1/19218.htm","folderId":"19218","title":"Lace-Ups","columns":0},{"id":"Loafers & Slip Ons","link":"/men-shoes-loafers-slip-ons/br/v=1/19219.htm","folderId":"19219","title":"Loafers & Slip Ons","columns":0},{"id":"Sandals","link":"/men-shoes-sandals/br/v=1/19220.htm","folderId":"19220","title":"Sandals","columns":0},{"id":"Slippers","link":"/men-shoes-slippers/br/v=1/71609.htm","folderId":"71609","title":"Slippers","columns":0},{"id":"Sneakers","link":"/men-shoes-sneakers/br/v=1/19221.htm","folderId":"19221","title":"Sneakers","columns":0}],"title":"Shoes"},{"sectionType":"imageSection","itemList":[{"id":"Loafers & Slip Ons","link":"/men-shoes/br/v=1/19186.htm?f=MAShoeStyle-Boat+Shoe","folderId":"19186","title":"Boat Shoes","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_Shoes_slot1_shoes.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":5},{"id":"Men Accessories","link":"/men-accessories/br/v=1/19187.htm","folderId":"19187","title":"Accessories ","sectionList":[{"sectionType":"Men Accessories","itemList":[{"id":"All Accessories","link":"/men-accessories/br/v=1/19187.htm","folderId":"19187","title":"All Accessories","columns":0},{"id":"Bags","link":"/men-bags/br/v=1/19222.htm","folderId":"19222","title":"Bags","columns":0},{"id":"Belts","link":"/men-accessories-belts/br/v=1/19223.htm","folderId":"19223","title":"Belts","columns":0},{"id":"Hats, Scarves, & Gloves","link":"/men-accessories-hats-scarves-gloves/br/v=1/19224.htm","folderId":"19224","title":"Hats, Scarves, & Gloves","columns":0},{"id":"Home","link":"/home-gifts/br/v=1/13885.htm","folderId":"13885","title":"Home & Gifts","columns":0},{"id":"Jewelry","link":"/men-accessories-jewelry/br/v=1/19225.htm","folderId":"19225","title":"Jewelry","columns":0},{"id":"Socks","link":"/men-accessories-socks/br/v=1/20262.htm","folderId":"20262","title":"Socks","columns":0},{"id":"Sunglasses","link":"/men-accessories-sunglasses/br/v=1/19227.htm","folderId":"19227","title":"Sunglasses","columns":0},{"id":"Tie s& Pocket Squares","link":"/men-accessories-ties-pocket-squares/br/v=1/19229.htm","folderId":"19229","title":"Ties & Pocket Squares","columns":0},{"id":"Travel Accessories","link":"/men-accessories-travel/br/v=1/19230.htm","folderId":"19230","title":"Travel Accessories","columns":0},{"id":"Wallets & Money Clips","link":"/men-accessories-wallets-money-clips/br/v=1/19231.htm","folderId":"19231","title":"Wallets & Money Clips","columns":0}],"title":"Accessories"},{"sectionType":"imageSection","itemList":[{"id":"Accessories","link":"/men-accessories/br/v=1/19187.htm","folderId":"19187","title":"Everyday Essentials","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_Accessories_slot1_accessories.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":6},{"id":"Men Sale","link":"/sale/br/v=1/19188.htm","folderId":"19188","title":"Sale","sectionList":[{"sectionType":"Men Sale","itemList":[{"id":"New to Sale","link":"/sale-new/br/v=1/19406.htm","folderId":"19406","title":"New to Sale","columns":0},{"id":"20 Off","link":"/sale-20-off/br/v=1/19201.htm","folderId":"19201","title":"20% Off","columns":0},{"id":"30 Off","link":"/sale-30-off/br/v=1/19202.htm","folderId":"19202","title":"30% Off","columns":0},{"id":"40 Off","link":"/sale-40-off/br/v=1/19203.htm","folderId":"19203","title":"40% Off","columns":0},{"id":"50 Off","link":"/sale-50-off-final/br/v=1/19204.htm","folderId":"19204","title":"50% Off - Final Sale","columns":0},{"id":"60 Off","link":"/sale-60-off-over-final/br/v=1/19205.htm","folderId":"19205","title":"60% Off & Over – Final Sale","columns":0}],"title":"Sale"},{"sectionType":"Men Sale by Category","itemList":[{"id":"All Sale","link":"/sale/br/v=1/19188.htm","folderId":"19188","title":"All Sale","columns":0},{"id":"Clothing","link":"/sale-clothing/br/v=1/19407.htm","folderId":"19407","title":"Clothing","columns":0},{"id":"Shoes","link":"/sale-shoes/br/v=1/19329.htm","folderId":"19329","title":"Shoes","columns":0},{"id":"Accessories","link":"/sale-accessories/br/v=1/19408.htm","folderId":"19408","title":"Accessories","columns":0}],"title":"Sale by Category"},{"sectionType":"imageSection","itemList":[{"id":"Sale","link":"/sale/br/v=1/19188.htm","folderId":"19188","title":"Sale","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/landingpages/mens/2026/2026_06/sbm_20260605_desktop_sale_slot1_newtosale._CB1780673852_.jpg","callToAction":"Shop Now","ctaId":"shopnow","columns":2}],"title":""}],"color":"","desktopOrder":7}]},{"id":"beauty","title":"Beauty","categories":[{"id":"beauty","link":"/beauty/br/v=1/69175.htm","folderId":"69175","title":"Beauty","sectionList":[{"sectionType":"beauty","link":"/beauty/br/v=1/69175.htm","folderId":"69175","itemList":[{"id":"Shop All","link":"/beauty/br/v=1/69175.htm","folderId":"69175","title":"All Beauty","columns":0},{"id":"Whats New","link":"/whats-new-beauty/br/v=1/69933.htm","folderId":"69933","title":"What's New","columns":0},{"id":"Bath & Body","link":"/beauty-bath-body/br/v=1/69284.htm","folderId":"69284","title":"Bath & Body","columns":0},{"id":"Fragrance & Candles","link":"/beauty-fragrance-candles/br/v=1/71676.htm","folderId":"71676","title":"Fragrance & Candles","columns":0},{"id":"Haircare","link":"/beauty-haircare/br/v=1/69286.htm","folderId":"69286","title":"Haircare","columns":0},{"id":"Makeup","link":"/beauty-makeup/br/v=1/69288.htm","folderId":"69288","title":"Makeup","columns":0},{"id":"Skincare","link":"/beauty-skincare/br/v=1/69289.htm","folderId":"69289","title":"Skincare","columns":0},{"id":"Suncare","link":"/beauty-suncare/br/v=1/71917.htm","folderId":"71917","title":"Suncare","columns":0},{"id":"Tool & Brushes","link":"/beauty-tools-brushes/br/v=1/69290.htm","folderId":"69290","title":"Tools & Brushes","columns":0}],"title":"Beauty"},{"sectionType":"Our Edits","itemList":[{"id":"Black-Led Brands","link":"/beauty-black-owned-brands/br/v=1/69292.htm","folderId":"69292","platform":"MOBILE","title":"Black-Led Brands","columns":0},{"id":"Black-Led Brands","link":"/beauty-black-owned-brands/br/v=1/69292.htm","folderId":"69292","platform":"APP","title":"Black-Led Brands","columns":0},{"id":"Clean Beauty","link":"/beauty-clean-beauty-at-shopbop/br/v=1/69291.htm","folderId":"69291","title":"Clean Beauty at Shopbop","columns":0},{"id":"Staffer Beauty Picks","link":"/beauty-staffer-beauty-picks/br/v=1/71645.htm","folderId":"71645","title":"Staffer Beauty Picks","columns":0},{"id":"Top Sellers","link":"/our-must-haves-top-sellers-beauty/br/v=1/70162.htm","folderId":"70162","title":"Top Sellers: Beauty","columns":0}],"title":"Our Edits","subSection":{"sectionType":"Designers","itemList":[{"id":"Augustinus Bader","link":"/augustinus-bader/br/v=1/69712.htm","folderId":"69712","title":"Augustinus Bader","columns":0},{"id":"evolvetogether","link":"/evolvetogether/br/v=1/74204.htm","folderId":"74204","title":"evolvetogether","columns":0},{"id":"Trish McEvoy","link":"/trish-mcevoy/br/v=1/69591.htm","folderId":"69591","title":"Trish McEvoy","columns":0},{"id":"Vintner's Daughter","link":"/vintners-daughter/br/v=1/69902.htm","folderId":"69902","title":"Vintner's Daughter","columns":0}],"title":"Names to Know"}},{"sectionType":"Beauty Guides","itemList":[{"id":"Benefits of Skin Brushing","link":"/ci/beauty/skincare/skin-brushing.html","title":"Benefits of Skin Brushing","columns":0},{"id":"Best Ingredients by Skin Type","link":"/ci/beauty/skincare/active-ingredients.html","title":"Best Ingredients by Skin Type","columns":0},{"id":"Face Rolling 101","link":"/ci/beauty/skincare/face-rolling.html","title":"Face Rolling 101","columns":0},{"id":"How to Calm Puffy Eyes","link":"/ci/beauty/how-to-fix-puffy-eyes.html","title":"How to Calm Puffy Eyes","columns":0},{"id":"How to Layer Serums","link":"/ci/beauty/skincare/how-to-layer-makeup-serum.html","title":"How to Layer Serums","columns":0},{"id":"Zinc in Skincare","link":"/ci/beauty/skincare/zinc-in-skincare.html","title":"Zinc in Skincare","columns":0}],"title":"Beauty Guides"},{"sectionType":"imageSection","itemList":[{"id":"Dr. Few Skincare","link":"/dr-few-skincare/br/v=1/76873.htm","folderId":"76873","title":"Routine Refresh: Dr. Few Skincare","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_06/sb_20260608_desktop_beauty_slot1_DrFewSkincare.jpg","callToAction":"Shop Now","ctaId":"Shop Now","columns":1}],"title":""},{"sectionType":"imageSection","itemList":[{"id":"Staffer Beauty Picks","link":"/beauty-staffer-beauty-picks/br/v=1/71645.htm","folderId":"71645","title":"Staffer Beauty Picks","imageLink":"https://m.media-amazon.com/images/G/01/Shopbop/media/desktop/topnav/2026/2026_05/sb_20260504_desktop_beauty_slot2_stafferspicks.jpg","callToAction":"Shop Now","ctaId":"Shop Now","columns":1}],"title":""}],"color":"","desktopOrder":12}]}]},"didFallback":false,"showGuestOrderLookup":true,"showDeptNav":false},"isErrorSquare":false,"status":"Initialized"}},"children":{"global-header-1":{"content":{"slotContentId":6,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"ShippingBannerSquare","globalBannerClosed":false},"squareState":{"props":{"widgetClassName":"ShippingBannerSquare","globalBannerClosed":false},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"global-logo-1":{"content":{"slotContentId":7,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":["af","cf"]},"clientSideRender":false,"squareConfig":{"widgetClassName":"ImageTile","altText":"Shopbop Logo. Navigates to Homepage.","ctaLinkApp":"/","ctaLinkWeb":"/","imagePathDesktop":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imagePathMobile":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imageHeightDesktop":"100%","imageHeightMobile":"100%"},"squareState":{"props":{"widgetClassName":"ImageTile","altText":"Shopbop Logo. Navigates to Homepage.","ctaLinkApp":"/","ctaLinkWeb":"/","imagePathDesktop":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imagePathMobile":"/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png","imageHeightDesktop":"100%","imageHeightMobile":"100%"},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"search-feature-1":{"content":{"slotContentId":8,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"SearchSquare","selectedTab":"WOMENS"},"squareState":{"props":{"aiSearchEnabled":false},"isErrorSquare":false,"status":"Initialized"}},"children":{"global-search-women-2":{"content":{"slotContentId":9,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"92c0e654-ff3a-4ccd-9d18-6a8adfd836a7","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"cta9WebRefTag":"SB_SEO_LM","cta7AppRefTag":"SB_SEO_LM","cta10Copy":"Shorts","linkSelect":"CTA12","cta5Copy":"FARM Rio","cta4Link":"/bop/br/v=1/75747.htm","cta7RefTag":"SB_SearchPanel_LM_sea","cta1AppRefTag":"SB_SEO_LM","cta6Link":"/veronica-beard/br/v=1/14097.htm","cta3LinkBehavior":"CURRENT","cta3WebRefTag":"SB_SEO_LM","cta11Link":"/jewelry-accessories-sunglasses-eyewear/br/v=1/13558.htm","cta11AppRefTag":"SB_SEO_LM","cta2LinkBehavior":"CURRENT","cta1RefTag":"SB_SearchPanel_LM_Reformation","cta1LinkBehavior":"CURRENT","headline":"Shoppers Are Currently Searching For...","cta3Copy":"STAUD","cta4RefTag":"SB_SearchPanel_LM_lebop","cta13AppLink":null,"cta8Link":"/mother/br/v=1/10959.htm","cta2Link":"/agolde/br/v=1/22839.htm","cta15AppLink":null,"cta14WebRefTag":"SB_SEO_LM","cta12AppRefTag":"SB_SEO_LM","bodyText":null,"cta1Copy":"Reformation","legoLocalizedProperties":[],"cta13WebRefTag":"SB_SEO_LM","cta10RefTag":"SB_SearchPanel_LM_shorts","cta15Copy":"Lorem Ipsum","cta10LinkBehavior":"CURRENT","cta9Copy":"White Dresses","cta14Link":null,"cta16Link":null,"cta16LinkBehavior":"CURRENT","cta6RefTag":"SB_SearchPanel_LM_veronicabeard","cta11AppLink":"shopbop://brw/categories/13558/products","cta16RefTag":"SB_SEO_LM","reusablePlaceholder":null,"cta1WebRefTag":"SB_SEO_LM","cta3AppLink":"shopbop://brw/categories/53407/products","cta16AppLink":null,"reusable":null,"cta7Copy":"Sea","cta15AppRefTag":"SB_SEO_LM","cta11WebRefTag":"SB_SEO_LM","cta9LinkBehavior":"CURRENT","cta7AppLink":"shopbop://brw/categories/4610/products","cta12AppLink":"shopbop://brw/categories/13317/products?f=MASweaterStyle-Cardigan","cta12Link":"/clothing-sweaters-knits/br/v=1/13317.htm?f=MASweaterStyle-Cardigan","cta15LinkBehavior":"CURRENT","cta15RefTag":"SB_SEO_LM","cta4LinkBehavior":"CURRENT","cta14LinkBehavior":"CURRENT","cta13LinkBehavior":"CURRENT","cta13Copy":"Lorem Ipsum","cta5LinkBehavior":"CURRENT","cta2AppRefTag":"SB_SEO_LM","cta12LinkBehavior":"CURRENT","cta11LinkBehavior":"CURRENT","cta8WebRefTag":"SB_SEO_LM","cta8LinkBehavior":"CURRENT","cta6LinkBehavior":"CURRENT","cta16WebRefTag":"SB_SEO_LM","cta10AppRefTag":"SB_SEO_LM","cta7LinkBehavior":"CURRENT","cta5Link":"/farm-rio/br/v=1/59669.htm","cta6WebRefTag":"SB_SEO_LM","cta10Link":"/clothing-shorts/br/v=1/13297.htm","cta4AppRefTag":"SB_SEO_LM","linkQuantity":12,"cta10WebRefTag":"SB_SEO_LM","cta11Copy":"Sunglasses","widgetClassName":"LinkModule","cta4Copy":"LE BOP","cta11RefTag":"SB_SearchPanel_LM_sunglasses","cta3Link":"/staud/br/v=1/53407.htm","cta14RefTag":"SB_SEO_LM","cta14AppRefTag":"SB_SEO_LM","cta7Link":"/sea/br/v=1/4610.htm","cta4AppLink":"shopbop://brw/categories/75747/products","cta9AppRefTag":"SB_SEO_LM","cta2Copy":"AGOLDE","enableText":true,"cta5AppRefTag":"SB_SEO_LM","cta2AppLink":"shopbop://brw/categories/22839/products","cta6AppLink":"shopbop://brw/categories/14097/products","cta8AppLink":"shopbop://brw/categories/10959/products","textColor":"#000000","cta1Link":"/reformation/br/v=1/9940.htm","cta13AppRefTag":"SB_SEO_LM","cta8RefTag":"SB_SearchPanel_LM_mother","cta5RefTag":"SB_SearchPanel_LM_farmrio","cta9Link":"/clothing-dresses/br/v=1/13351.htm?f=colors-White","cta5WebRefTag":"SB_SEO_LM","cta13RefTag":"SB_SEO_LM","cta2RefTag":"SB_SearchPanel_LM_AGOLDE","cta16AppRefTag":"SB_SEO_LM","cta16Copy":"Lorem Ipsum","cta10AppLink":"shopbop://brw/categories/13297/products","cta4WebRefTag":"SB_SEO_LM","cta8AppRefTag":"SB_SEO_LM","cta6AppRefTag":"SB_SEO_LM","cta8Copy":"MOTHER","cta15WebRefTag":"SB_SEO_LM","id":"5d07b338-8bfe-49ea-9069-3577cde49262","cta15Link":null,"cta9RefTag":"SB_SearchPanel_LM_WhiteDresses","cta3AppRefTag":"SB_SEO_LM","cta12WebRefTag":"SB_SEO_LM","cta3RefTag":"SB_SearchPanel_LM_staud","cta12RefTag":"SB_SearchPanel_LM_cardigans","cta12Copy":"Cardigans","cta14AppLink":null,"cta1AppLink":"shopbop://brw/categories/9940/products","cta9AppLink":"shopbop://brw/categories/13351/products?f=colors-White","cta7WebRefTag":"SB_SEO_LM","cta5AppLink":"shopbop://brw/categories/59669/products","cta6Copy":"Veronica Beard","cta2WebRefTag":"SB_SEO_LM","cta14Copy":"Lorem Ipsum","backgroundColor":"#F8F7F7","cta13Link":null}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"28b33ebd-e574-445a-8178-9bf3e2cde5b4"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"200f2b37-b098-4851-963e-b3564b01c21d"},"squareState":{"status":"Uninitialized"}},"children":{}}},"global-search-men-4":{"content":{"slotContentId":10,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"3a898c10-21a6-40ff-b952-677cd50cfba2","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SM_SearchPanel_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#FFFFFF","pageSize":"5","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"0be29d7b-871a-4fce-ba49-e21f08e4ccda","ctaLink":null,"refTagWeb":"SM_SearchPanel_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"search-panel-1","reusable":null,"fallbackRefTagApp":"SM_SearchPanel_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SM_SearchPanel_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"e76de0d5-785a-4144-85f1-43dd3633a95b"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"a3c70f14-b293-46a4-9ab2-d97a9a588182"},"squareState":{"status":"Uninitialized"}},"children":{}}},"global-search-women-4":{"content":{"slotContentId":11,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"cb700806-b154-4023-8cf2-96ed5bb40c3e","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"ep13n","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_SearchPanel_P2_P13N_RecentlyViewed","fullWidthBackgroundColor":"#FFFFFF","pageSize":"5","appCtaLink":null,"backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","fallbackHeaderText":"Recent Best Sellers","reusablePlaceholder":null,"categoryId":null,"paddingBottom":"0px","headerText":"Your Recently Viewed Styles","id":"af22bff2-37b2-4a67-9309-ef74d8c5b80f","ctaLink":null,"refTagWeb":"SB_SearchPanel_P2_P13N_RecentlyViewed","introText":"Take Another Look","ep13nSlot":"search-panel-1","reusable":null,"fallbackRefTagApp":"SB_SearchPanel_P2_P13N_BestSellers","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","fallbackIntroText":"Don’t Miss Our","headerTextColor":"#000000","fallbackRefTagWeb":"SB_SearchPanel_P2_P13N_BestSellers","backgroundType":"color","linkBehavior":"currentTab","linkText":null,"carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"id":"51ca1080-987c-48bf-9d50-ea05b3f8dca7"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"metadataWidgets":[],"id":"1e835044-8f86-4358-9723-8a06755fab6f"},"squareState":{"status":"Uninitialized"}},"children":{}}},"global-search-men-2":{"content":{"slotContentId":12,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"684a7d69-8a40-453c-9a3c-e88edcbe6e6e","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"widthTablet":12,"reusable":null,"widthMobileportrait":12,"widgets":[{"backgroundColor":"#F8F7F7","bodyText":null,"cta10AppLink":"shopbop://brw/categories/51561/products","cta10AppRefTag":"SB_SEO_LM","cta10Copy":"Swim","cta10Link":"/men-clothing-swimsuits/br/v=1/51561.htm","cta10LinkBehavior":"CURRENT","cta10RefTag":"SB_SearchPanel_LM_swim_MENS","cta10WebRefTag":"SB_SEO_LM","cta11AppLink":"shopbop://brw/categories/19186/products","cta11AppRefTag":"SB_SEO_LM","cta11Copy":"Shoes","cta11Link":"/men-shoes/br/v=1/19186.htm","cta11LinkBehavior":"CURRENT","cta11RefTag":"SB_SearchPanel_LM_shoes_MENS","cta11WebRefTag":"SB_SEO_LM","cta12AppLink":"shopbop://brw/categories/19212/products","cta12AppRefTag":"SB_SEO_LM","cta12Copy":"Shorts","cta12Link":"/men-clothing-shorts/br/v=1/19212.htm","cta12LinkBehavior":"CURRENT","cta12RefTag":"SB_SearchPanel_LM_shorts_MENS","cta12WebRefTag":"SB_SEO_LM","cta13AppLink":null,"cta13AppRefTag":"SB_SEO_LM","cta13Copy":"Lorem Ipsum","cta13Link":null,"cta13LinkBehavior":"CURRENT","cta13RefTag":"SB_SEO_LM","cta13WebRefTag":"SB_SEO_LM","cta14AppLink":null,"cta14AppRefTag":"SB_SEO_LM","cta14Copy":"Lorem Ipsum","cta14Link":null,"cta14LinkBehavior":"CURRENT","cta14RefTag":"SB_SEO_LM","cta14WebRefTag":"SB_SEO_LM","cta15AppLink":null,"cta15AppRefTag":"SB_SEO_LM","cta15Copy":"Lorem Ipsum","cta15Link":null,"cta15LinkBehavior":"CURRENT","cta15RefTag":"SB_SEO_LM","cta15WebRefTag":"SB_SEO_LM","cta16AppLink":null,"cta16AppRefTag":"SB_SEO_LM","cta16Copy":"Lorem Ipsum","cta16Link":null,"cta16LinkBehavior":"CURRENT","cta16RefTag":"SB_SEO_LM","cta16WebRefTag":"SB_SEO_LM","cta1AppLink":"shopbop://brw/categories/56308/products","cta1AppRefTag":"SB_SEO_LM","cta1Copy":"Polo Ralph Lauren","cta1Link":"/men-brands-polo-ralph-lauren/br/v=1/56308.htm","cta1LinkBehavior":"CURRENT","cta1RefTag":"SB_SearchPanel_LM_poloralphlauren_MENS","cta1WebRefTag":"SB_SEO_LM","cta2AppLink":"shopbop://brw/categories/63846/products","cta2AppRefTag":"SB_SEO_LM","cta2Copy":"On","cta2Link":"/men-brands/br/v=1/63846.htm","cta2LinkBehavior":"CURRENT","cta2RefTag":"SB_SearchPanel_LM_on_MENS","cta2WebRefTag":"SB_SEO_LM","cta3AppLink":"shopbop://brw/categories/77062/products","cta3AppRefTag":"SB_SEO_LM","cta3Copy":"Malbon","cta3Link":"/malbon-golf/br/v=1/77062.htm","cta3LinkBehavior":"CURRENT","cta3RefTag":"SB_SearchPanel_LM_Malbon_MENS","cta3WebRefTag":"SB_SEO_LM","cta4AppLink":"shopbop://brw/categories/76546/products","cta4AppRefTag":"SB_SEO_LM","cta4Copy":"Nike","cta4Link":"/nike/br/v=1/76546.htm","cta4LinkBehavior":"CURRENT","cta4RefTag":"SB_SearchPanel_LM_nike_MENS","cta4WebRefTag":"SB_SEO_LM","cta5AppLink":"shopbop://brw/categories/29007/products","cta5AppRefTag":"SB_SEO_LM","cta5Copy":"Birkenstock","cta5Link":"/men-brands-birkenstock/br/v=1/29007.htm","cta5LinkBehavior":"CURRENT","cta5RefTag":"SB_SearchPanel_LM_birkenstock_MENS","cta5WebRefTag":"SB_SEO_LM","cta6AppLink":"shopbop://brw/categories/76001/products","cta6AppRefTag":"SB_SEO_LM","cta6Copy":"Salomon","cta6Link":"/salomon/br/v=1/76001.htm","cta6LinkBehavior":"CURRENT","cta6RefTag":"SB_SearchPanel_LM_salomon_MENS","cta6WebRefTag":"SB_SEO_LM","cta7AppLink":"shopbop://brw/categories/60928/products","cta7AppRefTag":"SB_SEO_LM","cta7Copy":"New Balance","cta7Link":"/men-brands-new-balance/br/v=1/60928.htm","cta7LinkBehavior":"CURRENT","cta7RefTag":"SB_SearchPanel_LM_newbalance_MENS","cta7WebRefTag":"SB_SEO_LM","cta8AppLink":"shopbop://brw/categories/60318/products","cta8AppRefTag":"SB_SEO_LM","cta8Copy":"adidas","cta8Link":"/men-brands-adidas/br/v=1/60318.htm","cta8LinkBehavior":"CURRENT","cta8RefTag":"SB_SearchPanel_LM_adidas_MENS","cta8WebRefTag":"SB_SEO_LM","cta9AppLink":"shopbop://brw/categories/73925/products","cta9AppRefTag":"SB_SEO_LM","cta9Copy":"Golf","cta9Link":"/men-shops-golf-shop/br/v=1/73925.htm","cta9LinkBehavior":"CURRENT","cta9RefTag":"SB_SearchPanel_LM_golfshop_MENS","cta9WebRefTag":"SB_SEO_LM","enableText":true,"headline":"Shoppers Are Currently Searching For...","id":"3eb08584-c902-4fb7-bb0c-ce0d17def764","legoLocalizedProperties":[],"linkQuantity":12,"linkSelect":"CTA6","reusable":null,"reusablePlaceholder":null,"textColor":"#000000","widgetClassName":"LinkModule"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"74593fcc-65fe-4b7e-b249-00b8cc8dcc6f"}],"isContainerBackgroundImageEnabled":false,"widthDesktop":12,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"70dae223-9b25-475b-99a4-fc6a8bcefde7"},"squareState":{"status":"Uninitialized"}},"children":{}}}}}},"cart-count-1":{"content":{"slotContentId":24,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":["af","cf"]},"clientSideRender":false,"squareConfig":{"widgetClassName":"CartCount"},"squareState":{"props":{},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"cart-count-2":{"content":{"slotContentId":25,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":["af","cf"]},"clientSideRender":false,"squareConfig":{"widgetClassName":"CartCount"},"squareState":{"props":{},"isErrorSquare":false,"status":"Initialized"}},"children":{}}}}}},"homepage-content-slot-4":{"content":{"slotContentId":13,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"910cadb5-ffb1-4db7-b7f1-b50c439de599","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"id":"17c08ffc-b083-4ca6-af94-8ab5e902452e","widthDesktop":12}],"id":"cb3df7e1-d0d9-4a15-9b04-721d5352093b","widthDesktop":12},"squareState":{"props":{"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"id":"17c08ffc-b083-4ca6-af94-8ab5e902452e","widthDesktop":12}]},"isErrorSquare":false,"status":"Initialized"}},"children":{"17c08ffc-b083-4ca6-af94-8ab5e902452e":{"content":{"slotContentId":26,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"910cadb5-ffb1-4db7-b7f1-b50c439de599","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}],"id":"17c08ffc-b083-4ca6-af94-8ab5e902452e","widthDesktop":12},"squareState":{"props":{"widgets":[{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"}]},"isErrorSquare":false,"status":"Initialized"}},"children":{"5708f025-67e2-4822-ae66-089393f5cc51":{"content":{"slotContentId":29,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"910cadb5-ffb1-4db7-b7f1-b50c439de599","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"productStrategy":"category","enableColorSwatches":false,"refTagApp":"SB_HP_P2_CATx_whatsNew","fullWidthBackgroundColor":"#FFFFFF","pageSize":"7","appCtaLink":"shopbop://brw/categories/13198/products","backgroundImagePath":null,"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"13198","headerText":"What's New","id":"5708f025-67e2-4822-ae66-089393f5cc51","ctaLink":"/whats-new/br/v=1/13198.htm","refTagWeb":"SB_HP_P2_CATx_whatsNew","introText":"See the Latest","reusable":null,"ep13nSlot":"gateway-0","removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","enableText":true,"categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#FFFFFF","linkTextColor":"#EE4A1B"},"squareState":{"props":{"dehydratedState":{"mutations":[],"queries":[{"state":{"data":{"products":[{"productSin":"1562379392","productCode":"CAROK30245","shortDescription":"Taiel Caftan","designerName":"Carolina K","designerCode":"CAROK","designerFolderId":"18095","retailPrice":{"price":"€505.76","usdPrice":585},"highPrice":{"price":"€505.76","onSale":false,"salePercentage":0},"lowPrice":{"price":"€505.76","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2017352804","colorCode":"28FF4","name":"Sea Elements","colorPrice":{"price":"€505.76","onSale":false,"finalSale":false},"images":[{"id":"11883810","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11883807","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746314_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11883801","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746281_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11883813","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746624_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11883814","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746508_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11883812","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746531_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11883810","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746327_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11883807","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746314_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11883801","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746281_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11883813","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746624_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11883814","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746508_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11883812","src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746531_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/carok/carok3024528ff4/carok3024528ff4_1781195746137_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2503354781","2545865160","2550534387","2599982361","2587824986","2545249201"],"skuCodes":["CAROK3024528FF4199","CAROK3024528FF4112","CAROK3024528FF4114","CAROK3024528FF4115","CAROK3024528FF4116","CAROK3024528FF4117"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2017352804","sizes":[{"name":"XXS","sizeSins":["2503354781"],"sizeCodes":["199"],"archivedSizeSins":[]},{"name":"XS","sizeSins":["2545865160"],"sizeCodes":["112"],"archivedSizeSins":[]},{"name":"S","sizeSins":["2550534387"],"sizeCodes":["114"],"archivedSizeSins":[]},{"name":"M","sizeSins":["2599982361"],"sizeCodes":["115"],"archivedSizeSins":[]},{"name":"L","sizeSins":["2587824986"],"sizeCodes":["116"],"archivedSizeSins":[]},{"name":"XL","sizeSins":["2545249201"],"sizeCodes":["117"],"archivedSizeSins":[]}],"productDetailUrl":"/taiel-kaftan-carolina-k/vp/v=1/1562379392.htm","designerUrl":"/carolina/br/v=1/18095.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"Lettered XS-XL","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"UNKNOWN","productType":"Swim","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1523354440","productCode":"IMARA31121","shortDescription":"Douna Blouse","designerName":"Isabel Marant Étoile","designerCode":"IMARA","designerFolderId":"57794","retailPrice":{"price":"€367.43","usdPrice":425},"highPrice":{"price":"€367.43","onSale":false,"salePercentage":0},"lowPrice":{"price":"€367.43","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2020179747","colorCode":"1A3D7","name":"Sage","colorPrice":{"price":"€367.43","onSale":false,"finalSale":false},"images":[{"id":"11881247","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11881240","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121663_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11881245","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121823_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11881242","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121737_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11881246","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121884_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11881238","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118120575_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11881247","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121857_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11881240","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121663_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11881245","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121823_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11881242","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121737_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11881246","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118121884_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11881238","src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118120575_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/imara/imara311211a3d7/imara311211a3d7_1781118120506_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2571932846","2501851083","2549141954","2593032708","2598003297","2509942394"],"skuCodes":["IMARA311211A3D7217","IMARA311211A3D7186","IMARA311211A3D7187","IMARA311211A3D7189","IMARA311211A3D7204","IMARA311211A3D7209"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2020179747","sizes":[{"name":"34","sizeSins":["2571932846"],"sizeCodes":["217"],"archivedSizeSins":[]},{"name":"36","sizeSins":["2501851083"],"sizeCodes":["186"],"archivedSizeSins":[]},{"name":"38","sizeSins":["2549141954"],"sizeCodes":["187"],"archivedSizeSins":[]},{"name":"40","sizeSins":["2593032708"],"sizeCodes":["189"],"archivedSizeSins":[]},{"name":"42","sizeSins":["2598003297"],"sizeCodes":["204"],"archivedSizeSins":[]},{"name":"44","sizeSins":["2509942394"],"sizeCodes":["209"],"archivedSizeSins":[]}],"productDetailUrl":"/douna-isabel-marant-toile/vp/v=1/1523354440.htm","designerUrl":"/isabel-marant-etoile/br/v=1/57794.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"FR","sizeScaleLocaleLabel":"FR","sizeScale":"French Numbered 30 - 48","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Tops","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1561147064","productCode":"IMARA31129","shortDescription":"Daneen Skirt","designerName":"Isabel Marant Étoile","designerCode":"IMARA","designerFolderId":"57794","retailPrice":{"price":"€389.04","usdPrice":450},"highPrice":{"price":"€389.04","onSale":false,"salePercentage":0},"lowPrice":{"price":"€389.04","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2032810606","colorCode":"1A3D7","name":"Sage","colorPrice":{"price":"€389.04","onSale":false,"finalSale":false},"images":[{"id":"11881233","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11881231","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119384_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11881232","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119391_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11881222","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118118295_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11881234","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119603_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11881224","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119048_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11881233","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119535_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11881231","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119384_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11881232","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119391_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11881222","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118118295_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11881234","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119603_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11881224","src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119048_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/imara/imara311291a3d7/imara311291a3d7_1781118119119_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2507289970","2583442274","2569678611","2542573039","2551190608","2540351838"],"skuCodes":["IMARA311291A3D7217","IMARA311291A3D7186","IMARA311291A3D7187","IMARA311291A3D7189","IMARA311291A3D7204","IMARA311291A3D7209"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2032810606","sizes":[{"name":"34","sizeSins":["2507289970"],"sizeCodes":["217"],"archivedSizeSins":[]},{"name":"36","sizeSins":["2583442274"],"sizeCodes":["186"],"archivedSizeSins":[]},{"name":"38","sizeSins":["2569678611"],"sizeCodes":["187"],"archivedSizeSins":[]},{"name":"40","sizeSins":["2542573039"],"sizeCodes":["189"],"archivedSizeSins":[]},{"name":"42","sizeSins":["2551190608"],"sizeCodes":["204"],"archivedSizeSins":[]},{"name":"44","sizeSins":["2540351838"],"sizeCodes":["209"],"archivedSizeSins":[]}],"productDetailUrl":"/daneen-isabel-marant-toile/vp/v=1/1561147064.htm","designerUrl":"/isabel-marant-etoile/br/v=1/57794.htm","inStock":true,"stretchAmount":"NON_STRETCH","displayStretchAmount":"Non-Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":0},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":-1}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"FR","sizeScaleLocaleLabel":"FR","sizeScale":"French Numbered 30 - 48","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Bottoms","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1516594488","productCode":"JONDB32080","shortDescription":"Hazel Leather Thong Wedges","designerName":"SIMKHAI","designerCode":"JONDB","designerFolderId":"38847","retailPrice":{"price":"€427.95","usdPrice":495},"highPrice":{"price":"€427.95","onSale":false,"salePercentage":0},"lowPrice":{"price":"€427.95","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2056902625","colorCode":"10401","name":"Saddle","colorPrice":{"price":"€427.95","onSale":false,"finalSale":false},"images":[{"id":"11883535","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11883536","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990977_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"SIDE"},{"id":"11883526","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192988941_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11883530","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192988944_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"FRONT"},{"id":"11883527","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192989004_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"DETAIL"}],"imagesWithMetadata":[{"id":"11883535","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990584_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11883536","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990977_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"SIDE"},{"id":"11883526","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192988941_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11883530","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192988944_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"FRONT"},{"id":"11883527","src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192989004_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"DETAIL"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/jondb/jondb3208010401/jondb3208010401_1781192990485_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2507087803","2555416502","2523264276","2523740959","2505542670","2595967410","2587212523"],"skuCodes":["JONDB3208010401167","JONDB3208010401186","JONDB3208010401168","JONDB3208010401187","JONDB3208010401154","JONDB3208010401189","JONDB3208010401188"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2056902625","sizes":[{"name":"35","sizeSins":["2507087803"],"sizeCodes":["167"],"archivedSizeSins":[]},{"name":"36","sizeSins":["2555416502"],"sizeCodes":["186"],"archivedSizeSins":[]},{"name":"37","sizeSins":["2523264276"],"sizeCodes":["168"],"archivedSizeSins":[]},{"name":"38","sizeSins":["2523740959"],"sizeCodes":["187"],"archivedSizeSins":[]},{"name":"39","sizeSins":["2505542670"],"sizeCodes":["154"],"archivedSizeSins":[]},{"name":"40","sizeSins":["2595967410"],"sizeCodes":["189"],"archivedSizeSins":[]},{"name":"41","sizeSins":["2587212523"],"sizeCodes":["188"],"archivedSizeSins":[]}],"productDetailUrl":"/hazel-leather-thong-wedge-simkhai/vp/v=1/1516594488.htm","designerUrl":"/jonathan-simkhai/br/v=1/38847.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":-1}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"EUROPEAN","sizeScaleLocaleLabel":"EU","sizeScale":"Fwtr Euro Whole Only","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"FOOTWEAR","productType":"Footwear","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1532678009","productCode":"STAUD33265","shortDescription":"Dasha Maxi Dress","designerName":"STAUD","designerCode":"STAUD","designerFolderId":"53407","retailPrice":{"price":"€514.40","usdPrice":595},"highPrice":{"price":"€514.40","onSale":false,"salePercentage":0},"lowPrice":{"price":"€514.40","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2036179658","colorCode":"32780","name":"Clarity","colorPrice":{"price":"€514.40","onSale":false,"finalSale":false},"images":[{"id":"11880290","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"SIDE"},{"id":"11880294","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232357_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"FRONT"},{"id":"11880298","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110233050_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"BACK"},{"id":"11880297","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232638_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11880295","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232501_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11880293","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232337_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11880290","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232296_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"SIDE"},{"id":"11880294","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232357_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"FRONT"},{"id":"11880298","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110233050_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"BACK"},{"id":"11880297","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232638_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11880295","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232501_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11880293","src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232337_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/staud/staud3326532780/staud3326532780_1781110232355_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2593020234","2541833797","2536205234","2566002437","2596518511","2538376277"],"skuCodes":["STAUD3326532780199","STAUD3326532780112","STAUD3326532780114","STAUD3326532780115","STAUD3326532780116","STAUD3326532780117"],"statusCode":"ACTIVE","archivedSizeSins":["2593020234"]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2036179658","sizes":[{"name":"XXS","sizeSins":["2593020234"],"sizeCodes":["199"],"archivedSizeSins":["2593020234"]},{"name":"XS","sizeSins":["2541833797"],"sizeCodes":["112"],"archivedSizeSins":[]},{"name":"S","sizeSins":["2536205234"],"sizeCodes":["114"],"archivedSizeSins":[]},{"name":"M","sizeSins":["2566002437"],"sizeCodes":["115"],"archivedSizeSins":[]},{"name":"L","sizeSins":["2596518511"],"sizeCodes":["116"],"archivedSizeSins":[]},{"name":"XL","sizeSins":["2538376277"],"sizeCodes":["117"],"archivedSizeSins":[]}],"productDetailUrl":"/dasha-dress-staud/vp/v=1/1532678009.htm","designerUrl":"/staud/br/v=1/53407.htm","inStock":true,"stretchAmount":"NON_STRETCH","displayStretchAmount":"Non-Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":0},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricstretch_stretch._CB1722892462_.png","label":"Non stretch","sliderPosition":0,"sliderSize":4,"priority":1},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricweight_lightweight._CB1722892462_.png","label":"Lightweight fabric","sliderPosition":-1,"sliderSize":-1,"priority":2},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_lining_lined_partiallylined._CB1722892462_.png","label":"Lined","sliderPosition":-1,"sliderSize":-1,"priority":3}],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"Lettered XS-XL","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Dresses","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":true},{"productSin":"1557200437","productCode":"VBEAR33285","shortDescription":"Sawyer Blouse","designerName":"Veronica Beard","designerCode":"VBEAR","designerFolderId":"14097","retailPrice":{"price":"€344.09","usdPrice":398},"highPrice":{"price":"€344.09","onSale":false,"salePercentage":0},"lowPrice":{"price":"€344.09","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2077751000","colorCode":"1C925","name":"White","colorPrice":{"price":"€344.09","onSale":false,"finalSale":false},"images":[{"id":"11882006","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11882005","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716576_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11882011","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716632_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11882002","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716539_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11882008","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716657_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11882007","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716763_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11882006","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716707_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11882005","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716576_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11882011","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716632_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11882002","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716539_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11882008","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716657_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11882007","src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716763_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/vbear/vbear332851c925/vbear332851c925_1781124716440_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2554989418","2567939644","2585279242","2505813288","2567404668","2582805971","2533285106","2542556868"],"skuCodes":["VBEAR332851C925118","VBEAR332851C925120","VBEAR332851C925122","VBEAR332851C925124","VBEAR332851C925169","VBEAR332851C925171","VBEAR332851C925210","VBEAR332851C925211"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2077751000","sizes":[{"name":"0","sizeSins":["2554989418"],"sizeCodes":["118"],"archivedSizeSins":[]},{"name":"2","sizeSins":["2567939644"],"sizeCodes":["120"],"archivedSizeSins":[]},{"name":"4","sizeSins":["2585279242"],"sizeCodes":["122"],"archivedSizeSins":[]},{"name":"6","sizeSins":["2505813288"],"sizeCodes":["124"],"archivedSizeSins":[]},{"name":"8","sizeSins":["2567404668"],"sizeCodes":["169"],"archivedSizeSins":[]},{"name":"10","sizeSins":["2582805971"],"sizeCodes":["171"],"archivedSizeSins":[]},{"name":"12","sizeSins":["2533285106"],"sizeCodes":["210"],"archivedSizeSins":[]},{"name":"14","sizeSins":["2542556868"],"sizeCodes":["211"],"archivedSizeSins":[]}],"productDetailUrl":"/sawyer-blouse-veronica-beard/vp/v=1/1557200437.htm","designerUrl":"/veronica-beard/br/v=1/14097.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"US Numbered 0-14","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Tops","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1537898922","productCode":"SEAAA22713","shortDescription":"Gardener Embellished Shorts","designerName":"Sea","designerCode":"SEAAA","designerFolderId":"4610","retailPrice":{"price":"€341.49","usdPrice":395},"highPrice":{"price":"€341.49","onSale":false,"salePercentage":0},"lowPrice":{"price":"€341.49","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2027842885","colorCode":"1C925","name":"White","colorPrice":{"price":"€341.49","onSale":false,"finalSale":false},"images":[{"id":"11880136","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":1,"scheme":"FRONT"},{"id":"11880143","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893365_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":2,"scheme":"BACK"},{"id":"11880133","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893257_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":3,"scheme":"SIDE"},{"id":"11880137","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893246_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":4,"scheme":"FULL"},{"id":"11880138","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893344_2-1.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":5,"scheme":"DETAIL"},{"id":"11880146","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893350_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11880136","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893299_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":1,"scheme":"FRONT"},{"id":"11880143","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893365_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":2,"scheme":"BACK"},{"id":"11880133","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893257_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":3,"scheme":"SIDE"},{"id":"11880137","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893246_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":4,"scheme":"FULL"},{"id":"11880138","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893344_2-1.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":5,"scheme":"DETAIL"},{"id":"11880146","src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893350_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5039","modelFirstName":"Rocio","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/seaaa/seaaa227131c925/seaaa227131c925_1781107893086_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2586550140","2540607786","2563204257","2582139105","2556064578","2531768589"],"skuCodes":["SEAAA227131C925199","SEAAA227131C925112","SEAAA227131C925114","SEAAA227131C925115","SEAAA227131C925116","SEAAA227131C925117"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2027842885","sizes":[{"name":"XXS","sizeSins":["2586550140"],"sizeCodes":["199"],"archivedSizeSins":[]},{"name":"XS","sizeSins":["2540607786"],"sizeCodes":["112"],"archivedSizeSins":[]},{"name":"S","sizeSins":["2563204257"],"sizeCodes":["114"],"archivedSizeSins":[]},{"name":"M","sizeSins":["2582139105"],"sizeCodes":["115"],"archivedSizeSins":[]},{"name":"L","sizeSins":["2556064578"],"sizeCodes":["116"],"archivedSizeSins":[]},{"name":"XL","sizeSins":["2531768589"],"sizeCodes":["117"],"archivedSizeSins":[]}],"productDetailUrl":"/gardener-emb-shorts-sea/vp/v=1/1537898922.htm","designerUrl":"/sea/br/v=1/4610.htm","inStock":true,"stretchAmount":"NON_STRETCH","displayStretchAmount":"Non-Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":0},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":-1}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"Lettered XS-XL","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Bottoms","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1594043668","productCode":"KVARG30239","shortDescription":"Harpa Top","designerName":"Kika Vargas","designerCode":"KVARG","designerFolderId":"64174","retailPrice":{"price":"€427.95","usdPrice":495},"highPrice":{"price":"€427.95","onSale":false,"salePercentage":0},"lowPrice":{"price":"€427.95","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2021522160","colorCode":"27489","name":"Pastel","colorPrice":{"price":"€427.95","onSale":false,"finalSale":false},"images":[{"id":"11883757","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11883766","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195588405_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11883754","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586717_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11883759","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586814_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11883765","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195588361_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11883758","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586873_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11883757","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586867_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11883766","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195588405_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11883754","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586717_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11883759","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586814_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11883765","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195588361_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11883758","src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195586873_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/kvarg/kvarg3023927489/kvarg3023927489_1781195588167_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2501892189","2553089427","2548354696","2503721922","2564195140","2501141934"],"skuCodes":["KVARG3023927489118","KVARG3023927489120","KVARG3023927489122","KVARG3023927489124","KVARG3023927489169","KVARG3023927489171"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2021522160","sizes":[{"name":"0","sizeSins":["2501892189"],"sizeCodes":["118"],"archivedSizeSins":[]},{"name":"2","sizeSins":["2553089427"],"sizeCodes":["120"],"archivedSizeSins":[]},{"name":"4","sizeSins":["2548354696"],"sizeCodes":["122"],"archivedSizeSins":[]},{"name":"6","sizeSins":["2503721922"],"sizeCodes":["124"],"archivedSizeSins":[]},{"name":"8","sizeSins":["2564195140"],"sizeCodes":["169"],"archivedSizeSins":[]},{"name":"10","sizeSins":["2501141934"],"sizeCodes":["171"],"archivedSizeSins":[]}],"productDetailUrl":"/harpa-top-kika-vargas/vp/v=1/1594043668.htm","designerUrl":"/kika-vargas/br/v=1/64174.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"US Numbered 0-14","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Tops","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1517942892","productCode":"PDENI42224","shortDescription":"Sofia Braided Patch Pocket Jeans","designerName":"PAIGE","designerCode":"PDENI","designerFolderId":"3041","retailPrice":{"price":"€249.85","usdPrice":289},"highPrice":{"price":"€249.85","onSale":false,"salePercentage":0},"lowPrice":{"price":"€249.85","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2020151258","colorCode":"28CF6","name":"Montebello","colorPrice":{"price":"€249.85","onSale":false,"finalSale":false},"images":[{"id":"11884888","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":1,"scheme":"FRONT"},{"id":"11881375","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120416011_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"BACK"},{"id":"11881370","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415736_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":3,"scheme":"SIDE"},{"id":"11881372","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415823_2-1.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":4,"scheme":"FULL"},{"id":"11881374","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415868_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":5,"scheme":"DETAIL"},{"id":"11881379","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120416874_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11884888","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781210063053_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":1,"scheme":"FRONT"},{"id":"11881375","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120416011_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"BACK"},{"id":"11881370","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415736_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":3,"scheme":"SIDE"},{"id":"11881372","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415823_2-1.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":4,"scheme":"FULL"},{"id":"11881374","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120415868_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":5,"scheme":"DETAIL"},{"id":"11881379","src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120416874_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/pdeni/pdeni4222428cf6/pdeni4222428cf6_1781120416786_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2591585758","2521924845","2500874183","2532651266","2591570983","2501042983","2524311143","2593702503","2507534374","2577459867","2534681225","2592443949"],"skuCodes":["PDENI4222428CF6101","PDENI4222428CF6102","PDENI4222428CF6103","PDENI4222428CF6104","PDENI4222428CF6105","PDENI4222428CF6106","PDENI4222428CF6107","PDENI4222428CF6108","PDENI4222428CF6109","PDENI4222428CF6110","PDENI4222428CF6111","PDENI4222428CF6217"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2020151258","sizes":[{"name":"23","sizeSins":["2591585758"],"sizeCodes":["101"],"archivedSizeSins":[]},{"name":"24","sizeSins":["2521924845"],"sizeCodes":["102"],"archivedSizeSins":[]},{"name":"25","sizeSins":["2500874183"],"sizeCodes":["103"],"archivedSizeSins":[]},{"name":"26","sizeSins":["2532651266"],"sizeCodes":["104"],"archivedSizeSins":[]},{"name":"27","sizeSins":["2591570983"],"sizeCodes":["105"],"archivedSizeSins":[]},{"name":"28","sizeSins":["2501042983"],"sizeCodes":["106"],"archivedSizeSins":[]},{"name":"29","sizeSins":["2524311143"],"sizeCodes":["107"],"archivedSizeSins":[]},{"name":"30","sizeSins":["2593702503"],"sizeCodes":["108"],"archivedSizeSins":[]},{"name":"31","sizeSins":["2507534374"],"sizeCodes":["109"],"archivedSizeSins":[]},{"name":"32","sizeSins":["2577459867"],"sizeCodes":["110"],"archivedSizeSins":[]},{"name":"33","sizeSins":["2534681225"],"sizeCodes":["111"],"archivedSizeSins":[]},{"name":"34","sizeSins":["2592443949"],"sizeCodes":["217"],"archivedSizeSins":[]}],"productDetailUrl":"/sofia-braided-patch-pockets-outseam/vp/v=1/1517942892.htm","designerUrl":"/paige/br/v=1/3041.htm","inStock":true,"stretchAmount":"LOW_STRETCH","displayStretchAmount":"Low-Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":1}],"attributeIcons":[{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricstretch_stretch._CB1722892462_.png","label":"Low stretch","sliderPosition":1,"sliderSize":4,"priority":1},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_rise_highrise._CB1722892463_.png","label":"High rise","sliderPosition":2,"sliderSize":3,"priority":3}],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"Numbered 23-34","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Bottoms","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1527411242","productCode":"JORTI30636","shortDescription":"Rooted Gracetop Handle Bag","designerName":"Johanna Ortiz","designerCode":"JORTI","designerFolderId":"62148","retailPrice":{"price":"€994.22","usdPrice":1150},"highPrice":{"price":"€994.22","onSale":false,"salePercentage":0},"lowPrice":{"price":"€994.22","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2071004045","colorCode":"288AB","name":"Wine/Copper","colorPrice":{"price":"€994.22","onSale":false,"finalSale":false},"images":[{"id":"11816568","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11816567","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608774_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5114","modelFirstName":"Isabelle","slot":2,"scheme":"FRONT"},{"id":"11816565","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608758_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11816569","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608883_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"DETAIL"},{"id":"11816564","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608710_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"INTERIOR"}],"imagesWithMetadata":[{"id":"11816568","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608745_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11816567","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608774_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5114","modelFirstName":"Isabelle","slot":2,"scheme":"FRONT"},{"id":"11816565","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608758_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11816569","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608883_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"DETAIL"},{"id":"11816564","src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608710_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"INTERIOR"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/jorti/jorti30636288ab/jorti30636288ab_1778534608539_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2539186243"],"skuCodes":["JORTI30636288AB314"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2071004045","sizes":[{"name":"One Size","sizeSins":["2539186243"],"sizeCodes":["314"],"archivedSizeSins":[]}],"productDetailUrl":"/rooted-gracetop-handle-bag-johanna/vp/v=1/1527411242.htm","designerUrl":"/johanna-ortiz/br/v=1/62148.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":-1}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"One Size","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"UNKNOWN","productType":"Handbags","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1550120576","productCode":"VBEAR33272","shortDescription":"Vernon Dress","designerName":"Veronica Beard","designerCode":"VBEAR","designerFolderId":"14097","retailPrice":{"price":"€689.90","usdPrice":798},"highPrice":{"price":"€689.90","onSale":false,"salePercentage":0},"lowPrice":{"price":"€689.90","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2018910049","colorCode":"35640","name":"Blue Steel","colorPrice":{"price":"€689.90","onSale":false,"finalSale":false},"images":[{"id":"11882142","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11882136","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696511_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11882150","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696780_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11882137","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696564_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11882149","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696828_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"}],"imagesWithMetadata":[{"id":"11882142","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696621_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11882136","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696511_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11882150","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696780_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11882137","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696564_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11882149","src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696828_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/vbear/vbear3327235640/vbear3327235640_1781125696436_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2565079391","2578143929","2541298238","2534329160","2578308265","2516310600","2564439456","2598217501"],"skuCodes":["VBEAR3327235640118","VBEAR3327235640120","VBEAR3327235640122","VBEAR3327235640124","VBEAR3327235640169","VBEAR3327235640171","VBEAR3327235640210","VBEAR3327235640211"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2018910049","sizes":[{"name":"0","sizeSins":["2565079391"],"sizeCodes":["118"],"archivedSizeSins":[]},{"name":"2","sizeSins":["2578143929"],"sizeCodes":["120"],"archivedSizeSins":[]},{"name":"4","sizeSins":["2541298238"],"sizeCodes":["122"],"archivedSizeSins":[]},{"name":"6","sizeSins":["2534329160"],"sizeCodes":["124"],"archivedSizeSins":[]},{"name":"8","sizeSins":["2578308265"],"sizeCodes":["169"],"archivedSizeSins":[]},{"name":"10","sizeSins":["2516310600"],"sizeCodes":["171"],"archivedSizeSins":[]},{"name":"12","sizeSins":["2564439456"],"sizeCodes":["210"],"archivedSizeSins":[]},{"name":"14","sizeSins":["2598217501"],"sizeCodes":["211"],"archivedSizeSins":[]}],"productDetailUrl":"/vernon-dress-veronica-beard/vp/v=1/1550120576.htm","designerUrl":"/veronica-beard/br/v=1/14097.htm","inStock":true,"stretchAmount":"STRETCH","displayStretchAmount":"Medium Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":2},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricstretch_stretch._CB1722892462_.png","label":"Medium stretch","sliderPosition":2,"sliderSize":4,"priority":1},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricweight_lightweight._CB1722892462_.png","label":"Lightweight fabric","sliderPosition":-1,"sliderSize":-1,"priority":2},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_lining_unlined._CB1722892463_.png","label":"Unlined","sliderPosition":-1,"sliderSize":-1,"priority":3}],"gender":"WOMENS","sizeScaleLocale":"US","sizeScaleLocaleLabel":"US","sizeScale":"US Numbered 0-14","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Dresses","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":true},{"productSin":"1522617751","productCode":"AJEEE30431","shortDescription":"Liliana Denim Dress","designerName":"Aje","designerCode":"AJEEE","designerFolderId":"61816","retailPrice":{"price":"€457.34","usdPrice":529},"highPrice":{"price":"€457.34","onSale":false,"salePercentage":0},"lowPrice":{"price":"€457.34","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2043776522","colorCode":"1A530","name":"Ivory","colorPrice":{"price":"€457.34","onSale":false,"finalSale":false},"images":[{"id":"11883799","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11883789","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664410_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11883796","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664424_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11883790","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664432_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11883798","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664553_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11883785","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664281_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11883799","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664428_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":1,"scheme":"FRONT"},{"id":"11883789","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664410_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":2,"scheme":"BACK"},{"id":"11883796","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664424_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":3,"scheme":"SIDE"},{"id":"11883790","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664432_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":4,"scheme":"FULL"},{"id":"11883798","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664553_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":5,"scheme":"DETAIL"},{"id":"11883785","src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664281_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5065","modelFirstName":"Anna","slot":6,"scheme":"FRONT"}],"videos":[],"swatch":{"src":"/prod/products/ajeee/ajeee304311a530/ajeee304311a530_1781195664210_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2516836671","2532341228","2594201217","2562449505","2561646038","2506277545","2583552611"],"skuCodes":["AJEEE304311A530122","AJEEE304311A530124","AJEEE304311A530169","AJEEE304311A530171","AJEEE304311A530210","AJEEE304311A530211","AJEEE304311A530212"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2043776522","sizes":[{"name":"4","sizeSins":["2516836671"],"sizeCodes":["122"],"archivedSizeSins":[]},{"name":"6","sizeSins":["2532341228"],"sizeCodes":["124"],"archivedSizeSins":[]},{"name":"8","sizeSins":["2594201217"],"sizeCodes":["169"],"archivedSizeSins":[]},{"name":"10","sizeSins":["2562449505"],"sizeCodes":["171"],"archivedSizeSins":[]},{"name":"12","sizeSins":["2561646038"],"sizeCodes":["210"],"archivedSizeSins":[]},{"name":"14","sizeSins":["2506277545"],"sizeCodes":["211"],"archivedSizeSins":[]},{"name":"16","sizeSins":["2583552611"],"sizeCodes":["212"],"archivedSizeSins":[]}],"productDetailUrl":"/liliana-denim-midi-dress-aje/vp/v=1/1522617751.htm","designerUrl":"/aje/br/v=1/61816.htm","inStock":true,"stretchAmount":"NON_STRETCH","displayStretchAmount":"Non-Stretch","sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":0},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":2}],"attributeIcons":[{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricstretch_stretch._CB1722892462_.png","label":"Non stretch","sliderPosition":0,"sliderSize":4,"priority":1},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_fabricweight_midweight_heavyweight._CB1722892462_.png","label":"Heavyweight fabric","sliderPosition":-1,"sliderSize":-1,"priority":2},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_lining_unlined._CB1722892463_.png","label":"Unlined","sliderPosition":-1,"sliderSize":-1,"priority":3},{"imagePath":"https://m.media-amazon.com/images/G/01/Shopbop/media/images/icons/fiticons/sb_fit_icons_material_cotton._CB1722892463_.png","label":"Cotton","sliderPosition":-1,"sliderSize":-1,"priority":5}],"gender":"WOMENS","sizeScaleLocale":"AU","sizeScaleLocaleLabel":"AU","sizeScale":"AU Numbered 4-16","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Dresses","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":true},{"productSin":"1566376294","productCode":"STELA22383","shortDescription":"Sneakelyse 120 Eco Grainy Alter Mat Sandals","designerName":"Stella McCartney","designerCode":"STELA","designerFolderId":"10821","retailPrice":{"price":"€734.86","usdPrice":850},"highPrice":{"price":"€734.86","onSale":false,"salePercentage":0},"lowPrice":{"price":"€734.86","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2088528748","colorCode":"1A16F","name":"Blush","colorPrice":{"price":"€734.86","onSale":false,"finalSale":false},"images":[{"id":"11883477","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11883473","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429236_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"SIDE"},{"id":"11883476","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429371_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11883475","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429342_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"DETAIL"},{"id":"11883472","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429344_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"DETAIL"}],"imagesWithMetadata":[{"id":"11883477","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429406_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":1,"scheme":"FRONT"},{"id":"11883473","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429236_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5027","modelFirstName":"Alina","slot":2,"scheme":"SIDE"},{"id":"11883476","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429371_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":3,"scheme":"BACK"},{"id":"11883475","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429342_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":4,"scheme":"DETAIL"},{"id":"11883472","src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429344_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"UNKNOWN","figureType":"OFF_FIGURE","modelFirstName":"Accessories","slot":5,"scheme":"DETAIL"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/stela/stela223831a16f/stela223831a16f_1781192429042_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2573924413","2502712100","2569109131","2514784348","2539001177","2590459925","2576233735","2536247539","2554522757"],"skuCodes":["STELA223831A16F186","STELA223831A16F168","STELA223831A16F316","STELA223831A16F187","STELA223831A16F317","STELA223831A16F154","STELA223831A16F318","STELA223831A16F189","STELA223831A16F188"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2088528748","sizes":[{"name":"36","sizeSins":["2573924413"],"sizeCodes":["186"],"archivedSizeSins":[]},{"name":"37","sizeSins":["2502712100"],"sizeCodes":["168"],"archivedSizeSins":[]},{"name":"37.5","sizeSins":["2569109131"],"sizeCodes":["316"],"archivedSizeSins":[]},{"name":"38","sizeSins":["2514784348"],"sizeCodes":["187"],"archivedSizeSins":[]},{"name":"38.5","sizeSins":["2539001177"],"sizeCodes":["317"],"archivedSizeSins":[]},{"name":"39","sizeSins":["2590459925"],"sizeCodes":["154"],"archivedSizeSins":[]},{"name":"39.5","sizeSins":["2576233735"],"sizeCodes":["318"],"archivedSizeSins":[]},{"name":"40","sizeSins":["2536247539"],"sizeCodes":["189"],"archivedSizeSins":[]},{"name":"41","sizeSins":["2554522757"],"sizeCodes":["188"],"archivedSizeSins":[]}],"productDetailUrl":"/sneakelyse-sandal-buckles-120-eco/vp/v=1/1566376294.htm","designerUrl":"/stella-mccartney/br/v=1/10821.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":-1}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"EUROPEAN","sizeScaleLocaleLabel":"EU","sizeScale":"Fwtr Euro All","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"FOOTWEAR","productType":"Footwear","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false},{"productSin":"1506917668","productCode":"CESBE30321","shortDescription":"Bandana Scarf Tie Top","designerName":"Christopher Esber","designerCode":"CESBE","designerFolderId":"44026","retailPrice":{"price":"€514.40","usdPrice":595},"highPrice":{"price":"€514.40","onSale":false,"salePercentage":0},"lowPrice":{"price":"€514.40","onSale":false,"salePercentage":0},"giftWithPurchase":false,"giftBox":false,"giftCertificate":false,"reviews":{"count":0,"average":0},"colors":[{"colorSin":"2010730529","colorCode":"285D4","name":"Indigo Bandana Print","colorPrice":{"price":"€514.40","onSale":false,"finalSale":false},"images":[{"id":"11883651","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11883640","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861269_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11883641","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861303_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11883645","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861428_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11883650","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861587_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11883644","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861429_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imagesWithMetadata":[{"id":"11883651","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861534_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":1,"scheme":"FRONT"},{"id":"11883640","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861269_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":2,"scheme":"BACK"},{"id":"11883641","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861303_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":3,"scheme":"SIDE"},{"id":"11883645","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861428_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":4,"scheme":"FULL"},{"id":"11883650","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861587_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":5,"scheme":"DETAIL"},{"id":"11883644","src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861429_2-0.jpg","aspectRatio":"ALTERNATIVE","modelType":"STRAIGHT","figureType":"ON_FIGURE","modelId":"5061","modelFirstName":"Priyanka","slot":6,"scheme":"FRONT"}],"imageOverlayValue":"DESIGNER_BOUTIQUE","videos":[],"swatch":{"src":"/prod/products/cesbe/cesbe30321285d4/cesbe30321285d4_1781194861094_2-0.jpg","slot":9223372036854776000,"scheme":"SWATCH"},"inStock":true,"sizeSins":["2503335820","2548733349","2530086214","2574059271","2544280649"],"skuCodes":["CESBE30321285D4122","CESBE30321285D4124","CESBE30321285D4169","CESBE30321285D4171","CESBE30321285D4210"],"statusCode":"ACTIVE","archivedSizeSins":[]}],"beautySwatchColorsToPresent":[],"defaultColorSin":"2010730529","sizes":[{"name":"4","sizeSins":["2503335820"],"sizeCodes":["122"],"archivedSizeSins":[]},{"name":"6","sizeSins":["2548733349"],"sizeCodes":["124"],"archivedSizeSins":[]},{"name":"8","sizeSins":["2530086214"],"sizeCodes":["169"],"archivedSizeSins":[]},{"name":"10","sizeSins":["2574059271"],"sizeCodes":["171"],"archivedSizeSins":[]},{"name":"12","sizeSins":["2544280649"],"sizeCodes":["210"],"archivedSizeSins":[]}],"productDetailUrl":"/bandana-scarf-tie-top-christopher/vp/v=1/1506917668.htm","designerUrl":"/christopher-esber/br/v=1/44026.htm","inStock":true,"sliderScaleAttributes":[{"attributeDefinition":{"attributeName":"EA_ActivewearSupport","values":["Light Support","Medium Support","High Support"],"order":1,"displayTitle":"Support Level"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricStretch","values":["Non-Stretch","Low-Stretch","Stretch","Super-Stretch"],"order":3,"displayTitle":"Fabric Stretch"},"selectedIndex":-1},{"attributeDefinition":{"attributeName":"EA_FabricWeight","values":["Lightweight","Mid-weight","Heavyweight"],"order":4,"displayTitle":"Fabric Weight"},"selectedIndex":0}],"attributeIcons":[],"gender":"WOMENS","sizeScaleLocale":"AU","sizeScaleLocaleLabel":"AU","sizeScale":"AU Numbered 4-16","expertFitNotes":[],"returnsFitNotes":[],"returnsFitPercentages":[],"shippingRestriction":"NO_RESTRICTION","productCategory":"APPAREL","productType":"Tops","cleanBeauty":false,"statusCode":"ACTIVE","vtoEnabled":false}],"ctaLink":"/-/br/v=1/13198.htm","productStrategy":"category"},"dataUpdateCount":1,"dataUpdatedAt":1781336522766,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchMeta":null,"isFetching":false,"isInvalidated":false,"isPaused":false,"status":"success"},"queryKey":["personalizedRecs",{"productStrategy":"category","categoryId":"13198","categoryPath":null,"ep13nSlot":"gateway-0","department":"WOMENS","platform":"desktop","locale":"en-FI","authState":"anonymous","currency":"EUR","siteId":1000,"maxLimit":14,"minProducts":10}],"queryHash":"[\"personalizedRecs\",{\"authState\":\"anonymous\",\"categoryId\":\"13198\",\"categoryPath\":null,\"currency\":\"EUR\",\"department\":\"WOMENS\",\"ep13nSlot\":\"gateway-0\",\"locale\":\"en-FI\",\"maxLimit\":14,\"minProducts\":10,\"platform\":\"desktop\",\"productStrategy\":\"category\",\"siteId\":1000}]"},{"state":{"data":null,"dataUpdateCount":1,"dataUpdatedAt":1781336522747,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchMeta":null,"isFetching":false,"isInvalidated":false,"isPaused":false,"status":"success"},"queryKey":["hearts",false],"queryHash":"[\"hearts\",false]"}]}},"isErrorSquare":false,"status":"Initialized"}},"children":{}}}}}}}}},"email-widget-square-1":{"content":{"slotContentId":14,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"ShopbopEmailWidgetSquare","isEsuw":true},"squareState":{"props":{"isEsuw":true,"isInTreatment":false,"requestContext":{"locale":"en-FI","localeOfOrigin":"FI","ipCountry":"FI","preferredCountry":"FI","language":"en","currency":"EUR","cartId":null,"platform":"desktop","secure":true,"authState":"anonymous","site":"shopbop","department":"WOMENS","loginUrl":"https://www.shopbop.com/ap/signin?showRememberMe=true&openid.pape.max_auth_age=1800&openid.return_to=https%3A%2F%2Fwww.shopbop.com%3A443%2Fauth%2Fafter%2Fauthportal%3Fnoul%3Dtrue&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=shopbop_us_aui&openid.mode=checkid_setup&siteState=g52jBTYP3Ic4yDUj14VkJapz%2Bcmd%2Fa2m5ieeO7FoDaiQAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE%2BJ7i%2Fa6ow%3D%3D%7Chttps%3A%2F%2Fwww.shopbop.com%3A443%2Fhome%3Fnoul%3Dtrue%7C1&marketPlaceId=A2817T8MKXE20N&language=en_US&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&pageId=shopbop-desktop&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0","requestPath":"/home","queryString":null,"pageInstanceId":"678e4956-b18b-452e-bfcb-aed522c38cea","siteId":1000,"imageTags":[],"csmMarkers":[],"amabotContext":{"placementId":null,"impressionRequestId":null},"plpProperties":null,"isDepartmentAuthoritative":false,"persistedDepartment":"WOMENS","csrfToken":"g0Pr4PZFiaEFyl8wWyc7TeLFAxCCirdF9UfE6kELukCzAAAAAQAAAABqLQnKcmF3AAAAAD1aGrfyIF6IE+J7i/a6ow==","visitId":"317580175070","referrerUrl":null,"amazonSessionId":"000-0000000-0000000","requestId":"D11F9M2329RB13C0EM5G","contentPointInTime":null}},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"homepage-content-slot-7":{"content":{"slotContentId":15,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"5e3dc1c9-f5f4-4681-b8bd-7873385bef84","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"0d1f1a31-5ee5-4f90-ab01-5de251b2852b","containerBackgroundColorWidth":"fullWidth"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"8d7911dd-0399-4f23-ac39-963f5323f4c1","containerBackgroundColorWidth":"fullWidth"},"squareState":{"props":{"widgets":[{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"0d1f1a31-5ee5-4f90-ab01-5de251b2852b","containerBackgroundColorWidth":"fullWidth"}],"containerBackgroundImage":null,"mobileContainerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","isContainerBackgroundEnabled":false,"containerBackgroundType":"image","containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerPadding":null,"mobileContainerPadding":null,"containerAlignment":null,"mobileContainerAlignment":null},"isErrorSquare":false,"status":"Initialized"}},"children":{"0d1f1a31-5ee5-4f90-ab01-5de251b2852b":{"content":{"slotContentId":27,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"5e3dc1c9-f5f4-4681-b8bd-7873385bef84","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","id":"0d1f1a31-5ee5-4f90-ab01-5de251b2852b","containerBackgroundColorWidth":"fullWidth"},"squareState":{"props":{"widgets":[{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"}],"containerBackgroundImage":null,"mobileContainerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","isContainerBackgroundEnabled":false,"containerBackgroundType":"image","containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerPadding":null,"mobileContainerPadding":null,"containerAlignment":null,"mobileContainerAlignment":null},"isErrorSquare":false,"status":"Initialized"}},"children":{"7e95ecee-0277-41aa-b33b-4b36fce8203d":{"content":{"slotContentId":30,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"5e3dc1c9-f5f4-4681-b8bd-7873385bef84","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"advancedCardTypography":false,"advancedHeaderTypography":false,"audienceView":"design","audienceViewBanner":null,"backgroundColor":"#f2f3e3","backgroundImage":null,"backgroundPosition":"center","backgroundType":"color","bodyUnderlineOnHover":false,"cardAltText_1":null,"cardAltText_2":null,"cardAltText_3":"Modern Romance","cardAltText_4":"Elevated Basics","cardAltText_5":"Lake Life ","cardAltText_6":null,"cardAppCtaLink_1":"shopbop://brw/categories/60749/products","cardAppCtaLink_2":"shopbop://brw/categories/68230/products","cardAppCtaLink_3":null,"cardAppCtaLink_4":"shopbop://brw/categories/67895/products","cardAppCtaLink_5":"shopbop://brw/categories/80340/products","cardAppCtaLink_6":null,"cardBodyFontFamily":"GTAmerica","cardBodyFontSize":"14px","cardBodyFontSizeL":null,"cardBodyFontSizeM":"14px","cardBodyFontSizeS":null,"cardBodyFontStretch":"normal","cardBodyFontWeight":"400","cardBodyLetterSpacing":null,"cardBodyLetterSpacingM":null,"cardBodyLineHeight":"1.4","cardBodyLineHeightM":null,"cardBodyPadding":null,"cardBodyPaddingM":null,"cardBodyText_1":null,"cardBodyText_2":null,"cardBodyText_3":null,"cardBodyText_4":null,"cardBodyText_5":null,"cardBodyText_6":null,"cardCtaLink_1":"/shop-occasion-dress/br/v=1/60749.htm","cardCtaLink_2":"/shop-occasion-vacation-wardrobe/br/v=1/68230.htm","cardCtaLink_3":null,"cardCtaLink_4":"/shop-occasion-everyday-essentials/br/v=1/67895.htm","cardCtaLink_5":"/special-lakeside-chic/br/v=1/80340.htm","cardCtaLink_6":null,"cardCtaText_1":"The Dress Shop","cardCtaText_2":"Vacation Wardrobe","cardCtaText_3":"Modern Romance","cardCtaText_4":"Elevated Basics","cardCtaText_5":"Lake Life","cardCtaText_6":null,"cardHeadlineFontFamily":"GTAmerica","cardHeadlineFontSize":"14px","cardHeadlineFontSizeL":"16px","cardHeadlineFontSizeM":"16px","cardHeadlineFontSizeS":null,"cardHeadlineFontStretch":"normal","cardHeadlineFontWeight":"500","cardHeadlineLetterSpacing":null,"cardHeadlineLetterSpacingM":null,"cardHeadlineLineHeight":"1.2","cardHeadlineLineHeightM":null,"cardHeadlinePadding":"25px 0px 5px","cardHeadlinePaddingM":null,"cardHeadline_1":null,"cardHeadline_2":null,"cardHeadline_3":null,"cardHeadline_4":null,"cardHeadline_5":null,"cardHeadline_6":null,"cardImageM_1":null,"cardImageM_2":null,"cardImageM_3":null,"cardImageM_4":null,"cardImageM_5":null,"cardImageM_6":null,"cardImage_1":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_01.jpg","cardImage_2":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_02._CB1780588205_.jpg","cardImage_3":null,"cardImage_4":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_04.jpg","cardImage_5":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260608_hp_card_visnav_WAYLF_05.jpg","cardImage_6":null,"cardLinkBehavior_1":"currentTab","cardLinkBehavior_2":"currentTab","cardLinkBehavior_3":"currentTab","cardLinkBehavior_4":"currentTab","cardLinkBehavior_5":"currentTab","cardLinkBehavior_6":"currentTab","cardListPadding":null,"cardListPaddingL":null,"cardListPaddingM":null,"cardMaxWidth":"200px","cardMaxWidthMd":"304px","cardRefTag_1":"SB_HP_VTN_POVx_DressShop","cardRefTag_2":"SB_HP_VTN_POVx_VacationWardrobe","cardRefTag_3":null,"cardRefTag_4":"SB_HP_VTN_POVx_Basics","cardRefTag_5":"SB_HP_VTN_POVx_LakeLife","cardRefTag_6":null,"cardSpacing":"4px","cardSpacingLg":null,"cardSpacingMd":null,"cardTextAlign":"center","cardTextAlignLg":null,"cardTextAlignMd":null,"cardVideoM_1":null,"cardVideoM_2":null,"cardVideoM_3":null,"cardVideoM_4":null,"cardVideoM_5":null,"cardVideoM_6":null,"cardVideo_1":null,"cardVideo_2":null,"cardVideo_3":null,"cardVideo_4":null,"cardVideo_5":null,"cardVideo_6":null,"configSection":"tile5","ctaBtnBackgroundColor":null,"ctaBtnHoverColor":null,"ctaBtnSize":"M","ctaContainerPadding":null,"ctaContainerPaddingL":null,"ctaContainerPaddingM":null,"ctaFontFamily":"GTAmerica","ctaFontSize":"14px","ctaFontSizeL":"16px","ctaFontSizeM":null,"ctaFontWeight":"400","ctaLetterSpacing":null,"ctaLineHeight":"1.4","ctaTextColor":null,"ctaType":"text","flexWrap":"nowrap","flexWrapMd":null,"gradientOverlay":null,"headerPadding":"0 15px 20px 0","headerPaddingL":null,"headerPaddingM":null,"headline":"What Are You Looking For?","headlineColor":"#407ba6","headlineFontFamily":"Futura-PT","headlineFontSize":"26px","headlineFontSizeLg":"40px","headlineFontSizeMd":"32px","headlineFontStretch":"expanded","headlineFontStyle":"normal","headlineFontWeight":"700","headlineLetterSpacing":null,"headlineLetterSpacingLg":null,"headlineLetterSpacingMd":null,"headlineLineHeight":"1.2","headlineLineHeightLg":null,"headlineLineHeightMd":null,"headlineUnderlineOnHover":true,"id":"7e95ecee-0277-41aa-b33b-4b36fce8203d","intro":"GET SOME INSPIRATION","introColor":"#407ba6","introFontFamily":"GTAmerica","introFontSize":"12px","introFontSizeLg":null,"introFontSizeMd":"14px","introFontStretch":"condensed","introFontStyle":"normal","introFontWeight":"400","introLetterSpacing":"1px","introLetterSpacingLg":null,"introLetterSpacingMd":null,"introLineHeight":"1.4","introLineHeightLg":null,"introLineHeightMd":null,"legoLocalizedProperties":[],"maxWidth":null,"mediaAspectRatio":"439/581","mediaAspectRatioM":"439/581","mediaBorder":null,"mediaBorderRadius":null,"mediaZoomOnHover":false,"minHeight":null,"padding":"20px 0 20px 15px","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingL":null,"paddingM":"20px 30px","paddingTopDesktop":null,"paddingTopMobile":null,"reusable":null,"reusablePlaceholder":null,"textAlign":"center","textAlignL":null,"textAlignM":null,"textBackground":null,"textColor":"#407ba6","textFlow":null,"textPadding":"10px 0 5px","textPaddingLg":null,"textPaddingMd":"15px 0 5px","textPosition":"after","textShadow":null,"widgetClassName":"VisualTileNav"},"squareState":{"props":{},"isErrorSquare":false,"status":"Initialized"}},"children":{}}}}}}}}},"global-footer-1":{"content":{"slotContentId":16,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":["cf"]},"clientSideRender":false,"squareConfig":{"sequenceNumber":"1781336522642","widgetClassName":"ShopbopFooterSquare","visitId":"317580175070"},"squareState":{"props":{"sequenceNumber":"1781336522642","visitId":"317580175070","showGuestOrderLookup":true},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"global-overlay-1":{"content":{"slotContentId":17,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"ShopbopOverlaySquare"},"squareState":{"props":{"widgetClassName":"ShopbopOverlaySquare"},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"homepage-content-slot-19":{"content":{"slotContentId":18,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"51102364-9cd6-4c33-b6b4-04e3030af723","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"76ad0b0c-7c24-4991-9fc7-cb0db28a7dfe","isContainerBackgroundImageEnabled":false,"metadataWidgets":[],"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"06b03c95-b878-4c4d-8bad-d40bbf5e4e83","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"9b55d6b4-9c39-42ba-b9e6-87fe200d1094","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"You'll Love Shopping With Us","backgroundColor":null,"backgroundImagePath":null,"ctaLinkApp":"/","ctaLinkWeb":"/","disableLink":false,"id":"da06afaa-ef9e-4859-bc74-57e6488e5fe5","imageHeightDesktop":null,"imageHeightMobile":null,"imagePathDesktop":"/Shopbop/media/desktop/homepages/2023/2023_10/sb_20231010_desktop_M1_evergreen_customerbenefitsmessaging.png","imagePathMobile":"/Shopbop/media/mobile/homepages/2023/2023_10/sb_20231010_mobile_M1_evergreen_customerbenefitsmessaging.png","legoLocalizedProperties":["imagePathDesktop","imagePathMobile","backgroundImagePath"],"linkBehavior":"currentTab","paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagWeb":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"ImageTile"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},{"containerBackgroundImage":null,"containerBackgroundWidth":"fullWidth","id":"83409a0f-6705-4bae-941a-92991e364b32","isContainerBackgroundImageEnabled":false,"mobileContainerBackgroundImage":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText1":"Enjoy Free Shipping & Easy Returns. Explore Your Benefits.","altText2":"Treat Yourself: 15% Off Your First App Order. Download & Use Code APP15. ","altText3":"See What's New (It's So Good). Shop Our Latest.","altText4":null,"altText5":null,"altText6":null,"appCtaLink1":null,"appCtaLink2":null,"appCtaLink3":null,"appCtaLink4":null,"appCtaLink5":null,"appCtaLink6":null,"backgroundColor":"#FFFFFF","backgroundImage":null,"ctaLink1":"/ci/lp/shopbop-prime-shipping.html","ctaLink2":"/ci/apps.html#","ctaLink3":"/whats-new/br/v=1/13198.htm","ctaLink4":null,"ctaLink5":null,"ctaLink6":null,"enableFlexImageScaling":false,"enableImage1":true,"enableImage2":true,"enableImage3":true,"enableImage4":false,"enableImage5":false,"enableImage6":false,"enableText":true,"headline":null,"headlineColor":"000000","headlineFontFamily":"GTAmerica","id":"0efc3e7d-8344-499f-8e31-e849578682c2","imageAspectRatio":null,"innerPaddingBottomDesktop":null,"innerPaddingBottomMobile":null,"innerPaddingTopDesktop":null,"innerPaddingTopMobile":null,"intro":null,"introColor":"000000","legoLocalizedProperties":["backgroundImage","visualNavImage1","visualNavImage2","visualNavImage3","visualNavImage4","visualNavImage5","visualNavImage6"],"linkBehavior1":"currentTab","linkBehavior2":"currentTab","linkBehavior3":"currentTab","linkBehavior4":"currentTab","linkBehavior5":"currentTab","linkBehavior6":"currentTab","linkCopyColor":"000000","linkText1":null,"linkText2":null,"linkText3":null,"linkText4":null,"linkText5":null,"linkText6":null,"maxWidth":null,"outerPaddingBottomDesktop":null,"outerPaddingBottomMobile":null,"outerPaddingTopDesktop":null,"outerPaddingTopMobile":null,"refTagApp1":null,"refTagApp2":null,"refTagApp3":null,"refTagApp4":null,"refTagApp5":null,"refTagApp6":null,"refTagWeb1":"SB_HP_M1_CustomerBenefit_FreeShipping_RoW","refTagWeb2":"SB_HP_M1_CustomerBenefit_AppDownload_RoW","refTagWeb3":"SB_HP_M1_CustomerBenefit_NewArrivals_RoW","refTagWeb4":null,"refTagWeb5":null,"refTagWeb6":null,"reusable":null,"reusablePlaceholder":null,"visualNavImage1":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_shipping_ROW.png","visualNavImage2":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_app.png","visualNavImage3":"/Shopbop/media/desktop/homepages/2024/2024_07/sb_20240724_hp_card_VN_customerbenefit_newarrivals.png","visualNavImage4":null,"visualNavImage5":null,"visualNavImage6":null,"widgetClassName":"VisualNav"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"squareState":{"status":"Uninitialized"}},"children":{}}},"global-signin-1":{"content":{"slotContentId":19,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":null,"impressionRequestId":null},"csmMarkers":[]},"clientSideRender":false,"squareConfig":{"widgetClassName":"GlobalSignInSquare"},"squareState":{"props":{"widgetClassName":"GlobalSignInSquare"},"isErrorSquare":false,"status":"Initialized"}},"children":{}}},"homepage-content-slot-17":{"content":{"slotContentId":20,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"9c27307f-416a-42be-b462-2c7c60039f07","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"87802206-3d8f-491c-9d2b-8f7c98024479","isContainerBackgroundEnabled":false,"isContainerBackgroundImageEnabled":false,"metadataWidgets":[],"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"containerAlignment":null,"containerBackgroundColor":"#FFAF87","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":null,"containerBackgroundType":"image","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"a15edc8b-8528-4865-a760-e787876c9c4b","isContainerBackgroundEnabled":false,"isContainerBackgroundImageEnabled":false,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"appCtaLink":"shopbop://brw/categories/13942/products","backgroundColor":"#FFFFFF","backgroundImagePath":null,"backgroundType":"color","campaignName":null,"carouselType":"assortment","categoryId":"13942","categoryPath":null,"contentType":"COOP","ctaLink":"/boutique-editors-picks/br/v=1/13942.htm","enableAddToBag":false,"enableColorSwatches":false,"enablePromoTag":true,"enableText":true,"ep13nSlot":"gateway-0","fallbackHeaderText":null,"fallbackIntroText":null,"fallbackRefTagApp":null,"fallbackRefTagWeb":null,"fullWidthBackgroundColor":"#FFFFFF","headerText":"Editors' Picks","headerTextColor":"#000000","headerTextFontFamily":"GTAmerica","headerType":"editorial","id":"1aa8e23a-7603-4d30-be59-ef21a70c8c5f","introText":"On Our Radar","introTextColor":"#000000","linkBehavior":"currentTab","linkText":"Shop All","linkTextColor":"#EE4A1B","paddingBottom":"0px","paddingTop":"0px","pageSize":"7","productStrategy":"category","refTagApp":"SB_HP_P2_POVx_editorspicks","refTagWeb":"SB_HP_P2_POVx_editorspicks","removeDesktopPadding":true,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":false,"translations":{"zh-CN":"1aa8e23a-7603-4d30-be59-ef21a70c8c5f_zh-CN"},"widgetClassName":"ProductCarouselAssortment"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12},"squareState":{"status":"Uninitialized"}},"children":{}}},"homepage-content-slot-18":{"content":{"slotContentId":21,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"b8bc5968-92d4-4481-a52c-6212eb9c0a08","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"metadataWidgets":[],"widthMobileportrait":12,"widgets":[{"widgetClassName":"Container","widthTablet":12,"reusable":null,"reusablePlaceholder":null,"widthMobileportrait":12,"widgets":[{"productStrategy":"category","enableColorSwatches":false,"paddingTop":"0px","refTagApp":"SB_HP_P2_CATx_mostHeartedStyles","fullWidthBackgroundColor":"#fff7f3","pageSize":"7","appCtaLink":"shopbop://brw/categories/59577/products","backgroundImagePath":null,"queryStringParams":[],"widgetClassName":"ProductCarouselAssortment","reusablePlaceholder":null,"categoryId":"59577","paddingBottom":"0px","headerText":"Most-Hearted Styles","id":"0721288a-015d-47df-91f5-81c9600519f9","ctaLink":"/our-must-haves-most-hearted-styles/br/v=1/59577.htm","refTagWeb":"SB_HP_P2_CATx_mostHeartedStyles","introText":"You'll Love These","ep13nSlot":"gateway-0","reusable":null,"removeDesktopPadding":true,"headerTextFontFamily":"GTAmerica","headerType":"editorial","categoryPath":null,"enablePromoTag":true,"introTextColor":"#000000","headerTextColor":"#000000","backgroundType":"color","linkBehavior":"currentTab","linkText":"Shop All","carouselType":"assortment","backgroundColor":"#fff7f3","linkTextColor":"#EE4A1B"}],"id":"1bcc0a26-7cdc-4c08-aab6-9613a79e2e2e","widthDesktop":12}],"id":"105c8d86-a067-4aa1-99e2-183ff85eced7","widthDesktop":12},"squareState":{"status":"Uninitialized"}},"children":{}}},"homepage-content-slot-16":{"content":{"slotContentId":22,"slotConfiguration":{"squareContext":{"amabotContext":{"placementId":"a7af0465-75a9-4123-a3d6-eb5ea2f9a002","impressionRequestId":"D11F9M2329RB13C0EM5G"},"csmMarkers":[]},"clientSideRender":true,"squareConfig":{"containerBackgroundImage":null,"isContainerBackgroundEnabled":false,"mobileContainerPadding":null,"widthTablet":12,"reusable":null,"containerPadding":null,"widthMobileportrait":12,"widgets":[{"containerAlignment":null,"containerBackgroundColor":"#4283a9","containerBackgroundColorWidth":"fullWidth","containerBackgroundImage":"/Shopbop/test/media/images/test-blank-P2-BKGD.png","containerBackgroundType":"color","containerBackgroundWidth":"fullWidth","containerPadding":null,"id":"3328fcc4-59d9-40d1-bfe5-9f345feb53b0","isContainerBackgroundEnabled":true,"mobileContainerAlignment":null,"mobileContainerBackgroundImage":null,"mobileContainerPadding":null,"reusable":null,"reusablePlaceholder":null,"widgetClassName":"Container","widgets":[{"altText":"Only at Shopbop\nLE BOP\nChic prints & hot hues: dive into our exclusive label's first-ever swim collection. ","appCtaLink":"shopbop://brw/categories/75747/products","appCtaLink2":null,"assortmentAppLink":null,"assortmentCategoryId":null,"assortmentLinkBehavior":"currentTab","assortmentLinkText":null,"assortmentSectionTitle":null,"assortmentWebLink":null,"backgroundColor":null,"backgroundImage":null,"backgroundType":"none","bodyText":"Dek","bodyTextColorDesktop":"#FFFFFF","bodyTextColorMobile":"#FFFFFF","campaignName":"LeBopSwimSpotlight","campaignName2":null,"contentType":"CATx","contentType2":"COOP","ctaButtonColor":null,"ctaButtonHoverState":"dark","ctaButtonTextColor":null,"ctaButtonType":"default","ctaLink":"/bop/br/v=1/75747.htm","ctaLink2":null,"ctaText":"Shop Now","desktopHeight":1280,"desktopImage":null,"desktopPoster":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260303_desktop_P1_LeBop_PosterImage.jpg","desktopVideo":"/Shopbop/media/desktop/homepages/2026/2026_06/sb_20260610_desktop_P1_P2_LeBop_HB.mp4","desktopWidth":3000,"editorialAppLink":null,"editorialImage":null,"editorialImageAltText":null,"editorialLinkBehavior":"currentTab","editorialLinkText":null,"editorialWebLink":null,"enableEditorial":false,"enableMediaDimensions":true,"enableSTL":false,"enableText":false,"firstLinkDesktopAreaPercentage":50,"firstLinkMobileAreaPercentage":50,"headlineText":"Hed","headlineTextColorDesktop":"#FFFFFF","headlineTextColorMobile":"#FFFFFF","headlineTextFontFamily":"GTAmerica","id":"3fb4f822-98ca-4cbf-890d-2d800426ab8f","introText":"Slug","introTextColorDesktop":"#FFFFFF","introTextColorMobile":"#FFFFFF","isLink2Enabled":false,"legoLocalizedProperties":["desktopImage","mobileImage","desktopVideo","mobileVideo","desktopPoster","mobilePoster","editorialImage"],"linkBehavior":"currentTab","mediaType":"video","mobileGradientColor":null,"mobileGradientOpacity":null,"mobileGradientType":"none","mobileHeight":1118,"mobileImage":null,"mobilePoster":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260610_mobile_P1_P2_LeBop_PosterImage.jpg","mobileVideo":"/Shopbop/media/mobile/homepages/2026/2026_06/sb_20260610_mobile_P1_P2_LeBop_HB.mp4","mobileWidth":828,"paddingBottomDesktop":null,"paddingBottomMobile":null,"paddingTopDesktop":null,"paddingTopMobile":null,"refTagApp":null,"refTagApp2":null,"refTagWeb":null,"refTagWeb2":null,"reusable":null,"reusablePlaceholder":null,"shouldAutoGenerateRefTag":true,"showLinkAreaPreview":false,"stlButtonColor":null,"stlButtonHoverState":"dark","stlButtonTextColor":null,"stlButtonType":"black","stlProductSins":null,"textAlignment":"center","textAlignmentDesktop":"center","verticalAlignment":"flex-end","verticalAlignmentDesktop":"center","widgetClassName":"LargeShoppableArea"}],"widthDesktop":12,"widthMobileportrait":12,"widthTablet":12}],"containerBackgroundColor":"#FFAF87","widthDesktop":12,"mobileContainerAlignment":null,"containerAlignment":null,"mobileContainerBackgroundImage":null,"widgetClassName":"Container","containerBackgroundType":"image","reusablePlaceholder":null,"containerBackgroundWidth":"fullWidth","metadataWidgets":[],"id":"03b437c8-004e-4277-a431-c1b4982afc00","containerBackgroundColorWidth":"fullWidth"},"squareState":{"status":"Uninitialized"}},"children":{}}}}}}},"squaresLoaded":["Container","TopNavSquare","ShippingBannerSquare","ImageTile","SearchSquare","ShopbopEmailWidgetSquare","ShopbopFooterSquare","ShopbopOverlaySquare","GlobalSignInSquare","CartCount","LargeShoppableArea","ProductCarouselAssortment","VisualTileNav"]},"environmentConfig":{"shopbopServerApiDomain":"api.shopbop.com","eastdaneServerApiDomain":"api.eastdane.com","shopbopClientApiDomain":"api.shopbop.com","eastdaneClientApiDomain":"api.eastdane.com","satsumaApiDomain":"sb-satsuma-relay.iad.amazon.com","bugsnag":{"apiKey":"88b2e9fbcaa3ce88cfcfe4efb6966153","releaseStage":"prod","endpoints":{"notify":"https://event.bugsnag-fatals.shopbop.amazon.dev","sessions":"https://session.bugsnag-fatals.shopbop.amazon.dev","trace":"https://trace.bugsnag-fatals.shopbop.amazon.dev/v1/traces"}},"moroApiDomain":"sb-moro-relay.iad.amazon.com","isProd":true,"pandaDomain":"panda-service.integ.amazon.com"}};window.__shopbop_sca_ready__=true;document.dispatchEvent(new Event("scaConfigSet")); });</script>

<img
					src="/actions/capabilitiesAction.action?request_seq=1&js=true&ts=1781336522683&visitid=317580175070"
					width="1"
					height="1"
					style="display:none"
				/>
			</body>
    
            
        
    
    

</html>
