It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.lassoswim.com/

  1. <!doctype html>
  2.  
  3. <!--
  4.  ___                 ___           ___           ___
  5.       /  /\                     /__/\         /  /\         /  /\
  6.      /  /:/_                    \  \:\       /  /:/        /  /::\
  7.     /  /:/ /\  ___     ___       \  \:\     /  /:/        /  /:/\:\
  8.    /  /:/ /:/ /__/\   /  /\  ___  \  \:\   /  /:/  ___   /  /:/  \:\
  9.   /__/:/ /:/  \  \:\ /  /:/ /__/\  \__\:\ /__/:/  /  /\ /__/:/ \__\:\
  10.   \  \:\/:/    \  \:\  /:/  \  \:\ /  /:/ \  \:\ /  /:/ \  \:\ /  /:/
  11.    \  \::/      \  \:\/:/    \  \:\  /:/   \  \:\  /:/   \  \:\  /:/
  12.     \  \:\       \  \::/      \  \:\/:/     \  \:\/:/     \  \:\/:/
  13.      \  \:\       \__\/        \  \::/       \  \::/       \  \::/
  14.       \__\/                     \__\/         \__\/         \__\/
  15.  
  16.  --------------------------------------------------------------------
  17.  #  Stiletto v3.2.1
  18.  #  Documentation: https://fluorescent.co/help/stiletto/
  19.  #  Purchase: https://themes.shopify.com/themes/stiletto/
  20.  #  A product by Fluorescent: https://fluorescent.co/
  21.  --------------------------------------------------------------------
  22. -->
  23.  
  24. <html class="no-js" lang="en" style="--announcement-height: 1px;">
  25.  <head>
  26.    <meta charset="UTF-8">
  27.    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  28.    <meta name="viewport" content="width=device-width,initial-scale=1">
  29.    
  30.  
  31.  
  32.  
  33.  
  34.  <meta name="description" content="Lasso Swim">
  35.  
  36.  
  37.  
  38.    <link rel="canonical" href="https://lassoswim.com/">
  39.    <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="shortcut icon" href="//lassoswim.com/cdn/shop/files/black_2.png?crop=center&height=32&v=1699168573&width=32" type="image/png"><title>LASSO SWIM
  40. &ndash; Lasso Swim</title>
  41.  
  42.    
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <meta property="og:url" content="https://lassoswim.com/">
  52. <meta property="og:site_name" content="Lasso Swim">
  53. <meta property="og:type" content="website">
  54. <meta property="og:title" content="LASSO SWIM">
  55. <meta property="og:description" content="Lasso Swim">
  56. <meta property="og:image" content="http://lassoswim.com/cdn/shop/files/instagram_post_-_5_1080x1080.png?v=1701459908">
  57. <meta property="og:image:secure_url" content="https://lassoswim.com/cdn/shop/files/instagram_post_-_5_1080x1080.png?v=1701459908">
  58.  
  59.  
  60.  
  61. <meta name="twitter:title" content="LASSO SWIM">
  62. <meta name="twitter:description" content="Lasso Swim">
  63. <meta name="twitter:card" content="summary_large_image">
  64. <meta name="twitter:image" content="https://lassoswim.com/cdn/shop/files/instagram_post_-_5_1080x1080.png?v=1701459908">
  65. <meta name="twitter:image:width" content="480">
  66. <meta name="twitter:image:height" content="480">
  67.  
  68.  
  69.    <script>
  70.  console.log('Stiletto v3.2.1 by Fluorescent');
  71.  
  72.  document.documentElement.className = document.documentElement.className.replace('no-js', '');
  73.  if (window.matchMedia(`(prefers-reduced-motion: reduce)`) === true || window.matchMedia(`(prefers-reduced-motion: reduce)`).matches === true) {
  74.    document.documentElement.classList.add('prefers-reduced-motion');
  75.  } else {
  76.    document.documentElement.classList.add('do-anim');
  77.  }
  78.  
  79.  window.theme = {
  80.    version: 'v3.2.1',
  81.    themeName: 'Stiletto',
  82.    moneyFormat: "${{amount}}",
  83.    strings: {
  84.      name: "Lasso Swim",
  85.      accessibility: {
  86.        play_video: "Play",
  87.        pause_video: "Pause",
  88.        range_lower: "Lower",
  89.        range_upper: "Upper"
  90.      },
  91.      product: {
  92.        no_shipping_rates: "Shipping rate unavailable",
  93.        country_placeholder: "Country\/Region",
  94.        review: "Write a review"
  95.      },
  96.      products: {
  97.        product: {
  98.          unavailable: "Unavailable",
  99.          unitPrice: "Unit price",
  100.          unitPriceSeparator: "per",
  101.          sku: "SKU"
  102.        }
  103.      },
  104.      cart: {
  105.        editCartNote: "Edit order notes",
  106.        addCartNote: "Add order notes",
  107.        quantityError: "You have the maximum number of this product in your cart"
  108.      },
  109.      pagination: {
  110.        viewing: "You’re viewing {{ of }} of {{ total }}",
  111.        products: "products",
  112.        results: "results"
  113.      }
  114.    },
  115.    routes: {
  116.      root: "/",
  117.      cart: {
  118.        base: "/cart",
  119.        add: "/cart/add",
  120.        change: "/cart/change",
  121.        update: "/cart/update",
  122.        clear: "/cart/clear",
  123.        // Manual routes until Shopify adds support
  124.        shipping: "/cart/shipping_rates",
  125.      },
  126.      // Manual routes until Shopify adds support
  127.      products: "/products",
  128.      productRecommendations: "/recommendations/products",
  129.      predictive_search_url: '/search/suggest',
  130.    },
  131.    icons: {
  132.      chevron: "\u003cspan class=\"icon icon-new icon-chevron \"\u003e\n  \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M1.875 7.438 12 17.563 22.125 7.438\" stroke=\"currentColor\" stroke-width=\"2\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n",
  133.      close: "\u003cspan class=\"icon icon-new icon-close \"\u003e\n  \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z\" fill=\"currentColor\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n",
  134.      zoom: "\u003cspan class=\"icon icon-new icon-zoom \"\u003e\n  \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10.3,19.71c5.21,0,9.44-4.23,9.44-9.44S15.51,.83,10.3,.83,.86,5.05,.86,10.27s4.23,9.44,9.44,9.44Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n          \u003cpath d=\"M5.05,10.27H15.54\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n          \u003cpath class=\"cross-up\" d=\"M10.3,5.02V15.51\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n          \u003cpath d=\"M16.92,16.9l6.49,6.49\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n"
  135.    },
  136.    coreData: {
  137.      n: "Stiletto",
  138.      v: "v3.2.1",
  139.    }
  140.  }
  141.  
  142.  window.theme.searchableFields = "product_type,title,variants.title,vendor";
  143.  
  144.  
  145. </script>
  146.  
  147.    <style>
  148.  @font-face {
  149.  font-family: "Fjalla One";
  150.  font-weight: 400;
  151.  font-style: normal;
  152.  font-display: swap;
  153.  src: url("//lassoswim.com/cdn/fonts/fjalla_one/fjallaone_n4.e3b041743e726c1cef3b3ab9921402e93cd8f733.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=f6a979012016510e1533dc05ee0551de7eb20f5bf400c0b719b194ad32506133") format("woff2"),
  154.       url("//lassoswim.com/cdn/fonts/fjalla_one/fjallaone_n4.bed9b46f46027aa055f567c064cca454e8db0b22.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=57a07e79cc92db89a1335bbc1d70dc3ec1d27b8ee88d0325cc5f6b02fa20e5bc") format("woff");
  155. }
  156.  
  157.  @font-face {
  158.  font-family: "Fjalla One";
  159.  font-weight: 400;
  160.  font-style: normal;
  161.  font-display: swap;
  162.  src: url("//lassoswim.com/cdn/fonts/fjalla_one/fjallaone_n4.e3b041743e726c1cef3b3ab9921402e93cd8f733.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=f6a979012016510e1533dc05ee0551de7eb20f5bf400c0b719b194ad32506133") format("woff2"),
  163.       url("//lassoswim.com/cdn/fonts/fjalla_one/fjallaone_n4.bed9b46f46027aa055f567c064cca454e8db0b22.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=57a07e79cc92db89a1335bbc1d70dc3ec1d27b8ee88d0325cc5f6b02fa20e5bc") format("woff");
  164. }
  165.  
  166.  
  167.  @font-face {
  168.  font-family: Karla;
  169.  font-weight: 400;
  170.  font-style: normal;
  171.  font-display: swap;
  172.  src: url("//lassoswim.com/cdn/fonts/karla/karla_n4.187fb228d0a8055289c8663e90433b4a50e86848.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=a1036ca3c3ac49a8945e3ecf34aff37ec715c2bd12f4c31cb5ac70fb5ea2424a") format("woff2"),
  173.       url("//lassoswim.com/cdn/fonts/karla/karla_n4.24ba61101c1ba185880bec9c74d8e7cdb826ad49.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=021f641ce12e384bd3729a15ebaf3d90eeac08e87d201a806589cf674080a16e") format("woff");
  174. }
  175.  
  176.  @font-face {
  177.  font-family: Karla;
  178.  font-weight: 700;
  179.  font-style: normal;
  180.  font-display: swap;
  181.  src: url("//lassoswim.com/cdn/fonts/karla/karla_n7.e8c0eb897464ccf45d5caa70ec8c7005d0f7b1b2.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=1fae8991e90d620c02309b75b6731021d82d06d5ab12a0d67fd90677fe52e616") format("woff2"),
  182.       url("//lassoswim.com/cdn/fonts/karla/karla_n7.98d31f084a84db1ace8d046ddc8faa522b144349.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=bf0ec05a793c70970ed012bf33bb7d560628a896c610888b84c9ffdb56c7584c") format("woff");
  183. }
  184.  
  185.  @font-face {
  186.  font-family: Karla;
  187.  font-weight: 400;
  188.  font-style: italic;
  189.  font-display: swap;
  190.  src: url("//lassoswim.com/cdn/fonts/karla/karla_i4.ce8a9af821b5675e15a4785a2318ed578e68e9c9.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=202b3c2e7f33fc3f98646a3815e4044ff0a8726e5cbbf48e169b13022b421ca0") format("woff2"),
  191.       url("//lassoswim.com/cdn/fonts/karla/karla_i4.8addc6e90a0d45abd627fd1c26cd4dbae936fbbb.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=263a826147d4cb663a2002a3e55263eb246001e995c2fff907063aaf1bdf610c") format("woff");
  192. }
  193.  
  194.  @font-face {
  195.  font-family: Karla;
  196.  font-weight: 700;
  197.  font-style: italic;
  198.  font-display: swap;
  199.  src: url("//lassoswim.com/cdn/fonts/karla/karla_i7.09a1f54d3edfd3142937b195898dad5acea092ce.woff2?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=1f88946e11771ad0ecba64d20a5015eecbca25b97d64369265b25d20e6149d06") format("woff2"),
  200.       url("//lassoswim.com/cdn/fonts/karla/karla_i7.7088df7c28e0b13b5406d1a8a5978bdb24760ab1.woff?h1=bGFzc28tc3dpbS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=bGFzc29zd2ltLmNvbQ&hmac=0355241cc460c936f5ca0130babaf6b0c3f80731378bda9d03ee1332ed45b40d") format("woff");
  201. }
  202.  
  203.  
  204.  :root {
  205.    --color-text: #111111;
  206.    --color-text-8-percent: rgba(17, 17, 17, 0.08);  
  207.    --color-text-alpha: rgba(17, 17, 17, 0.35);
  208.    --color-text-meta: rgba(17, 17, 17, 0.6);
  209.    --color-text-link: #000000;
  210.    --color-text-error: #D02F2E;
  211.    --color-text-success: #478947;
  212.  
  213.    --color-background: #ffffff;
  214.    --color-background-semi-transparent-80: rgba(255, 255, 255, 0.8);
  215.    --color-background-semi-transparent-90: rgba(255, 255, 255, 0.9);
  216.  
  217.    --color-background-transparent: rgba(255, 255, 255, 0);
  218.    --color-border: #aaaaaa;
  219.    --color-border-meta: rgba(170, 170, 170, 0.6);
  220.    --color-overlay: rgba(0, 0, 0, 0.7);
  221.  
  222.    --color-background-meta: #f5f5f5;
  223.    --color-background-meta-alpha: rgba(245, 245, 245, 0.6);
  224.    --color-background-darker-meta: #e8e8e8;
  225.    --color-background-darker-meta-alpha: rgba(232, 232, 232, 0.6);
  226.    --color-background-placeholder: #e8e8e8;
  227.    --color-background-placeholder-lighter: #f0f0f0;
  228.    --color-foreground-placeholder: rgba(17, 17, 17, 0.4);
  229.  
  230.    --color-border-input: #aaaaaa;
  231.    --color-border-input-alpha: rgba(170, 170, 170, 0.25);
  232.    --color-text-input: #111111;
  233.    --color-text-input-alpha: rgba(17, 17, 17, 0.04);
  234.  
  235.    --color-text-button: #ffffff;
  236.  
  237.    --color-background-button: #111111;
  238.    --color-background-button-alpha: rgba(17, 17, 17, 0.6);
  239.    --color-background-outline-button-alpha: rgba(17, 17, 17, 0.1);
  240.    --color-background-button-hover: #444444;
  241.  
  242.    --color-icon: rgba(17, 17, 17, 0.4);
  243.    --color-icon-darker: rgba(17, 17, 17, 0.6);
  244.  
  245.    --color-text-sale-badge: #C31818;
  246.    --color-background-sold-badge: #414141;
  247.    --color-text-sold-badge: #ffffff;
  248.  
  249.    --color-text-header: #000000;
  250.    --color-text-header-half-transparent: rgba(0, 0, 0, 0.5);
  251.  
  252.    --color-background-header: #ffffff;
  253.    --color-background-header-transparent: rgba(255, 255, 255, 0);
  254.    --color-icon-header: #000000;
  255.    --color-shadow-header: rgba(0, 0, 0, 0.15);
  256.  
  257.    --color-background-footer: #000000;
  258.    --color-text-footer: #ffffff;
  259.    --color-text-footer-subdued: rgba(255, 255, 255, 0.7);
  260.  
  261.    --color-products-sale-price: #C31818;
  262.    --color-products-rating-star: #000000;
  263.  
  264.    --color-products-stock-good: #3C9342;
  265.    --color-products-stock-medium: #A77A06;
  266.    --color-products-stock-bad: #A70100;
  267.    --color-products-stock-bad: #A70100;
  268.  
  269.    --font-logo: "Fjalla One", sans-serif;
  270.    --font-logo-weight: 400;
  271.    --font-logo-style: normal;
  272.    --logo-text-transform: uppercase;
  273.    --logo-letter-spacing: 0.0em;
  274.  
  275.    --font-heading: "Fjalla One", sans-serif;
  276.    --font-heading-weight: 400;
  277.    --font-heading-style: normal;
  278.    --font-heading-text-transform: uppercase;
  279.    --font-heading-base-letter-spacing: 0.0em;
  280.    --font-heading-base-size: 60px;
  281.  
  282.    --font-body: Karla, sans-serif;
  283.    --font-body-weight: 400;
  284.    --font-body-style: normal;
  285.    --font-body-italic: italic;
  286.    --font-body-bold-weight: 700;
  287.    --font-body-base-letter-spacing: 0.0em;
  288.    --font-body-base-size: 17px;
  289.  
  290.    /* Typography */
  291.    --line-height-heading: 1.1;
  292.    --line-height-subheading: 1.33;
  293.    --line-height-body: 1.5;
  294.  
  295.    --logo-font-size:
  296. clamp(1.4rem, 1.1513812154696133rem + 1.0607734806629836vw, 2.0rem)
  297. ;
  298.  
  299.    --font-size-navigation-base: 17px;
  300.    --font-navigation-base-letter-spacing: -0.005em;
  301.    --font-navigation-base-text-transform: none;
  302.  
  303.    --font-size-heading-display-1:
  304. clamp(4.5rem, 4.0338397790055245rem + 1.9889502762430937vw, 5.625rem)
  305. ;
  306.    --font-size-heading-display-2:
  307. clamp(3.999rem, 3.5847389502762432rem + 1.767513812154696vw, 4.99875rem)
  308. ;
  309.    --font-size-heading-display-3:
  310. clamp(3.4998rem, 3.1372516574585636rem + 1.5468729281767954vw, 4.37475rem)
  311. ;
  312.    --font-size-heading-1-base:
  313. clamp(3.0rem, 2.6892265193370166rem + 1.3259668508287292vw, 3.75rem)
  314. ;
  315.    --font-size-heading-2-base:
  316. clamp(2.625rem, 2.3530732044198897rem + 1.1602209944751383vw, 3.28125rem)
  317. ;
  318.    --font-size-heading-3-base:
  319. clamp(2.25rem, 2.0169198895027622rem + 0.9944751381215469vw, 2.8125rem)
  320. ;
  321.    --font-size-heading-4-base:
  322. clamp(1.749rem, 1.5678190607734808rem + 0.7730386740331492vw, 2.18625rem)
  323. ;
  324.    --font-size-heading-5-base:
  325. clamp(1.5rem, 1.3446132596685083rem + 0.6629834254143646vw, 1.875rem)
  326. ;
  327.    --font-size-heading-6-base:
  328. clamp(1.248rem, 1.1187182320441988rem + 0.5516022099447514vw, 1.56rem)
  329. ;
  330.    --font-size-body-400:
  331. clamp(1.68161875rem, 1.6449448895027625rem + 0.15647513812154695vw, 1.770125rem)
  332. ;
  333.    --font-size-body-350:
  334. clamp(1.569578125rem, 1.535347720994475rem + 0.14604972375690609vw, 1.6521875rem)
  335. ;
  336.    --font-size-body-300:
  337. clamp(1.4575375rem, 1.4257505524861878rem + 0.1356243093922652vw, 1.53425rem)
  338. ;
  339.    --font-size-body-250:
  340. clamp(1.345496875rem, 1.3161533839779005rem + 0.1251988950276243vw, 1.4163125rem)
  341. ;
  342.    --font-size-body-200:
  343. clamp(1.23345625rem, 1.2065562154696132rem + 0.11477348066298342vw, 1.298375rem)
  344. ;
  345.    --font-size-body-150:
  346. clamp(1.121415625rem, 1.096959046961326rem + 0.10434806629834253vw, 1.1804375rem)
  347. ;
  348.    --font-size-body-100:
  349. clamp(1.009375rem, 0.9873618784530387rem + 0.09392265193370165vw, 1.0625rem)
  350. ;
  351.    --font-size-body-75:
  352. clamp(0.896325rem, 0.8767773480662984rem + 0.08340331491712707vw, 0.9435rem)
  353. ;
  354.    --font-size-body-60:
  355. clamp(0.829908125rem, 0.8118089364640884rem + 0.07722320441988952vw, 0.8735875rem)
  356. ;
  357.    --font-size-body-50:
  358. clamp(0.784284375rem, 0.7671801795580111rem + 0.0729779005524862vw, 0.8255625rem)
  359. ;
  360.    --font-size-body-25:
  361. clamp(0.72876875rem, 0.7128752762430939rem + 0.0678121546961326vw, 0.767125rem)
  362. ;
  363.    --font-size-body-20:
  364. clamp(0.67224375rem, 0.6575830110497237rem + 0.06255248618784531vw, 0.707625rem)
  365. ;
  366.  
  367.    /* Buttons */
  368.    
  369.      --button-padding-multiplier: 1;
  370.      --font-size-button: var(--font-size-body-50);
  371.      --font-size-button-x-small: var(--font-size-body-25);
  372.    
  373.  
  374.    --font-button-text-transform: uppercase;
  375.    --button-letter-spacing: 0.05em;
  376.    --line-height-button: 1.45;
  377.  
  378.    /* Product badges */
  379.    
  380.      --font-size-product-badge: var(--font-size-body-20);
  381.    
  382.  
  383.    --font-product-badge-text-transform: uppercase;
  384.  
  385.    /* Product listing titles */
  386.    
  387.      --font-size-listing-title: var(--font-size-body-60);
  388.    
  389.  
  390.    --font-product-listing-title-text-transform: uppercase;
  391.    --font-product-listing-title-base-letter-spacing: 0.05em;
  392.  
  393.    /* Shopify pay specific */
  394.    --payment-terms-background-color: #f5f5f5;
  395.  }
  396.  
  397.  @supports not (font-size: clamp(10px, 3.3vw, 20px)) {
  398.    :root {
  399.      --logo-font-size:
  400. 1.7rem
  401. ;
  402.      --font-size-heading-display-1:
  403. 5.0625rem
  404. ;
  405.      --font-size-heading-display-2:
  406. 4.498875rem
  407. ;
  408.      --font-size-heading-display-3:
  409. 3.937275rem
  410. ;
  411.      --font-size-heading-1-base:
  412. 3.375rem
  413. ;
  414.      --font-size-heading-2-base:
  415. 2.953125rem
  416. ;
  417.      --font-size-heading-3-base:
  418. 2.53125rem
  419. ;
  420.      --font-size-heading-4-base:
  421. 1.967625rem
  422. ;
  423.      --font-size-heading-5-base:
  424. 1.6875rem
  425. ;
  426.      --font-size-heading-6-base:
  427. 1.404rem
  428. ;
  429.      --font-size-body-400:
  430. 1.725871875rem
  431. ;
  432.      --font-size-body-350:
  433. 1.6108828125rem
  434. ;
  435.      --font-size-body-300:
  436. 1.49589375rem
  437. ;
  438.      --font-size-body-250:
  439. 1.3809046875rem
  440. ;
  441.      --font-size-body-200:
  442. 1.265915625rem
  443. ;
  444.      --font-size-body-150:
  445. 1.1509265625rem
  446. ;
  447.      --font-size-body-100:
  448. 1.0359375rem
  449. ;
  450.      --font-size-body-75:
  451. 0.9199125rem
  452. ;
  453.      --font-size-body-60:
  454. 0.8517478125rem
  455. ;
  456.      --font-size-body-50:
  457. 0.8049234375rem
  458. ;
  459.      --font-size-body-25:
  460. 0.747946875rem
  461. ;
  462.      --font-size-body-20:
  463. 0.689934375rem
  464. ;
  465.    }
  466.  }.product-badge[data-handle="responsible"]{
  467.        color: #3C9342;
  468.      }
  469.    
  470. .product-badge[data-handle="best-seller"]{
  471.        color: #7e6b45;
  472.      }
  473.    
  474. .product-badge[data-handle="new"]{
  475.        color: #000000;
  476.      }
  477.    
  478.  
  479. </style>
  480.  
  481. <script>
  482.  flu = window.flu || {};
  483.  flu.chunks = {
  484.    photoswipe: "//lassoswim.com/cdn/shop/t/17/assets/photoswipe-chunk.js?v=18659099751219271031715650379",
  485.    swiper: "//lassoswim.com/cdn/shop/t/17/assets/swiper-chunk.js?v=73725226959832986321715650379",
  486.    nouislider: "//lassoswim.com/cdn/shop/t/17/assets/nouislider-chunk.js?v=131351027671466727271715650379",
  487.    polyfillInert: "//lassoswim.com/cdn/shop/t/17/assets/polyfill-inert-chunk.js?v=9775187524458939151715650379",
  488.    polyfillResizeObserver: "//lassoswim.com/cdn/shop/t/17/assets/polyfill-resize-observer-chunk.js?v=49253094118087005231715650379",
  489.  };
  490. </script>
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  <script type="module" src="//lassoswim.com/cdn/shop/t/17/assets/theme.min.js?v=110932235491116687521715650379"></script>
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507. <meta name="viewport" content="width=device-width,initial-scale=1">
  508. <script defer>
  509.  var defineVH = function () {
  510.    document.documentElement.style.setProperty('--vh', window.innerHeight * 0.01 + 'px');
  511.  };
  512.  window.addEventListener('resize', defineVH);
  513.  window.addEventListener('orientationchange', defineVH);
  514.  defineVH();
  515. </script>
  516.  
  517. <link href="//lassoswim.com/cdn/shop/t/17/assets/theme.css?v=165041051432480678241715650379" rel="stylesheet" type="text/css" media="all" />
  518.  
  519.  
  520. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="9ko2vkjeunz0xhoyg4bf297afcv76q">
  521. <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/68751556926/digital_wallets/dialog">
  522. <meta name="shopify-checkout-api-token" content="49ca2fe93db53847d6f17acb38ea697d">
  523. <meta id="in-context-paypal-metadata" data-shop-id="68751556926" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
  524. <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
  525. <link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
  526. <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=68751556926" crossorigin="anonymous"></script>
  527. <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":68751556926,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/68751556926","merchantName":"Lasso Swim","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Lasso Swim","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
  528. <script id="shopify-features" type="application/json">{"accessToken":"49ca2fe93db53847d6f17acb38ea697d","betas":["rich-media-storefront-analytics"],"domain":"lassoswim.com","predictiveSearch":true,"shopId":68751556926,"smart_payment_buttons_url":"https:\/\/lassoswim.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/lassoswim.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script>
  529. <script>var Shopify = Shopify || {};
  530. Shopify.shop = "lasso-swim.myshopify.com";
  531. Shopify.locale = "en";
  532. Shopify.currency = {"active":"USD","rate":"1.0"};
  533. Shopify.country = "US";
  534. Shopify.theme = {"name":"LASSO SWIM","id":167719436606,"schema_name":"Stiletto","schema_version":"3.2.1","theme_store_id":1621,"role":"main"};
  535. Shopify.theme.handle = "null";
  536. Shopify.theme.style = {"id":null,"handle":null};
  537. Shopify.cdnHost = "lassoswim.com/cdn";
  538. Shopify.routes = Shopify.routes || {};
  539. Shopify.routes.root = "/";</script>
  540. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  541. <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
  542. <script>window.ShopifyPay = window.ShopifyPay || {};
  543. window.ShopifyPay.apiHost = "shop.app\/pay";</script>
  544. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  545. <script>
  546.  window.Shopify = window.Shopify || {};
  547.  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  548.  window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_DjorTXFZ.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_Driwg0QD.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_D9E8FAKn.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_4Z1xhJQ_.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DxHz3jgq.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_Ddr1hmlD.en.esm.js","modules/v2/client.shop-login-button_6_dYVoKV.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"pay-button":["modules/v2/client.pay-button_bVd5Zlme.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_vhP3RbUy.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_6_dYVoKV.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_dyPB0LIY.en.esm.js","modules/v2/client.shop-login-button_6_dYVoKV.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_7HaeyDnB.en.esm.js","modules/v2/client.shop-login-button_6_dYVoKV.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"lead-capture":["modules/v2/client.lead-capture_GjkkPLfs.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"],"payment-terms":["modules/v2/client.payment-terms_DDYnJ20p.en.esm.js","modules/v2/chunk.common_BrUIs_MK.esm.js","modules/v2/chunk.modal_BltI8jdo.esm.js"]};
  549. </script>
  550. <script>(function() {
  551.  function asyncLoad() {
  552.    var urls = ["https:\/\/cdn.nfcube.com\/c63b097178115c8b0d1d045a5eeac6b6.js?shop=lasso-swim.myshopify.com"];
  553.    for (var i = 0; i < urls.length; i++) {
  554.      var s = document.createElement('script');
  555.      s.type = 'text/javascript';
  556.      s.async = true;
  557.      s.src = urls[i];
  558.      var x = document.getElementsByTagName('script')[0];
  559.      x.parentNode.insertBefore(s, x);
  560.    }
  561.  };
  562.  if(window.attachEvent) {
  563.    window.attachEvent('onload', asyncLoad);
  564.  } else {
  565.    window.addEventListener('load', asyncLoad, false);
  566.  }
  567. })();</script>
  568. <script id="__st">var __st={"a":68751556926,"offset":-21600,"reqid":"76270d70-9b46-4abf-89e0-b4b8853e05f5-1736576302","pageurl":"lassoswim.com\/","u":"ae95910e921b","p":"home"};</script>
  569. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  570. <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
  571. <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//lassoswim.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script>
  572. <script crossorigin="anonymous" defer="defer" src="//lassoswim.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script>
  573. <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://lassoswim.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
  574. </script>
  575. <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  576.  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
  577. </script>
  578. <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  579. </script>
  580.  
  581.  
  582.  
  583. <style id="shopify-accelerated-checkout-cart">
  584.        #dynamic-checkout-cart {
  585.  container-type: inline-size;
  586.  container-name: dcc;
  587.  width: 100%;
  588. }
  589.  
  590. .wallet-cart-grid {
  591.  --wallet-button-height-horizontal: clamp(
  592.    25px,
  593.    var(
  594.      --shopify-accelerated-checkout-button-inline-size,
  595.      42px
  596.    ),
  597.    55px
  598.  );
  599.  --wallet-button-height-vertical: clamp(
  600.    25px,
  601.    var(
  602.      --shopify-accelerated-checkout-button-block-size,
  603.      54px
  604.    ),
  605.    55px
  606.  );
  607.  --wallet-button-width-horizontal: 150px;
  608.  --wallet-button-width-vertical: 100%;
  609.  --wallet-button-border-radius: var(
  610.    --shopify-accelerated-checkout-button-border-radius,
  611.    4px
  612.  );
  613.  --wallet-grid-margin-horizontal: 0 -5px -5px -5px;
  614.  --wallet-button-container-margin-horizontal: 0 5px 5px;
  615.  --wallet-button-container-margin-vertical: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0;
  616. }
  617.  
  618. @keyframes acceleratedCheckoutLoadingSkeleton {
  619.  50% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  620.  75% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, 0.5);}
  621.  100% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  622. }
  623.  
  624. .wallet-cart-button__skeleton {
  625.  animation: acceleratedCheckoutLoadingSkeleton var(--shopify-accelerated-checkout-skeleton-animation-duration, 4s) var(--shopify-accelerated-checkout-skeleton-animation-timing-function, ease) infinite;
  626.  animation-delay: -0.168s;
  627.  background-color: var(--shopify-accelerated-checkout-skeleton-background-color, #dedede);
  628.  box-sizing: border-box;
  629.  text-decoration: none !important;
  630. }
  631.  
  632. .wallet-cart-grid {
  633.  margin: var(--wallet-grid-margin-horizontal);
  634.  padding: 0;
  635.  display: flex;
  636.  flex-direction: row;
  637.  justify-content: var(--shopify-accelerated-checkout-inline-alignment, start);
  638.  gap: 0 !important;
  639. }
  640.  
  641. .wallet-cart-grid--skeleton {
  642.  justify-content: var(--shopify-accelerated-checkout-inline-alignment, inherit);
  643. }
  644.  
  645. .wallet-cart-button-container {
  646.  position: relative;
  647.  margin: var(--wallet-button-container-margin-horizontal);
  648. }
  649.  
  650. .wallet-cart-button-container,
  651. .wallet-cart-button {
  652.  width: var(--wallet-button-width-horizontal);
  653.  height: var(--wallet-button-height-horizontal);
  654.  border-radius: var(--wallet-button-border-radius);
  655.  list-style-type: none !important;
  656.  text-align: center;
  657.  flex-shrink: 0;
  658.  flex-grow: 0;
  659. }
  660.  
  661. .additional-checkout-buttons--vertical .wallet-cart-grid {
  662.  justify-content: start;
  663.  flex-direction: column;
  664.  margin: 0;
  665. }
  666. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container {
  667.  width: var(--wallet-button-width-vertical);
  668.  height: var(--wallet-button-height-vertical);
  669.  margin: var(--wallet-button-container-margin-vertical);
  670. }
  671. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  672.  margin-top: 0;
  673. }
  674. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button {
  675.  width: var(--wallet-button-width-vertical);
  676.  height: var(--wallet-button-height-vertical);
  677. }
  678.  
  679. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button-container,
  680. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button {
  681.  width: var(--wallet-button-width-horizontal) !important;
  682.  height: var(--wallet-button-height-horizontal) !important;
  683.  border-radius: var(--wallet-button-border-radius) !important;
  684. }
  685.  
  686. @container dcc (width >= 150px) and (width <= 500px) {
  687.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) {
  688.    justify-content: start;
  689.    flex-direction: column;
  690.    margin: 0;
  691.  }
  692.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container {
  693.    width: var(--wallet-button-width-vertical);
  694.    height: var(--wallet-button-height-vertical);
  695.    margin: var(--wallet-button-container-margin-vertical);
  696.  }
  697.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
  698.    margin-top: 0;
  699.  }
  700.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button {
  701.    width: var(--wallet-button-width-vertical);
  702.    height: var(--wallet-button-height-vertical);
  703.  }
  704. }
  705.  
  706. @container dcc (width <= 310px) {
  707.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) {
  708.    justify-content: start;
  709.    flex-direction: column;
  710.    margin: 0;
  711.  }
  712.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container {
  713.    width: var(--wallet-button-width-vertical);
  714.    height: var(--wallet-button-height-vertical);
  715.    margin: var(--wallet-button-container-margin-vertical);
  716.  }
  717.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
  718.    margin-top: 0;
  719.  }
  720.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button {
  721.    width: var(--wallet-button-width-vertical);
  722.    height: var(--wallet-button-height-vertical);
  723.  }
  724. }
  725.  
  726. @container dcc (width <= 470px) {
  727.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) {
  728.    justify-content: start;
  729.    flex-direction: column;
  730.    margin: 0;
  731.  }
  732.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container {
  733.    width: var(--wallet-button-width-vertical);
  734.    height: var(--wallet-button-height-vertical);
  735.    margin: var(--wallet-button-container-margin-vertical);
  736.  }
  737.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
  738.    margin-top: 0;
  739.  }
  740.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button {
  741.    width: var(--wallet-button-width-vertical);
  742.    height: var(--wallet-button-height-vertical);
  743.  }
  744. }
  745.  
  746. @container dcc (width <= 630px) {
  747.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) {
  748.    justify-content: start;
  749.    flex-direction: column;
  750.    margin: 0;
  751.  }
  752.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container {
  753.    width: var(--wallet-button-width-vertical);
  754.    height: var(--wallet-button-height-vertical);
  755.    margin: var(--wallet-button-container-margin-vertical);
  756.  }
  757.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
  758.    margin-top: 0;
  759.  }
  760.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button {
  761.    width: var(--wallet-button-width-vertical);
  762.    height: var(--wallet-button-height-vertical);
  763.  }
  764. }
  765.  
  766. @container dcc (width <= 790px) {
  767.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) {
  768.    justify-content: start;
  769.    flex-direction: column;
  770.    margin: 0;
  771.  }
  772.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container {
  773.    width: var(--wallet-button-width-vertical);
  774.    height: var(--wallet-button-height-vertical);
  775.    margin: var(--wallet-button-container-margin-vertical);
  776.  }
  777.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
  778.    margin-top: 0;
  779.  }
  780.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button {
  781.    width: var(--wallet-button-width-vertical);
  782.    height: var(--wallet-button-height-vertical);
  783.  }
  784. }
  785.  
  786. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) {
  787.  justify-content: start;
  788.  flex-direction: column;
  789.  margin: 0;
  790. }
  791. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container {
  792.  width: var(--wallet-button-width-vertical);
  793.  height: var(--wallet-button-height-vertical);
  794.  margin: var(--wallet-button-container-margin-vertical);
  795. }
  796. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  797.  margin-top: 0;
  798. }
  799. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button {
  800.  width: var(--wallet-button-width-vertical);
  801.  height: var(--wallet-button-height-vertical);
  802. }
  803.  
  804. @media screen and (max-width: 750px) {
  805.  .wallet-cart-grid {
  806.    justify-content: start;
  807.    flex-direction: column;
  808.    max-width: none;
  809.    margin: 0;
  810.  }
  811.  .wallet-cart-grid .wallet-cart-button-container {
  812.    max-width: none;
  813.    width: var(--wallet-button-width-vertical);
  814.    height: var(--wallet-button-height-vertical);
  815.    margin: var(--wallet-button-container-margin-vertical);
  816.  }
  817.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  818.    margin-top: 0;
  819.  }
  820.  .wallet-cart-grid .wallet-cart-button {
  821.    width: var(--wallet-button-width-vertical);
  822.    height: var(--wallet-button-height-vertical);
  823.  }
  824. }
  825.  
  826. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  827.  .wallet-cart-grid {
  828.    justify-content: start;
  829.    flex-direction: column;
  830.    margin: 0;
  831.  }
  832.  .wallet-cart-button-container {
  833.    width: var(--wallet-button-width-vertical);
  834.    height: var(--wallet-button-height-vertical);
  835.    margin: var(--wallet-button-container-margin-vertical);
  836.  }
  837.  .wallet-cart-button-container:first-child {
  838.    margin-top: 0;
  839.  }
  840.  .wallet-cart-grid .wallet-cart-button {
  841.    width: var(--wallet-button-width-vertical);
  842.    height: var(--wallet-button-height-vertical);
  843.  }
  844. }
  845.  
  846.        #shopify-buyer-consent {
  847.  margin-top: 1em;
  848.  display: inline-block;
  849.  width: 100%;
  850. }
  851.  
  852. #shopify-buyer-consent.hidden {
  853.  display: none;
  854. }
  855.  
  856. #shopify-subscription-policy-button {
  857.  background: none;
  858.  border: none;
  859.  padding: 0;
  860.  text-decoration: underline;
  861.  font-size: inherit;
  862.  cursor: pointer;
  863. }
  864.  
  865. #shopify-subscription-policy-button::before {
  866.  box-shadow: none;
  867. }
  868.  
  869.      </style>
  870.  
  871. <style id="shopify-accelerated-checkout-cart-grid-with-margin-top">.additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  872.  margin-top: 8px;
  873. }
  874.  
  875.  
  876. @container dcc (width >= 150px) and (width <= 500px) {
  877.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
  878.    margin-top: 8px;
  879.  }
  880. }
  881.  
  882. @container dcc (width <= 310px) {
  883.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
  884.    margin-top: 8px;
  885.  }
  886. }
  887.  
  888. @container dcc (width <= 470px) {
  889.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
  890.    margin-top: 8px;
  891.  }
  892. }
  893.  
  894. @container dcc (width <= 630px) {
  895.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
  896.    margin-top: 8px;
  897.  }
  898. }
  899.  
  900. @container dcc (width <= 790px) {
  901.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
  902.    margin-top: 8px;
  903.  }
  904. }
  905.  
  906. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  907.  margin-top: 8px;
  908. }
  909.  
  910. @media screen and (max-width: 750px) {
  911.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  912.    margin-top: 8px;
  913.  }
  914. }
  915.  
  916. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  917.  .wallet-cart-button-container:first-child {
  918.    margin-top: 8px;
  919.  }
  920. }
  921. </style>
  922. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  923.  <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  924. <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 68751556926,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
  925. <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 68751556926,storefrontBaseUrl: "https://lassoswim.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"326402366","configuration":"{\"pixel_id\":\"1440294373494318\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"196870462","configuration":"{\"tagID\":\"2613168156303\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4fd0680eed907adaf3f85849c393d688","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"96272702","configuration":"{\"myshopifyDomain\":\"lasso-swim.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e32653096b768840c4e834ea506d7953","type":"APP","apiClientId":2775569,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Lasso Swim","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"lasso-swim.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/lassoswim.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://lassoswim.com/cdn","94cc9fcb9aa5a89d04138fc0430efd994c022ea6","740c64e3w77d0d2c6pffaaa8c0m859bd135",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  926. window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  927. window.ShopifyAnalytics.meta.currency = 'USD';
  928. var meta = {"page":{"pageType":"home"}};
  929. for (var attr in meta) {
  930.  window.ShopifyAnalytics.meta[attr] = meta[attr];
  931. }</script>
  932. <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  933.  
  934. };
  935. </script>
  936. <script class="analytics">(function () {
  937.    var customDocumentWrite = function(content) {
  938.      var jquery = null;
  939.  
  940.      if (window.jQuery) {
  941.        jquery = window.jQuery;
  942.      } else if (window.Checkout && window.Checkout.$) {
  943.        jquery = window.Checkout.$;
  944.      }
  945.  
  946.      if (jquery) {
  947.        jquery('body').append(content);
  948.      }
  949.    };
  950.  
  951.    var hasLoggedConversion = function(token) {
  952.      if (token) {
  953.        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
  954.      }
  955.      return false;
  956.    }
  957.  
  958.    var setCookieIfConversion = function(token) {
  959.      if (token) {
  960.        var twoMonthsFromNow = new Date(Date.now());
  961.        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
  962.  
  963.        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
  964.      }
  965.    }
  966.  
  967.    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  968.    if (trekkie.integrations) {
  969.      return;
  970.    }
  971.    trekkie.methods = [
  972.      'identify',
  973.      'page',
  974.      'ready',
  975.      'track',
  976.      'trackForm',
  977.      'trackLink'
  978.    ];
  979.    trekkie.factory = function(method) {
  980.      return function() {
  981.        var args = Array.prototype.slice.call(arguments);
  982.        args.unshift(method);
  983.        trekkie.push(args);
  984.        return trekkie;
  985.      };
  986.    };
  987.    for (var i = 0; i < trekkie.methods.length; i++) {
  988.      var key = trekkie.methods[i];
  989.      trekkie[key] = trekkie.factory(key);
  990.    }
  991.    trekkie.load = function(config) {
  992.      trekkie.config = config || {};
  993.      trekkie.config.initialDocumentCookie = document.cookie;
  994.      var first = document.getElementsByTagName('script')[0];
  995.      var script = document.createElement('script');
  996.      script.type = 'text/javascript';
  997.      script.onerror = function(e) {
  998.        var scriptFallback = document.createElement('script');
  999.        scriptFallback.type = 'text/javascript';
  1000.        scriptFallback.onerror = function(error) {
  1001.                var Monorail = {
  1002.      produce: function produce(monorailDomain, schemaId, payload) {
  1003.        var currentMs = new Date().getTime();
  1004.        var event = {
  1005.          schema_id: schemaId,
  1006.          payload: payload,
  1007.          metadata: {
  1008.            event_created_at_ms: currentMs,
  1009.            event_sent_at_ms: currentMs
  1010.          }
  1011.        };
  1012.        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
  1013.      },
  1014.      sendRequest: function sendRequest(endpointUrl, payload) {
  1015.        // Try the sendBeacon API
  1016.        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
  1017.          var blobData = new window.Blob([payload], {
  1018.            type: 'text/plain'
  1019.          });
  1020.  
  1021.          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
  1022.            return true;
  1023.          } // sendBeacon was not successful
  1024.  
  1025.        } // XHR beacon
  1026.  
  1027.        var xhr = new XMLHttpRequest();
  1028.  
  1029.        try {
  1030.          xhr.open('POST', endpointUrl);
  1031.          xhr.setRequestHeader('Content-Type', 'text/plain');
  1032.          xhr.send(payload);
  1033.        } catch (e) {
  1034.          console.log(e);
  1035.        }
  1036.  
  1037.        return false;
  1038.      },
  1039.      isIos12: function isIos12() {
  1040.        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
  1041.      }
  1042.    };
  1043.    Monorail.produce('monorail-edge.shopifysvc.com',
  1044.      'trekkie_storefront_load_errors/1.1',
  1045.      {shop_id: 68751556926,
  1046.      theme_id: 167719436606,
  1047.      app_name: "storefront",
  1048.      context_url: window.location.href,
  1049.      source_url: "//lassoswim.com/cdn/s/trekkie.storefront.1ba35b5f093ffd68a8c5f392f4d0d189b99599a5.min.js"});
  1050.  
  1051.        };
  1052.        scriptFallback.async = true;
  1053.        scriptFallback.src = '//lassoswim.com/cdn/s/trekkie.storefront.1ba35b5f093ffd68a8c5f392f4d0d189b99599a5.min.js';
  1054.        first.parentNode.insertBefore(scriptFallback, first);
  1055.      };
  1056.      script.async = true;
  1057.      script.src = '//lassoswim.com/cdn/s/trekkie.storefront.1ba35b5f093ffd68a8c5f392f4d0d189b99599a5.min.js';
  1058.      first.parentNode.insertBefore(script, first);
  1059.    };
  1060.    trekkie.load(
  1061.      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":68751556926,"isMerchantRequest":null,"themeId":167719436606,"themeCityHash":"10401906722153338802","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
  1062.    );
  1063.  
  1064.    var loaded = false;
  1065.    trekkie.ready(function() {
  1066.      if (loaded) return;
  1067.      loaded = true;
  1068.  
  1069.      window.ShopifyAnalytics.lib = window.trekkie;
  1070.  
  1071.  
  1072.      var originalDocumentWrite = document.write;
  1073.      document.write = customDocumentWrite;
  1074.      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
  1075.      document.write = originalDocumentWrite;
  1076.  
  1077.      window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});
  1078.  
  1079.      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
  1080.      var token = match? match[1]: undefined;
  1081.      if (!hasLoggedConversion(token)) {
  1082.        setCookieIfConversion(token);
  1083.        
  1084.      }
  1085.    });
  1086.  
  1087.  
  1088.        var eventsListenerScript = document.createElement('script');
  1089.        eventsListenerScript.async = true;
  1090.        eventsListenerScript.src = "//lassoswim.com/cdn/shopifycloud/shopify/assets/shop_events_listener-20905db421adb60b04582abab58b285362bc2e1011d17cd3eabb3bfe05798c59.js";
  1091.        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
  1092.  
  1093. })();</script>
  1094. <script class="boomerang">
  1095. (function () {
  1096.  window.BOOMR = window.BOOMR || {};
  1097.  window.BOOMR.themeName = "Stiletto";
  1098.  window.BOOMR.themeVersion = "3.2.1";
  1099.  window.BOOMR.shopId = 68751556926;
  1100.  window.BOOMR.themeId = 167719436606;
  1101. })();</script>
  1102. <script
  1103.  defer
  1104.  src="https://lassoswim.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.1.0.min.js"
  1105.  data-application="storefront-renderer"
  1106.  data-shop-id="68751556926"
  1107.  data-render-region="gcp-us-east1"
  1108.  data-page-type="index"
  1109.  data-theme-instance-id="167719436606"
  1110.  data-monorail-region="shop_domain"
  1111.  data-resource-timing-sampling-rate="10"
  1112. ></script>
  1113. </head>
  1114.  
  1115.  <body class="template-index">
  1116.    <div class="page">
  1117.      
  1118.        <div class="active" id="page-transition-overlay"></div>
  1119. <script>
  1120.  var pageTransitionOverlay = document.getElementById("page-transition-overlay"),
  1121.      internalReferrer = document.referrer.includes(document.location.origin),
  1122.      winPerf = window.performance,
  1123.      navTypeLegacy = winPerf && winPerf.navigation && winPerf.navigation.type,
  1124.      navType = winPerf && winPerf.getEntriesByType && winPerf.getEntriesByType("navigation")[0] && winPerf.getEntriesByType("navigation")[0].type;
  1125.  
  1126.  if (!internalReferrer || navType !== "navigate" || navTypeLegacy !== 0) {
  1127.    
  1128.    pageTransitionOverlay.className = "active skip-animation";
  1129.    setTimeout(function(){
  1130.      pageTransitionOverlay.className = "skip-animation";
  1131.      setTimeout(function(){ pageTransitionOverlay.className = ""; }, 1);
  1132.    }, 1);
  1133.  } else {
  1134.    setTimeout(function(){
  1135.      pageTransitionOverlay.className = "";
  1136.    }, 500);
  1137.  }
  1138. </script>
  1139.  
  1140.      
  1141.  
  1142.      <div class="theme-editor-scroll-offset"></div>
  1143.  
  1144.      <div class="header__space" data-header-space></div>
  1145.  
  1146.      <!-- BEGIN sections: header-group -->
  1147. <div id="shopify-section-sections--22572985811262__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar__outer-wrapper"><script>
  1148.  
  1149.  document.documentElement.setAttribute("data-enable-sticky-announcement-bar", "");
  1150. </script><div
  1151.    
  1152.    class="announcement-bar"
  1153.    data-section-id="sections--22572985811262__announcement-bar"
  1154.    data-section-type="announcement-bar"
  1155.    data-enable-sticky-announcement-bar="never"
  1156.    data-item-count="1"
  1157.    style="
  1158.      --color-background: #000000;
  1159.      --color-gradient-overlay: #000000;
  1160.      --color-gradient-overlay-transparent: rgba(0, 0, 0, 0);
  1161.      --color-text: #ffffff;
  1162.    "
  1163.  >
  1164.    <div class="ui-overlap-wrap">
  1165.      <div class="ui-overlap">
  1166.        <div class="fader left">
  1167.          <button class="slider-nav-button slider-nav-button-prev" title="Previous">
  1168.            <span class="icon icon-new icon-chevron ">
  1169.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  1170. </span>
  1171.  
  1172.          </button>
  1173.        </div>
  1174.        <div class="ui-overlap-item-clones" aria-hidden="true">
  1175.          <div
  1176.        class="announcement-bar__item ff-body fs-body-50 swiper-slide"
  1177.        
  1178.        data-slide
  1179.        
  1180.        data-index="0"
  1181.      ><div class="announcement-bar__item-inner"><p>FREE STANDARD SHIPPING ON ALL US ORDERS OVER $150</p>
  1182. </div>
  1183.      </div>
  1184.        </div>
  1185.        <div class="fader right">
  1186.          <button class="slider-nav-button slider-nav-button-next" title="Next">
  1187.            <span class="icon icon-new icon-chevron ">
  1188.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  1189. </span>
  1190.  
  1191.          </button>
  1192.        </div>
  1193.      </div>
  1194.    </div>
  1195.    <div
  1196.      class="swiper"
  1197.      data-slider
  1198.      data-autoplay-enabled="true"
  1199.      data-autoplay-delay="4000"
  1200.    >
  1201.      <div class="swiper-wrapper">
  1202.        <div
  1203.        class="announcement-bar__item ff-body fs-body-50 swiper-slide"
  1204.        
  1205.        data-slide
  1206.        
  1207.        data-index="0"
  1208.      ><div class="announcement-bar__item-inner"><p>FREE STANDARD SHIPPING ON ALL US ORDERS OVER $150</p>
  1209. </div>
  1210.      </div>
  1211.      </div>
  1212.    </div>
  1213.  </div>
  1214. </div><div id="shopify-section-sections--22572985811262__header" class="shopify-section shopify-section-group-header-group header__outer-wrapper"><script>
  1215.  
  1216.  
  1217.    document.documentElement.classList.add("sticky-header-enabled");
  1218.  
  1219.  
  1220.    document.body.classList.add("header-transparent");
  1221.  
  1222.  
  1223.    document.body.classList.add("quick-search-position-left");
  1224.  
  1225. </script><header
  1226.  data-section-id="sections--22572985811262__header"
  1227.  data-section-type="header"
  1228.  
  1229.    data-enable-sticky-header="true"
  1230.  
  1231.  
  1232.    data-transparent-header="true"
  1233.  
  1234.  class="
  1235.    header
  1236.    header--layout-logo-center-nav-below
  1237.    header--has-logo
  1238.    
  1239.      header--transparent
  1240.    
  1241.    
  1242.    header--has-accounts
  1243.    
  1244.    
  1245.    
  1246.    
  1247.    header--has-country-or-locale
  1248.  "
  1249.  
  1250.    data-is-sticky="true"
  1251.  
  1252.  data-navigation-position="below"
  1253.  data-logo-position="center"
  1254.  style="
  1255.    --logo-width: 120px;
  1256.    --mobile-logo-width: 90px;
  1257.    --color-cart-count-transparent: #000000;
  1258.    --color-text-transparent: #ffffff;
  1259.    --divider-width: 0px;
  1260.  "
  1261. >
  1262.  <a href="#main" class="header__skip-to-content btn btn--primary btn--small">
  1263.    Skip to content
  1264.  </a>
  1265.  
  1266.  <div class="header__inner">
  1267.    <div class="header__row header__row-desktop upper  ">
  1268.      <div class="header__row-segment header__row-segment-desktop left">
  1269. </div>
  1270.  
  1271.      <div class="header__row-segment header__row-segment-desktop header__row-segment-desktop--logo-left right">
  1272.        
  1273.      </div>
  1274.    </div><div class="header__row header__row-desktop logo-only">
  1275.        <h1 class="header__logo">
  1276.    <a
  1277.      class="header__logo-link"
  1278.      href="/"
  1279.      
  1280.        aria-label="Lasso Swim"
  1281.      
  1282.    ><div
  1283.    class="
  1284.      image
  1285.      regular-logo
  1286.      
  1287.      
  1288.      animation--lazy-load
  1289.    "
  1290.    style=""
  1291.  >
  1292.    
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.    
  1301.  
  1302. <img
  1303.  alt=""
  1304.  class="image__img"
  1305.  fetchpriority="high"
  1306.  width="362"
  1307.  height="125"
  1308.  src="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=320"
  1309.  
  1310.  srcset="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=100 100w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=150 150w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=200 200w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=240 240w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=280 280w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=300 300w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=360 360w"
  1311.  sizes="(max-width: 960px) 90px, 120px"
  1312.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1313. />
  1314.  </div><span class="header__logo-text">Lasso Swim</span></a>
  1315.  </h1>
  1316.      </div><div class="header__row header__row-desktop lower three-segment">
  1317.      <div class="header__row-segment header__row-segment-desktop left ">
  1318.        <a
  1319.    class="
  1320.      header__icon-touch
  1321.      header__icon-touch--search
  1322.      no-transition
  1323.    "
  1324.    href="/search"
  1325.    
  1326.      data-search
  1327.    
  1328.    aria-label="Open search modal"
  1329.    aria-controls="MainQuickSearch"
  1330.    aria-expanded="false"
  1331.  >
  1332.    <span
  1333.  class="icon-button icon-button-header-search  "
  1334.  
  1335. >
  1336.  <span class="icon-button__icon">
  1337.    <span class="icon icon-new icon-header-search ">
  1338.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.048 17.89a6.923 6.923 0 1 0 0-13.847 6.923 6.923 0 0 0 0 13.847z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round"/>
  1339.          <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  1340. </span>
  1341.  
  1342.  </span>
  1343. </span>
  1344.  
  1345.    <span
  1346.  class="icon-button icon-button-header-menu-close  "
  1347.  
  1348. >
  1349.  <span class="icon-button__icon">
  1350.    <span class="icon icon-new icon-header-menu-close ">
  1351.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg>
  1352. </span>
  1353.  
  1354.  </span>
  1355. </span>
  1356.  
  1357.  </a>
  1358.  
  1359.      </div><div
  1360.    class="header__links-primary-scroll-container"
  1361.    data-scroll-container
  1362.    data-at-start="true"
  1363.    data-at-end="true"
  1364.    data-axis="horizontal"
  1365.  >
  1366.    <button
  1367.      class="scroll-button"
  1368.      data-position="start"
  1369.      data-direction="backwards"
  1370.      title="Previous"
  1371.    >
  1372.      <span class="icon icon-new icon-chevron ">
  1373.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  1374. </span>
  1375.  
  1376.    </button>
  1377.    <div class="scroll-overflow-indicator-wrap" data-position="start">
  1378.      <div class="scroll-overflow-indicator"></div>
  1379.    </div>
  1380.    <div data-scroll-container-viewport>
  1381.      <div class="scroll-sentinal scroll-sentinal--start" data-position="start"></div>
  1382.      <nav class="header__links header__links-primary" data-navigation>
  1383.  
  1384. <ul class="header__links-list fs-navigation-base">
  1385.  
  1386.  
  1387.    
  1388.  
  1389.    <li
  1390.      
  1391.    ><a
  1392.          href="/collections/new-arrivals"
  1393.          class=""
  1394.          data-link
  1395.          
  1396.        >
  1397.          <span class="link-hover">
  1398.            NEW
  1399.          </span>
  1400.        </a></li>
  1401.  
  1402.  
  1403.    
  1404.  
  1405.    <li
  1406.      
  1407.        data-submenu-parent
  1408.      
  1409.    ><!-- if top level item is a link, render a clickable anchor link --><a
  1410.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  1411.          data-link
  1412.          data-parent
  1413.          
  1414.            data-meganav-trigger
  1415.            data-meganav-type="full_width_meganav"
  1416.            data-meganav-handle="shop"
  1417.          
  1418.          aria-haspopup="true"
  1419.          aria-expanded="false"
  1420.          aria-controls="shop-menu-1"
  1421.          
  1422.            href="/collections/all"
  1423.            
  1424.          
  1425.  
  1426.        >
  1427.          <span class="link-hover">
  1428.            SHOP
  1429.          </span>
  1430.          <span class="header__links-icon">
  1431.            <span class="icon icon-new icon-chevron-small ">
  1432.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  1433. </span>
  1434.  
  1435.          </span>
  1436.        </a><div
  1437.  class="
  1438.    meganav
  1439.    
  1440.      meganav--has-promo
  1441.      meganav--promo-position-right
  1442.    
  1443.    
  1444.      animation
  1445.      animation--dropdown
  1446.    
  1447.  "
  1448.  id="shop-menu-1"
  1449.  data-submenu data-hidden="true"
  1450.  data-menu-handle="shop"
  1451.  data-meganav-type=full_width_meganav
  1452.  
  1453.  style="
  1454.  --column-count: 3;
  1455.  --columns-width: px;
  1456.  
  1457.  --secondary-width: 700px;
  1458.  --color-promo-text: #ffffff;
  1459.  --color-text-overlay-button: #ffffff;
  1460.  --color-background-overlay-button: #ffffff;
  1461.  --color-background-overlay-outline-button-alpha:
  1462. rgba(255, 255, 255, 0.1);
  1463.  --overlay-background: #000000;
  1464.  
  1465.    --overlay-background-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 1) 96%);
  1466.  
  1467.  --overlay-opacity: 0.33;
  1468.  "
  1469.  
  1470. >
  1471.  <div class="meganav__inner">
  1472.    
  1473.    <div class="meganav__primary">
  1474.    <div
  1475.  class="meganav__nav"
  1476.  data-column-count="3"
  1477. >
  1478.  <ul class="meganav__list-parent" depth="0">
  1479.    
  1480.      <li class=" has-children" depth="0">
  1481.        <h4>
  1482.          <a href="/collections/swimwear">SWIMWEAR</a>
  1483.        </h4>
  1484.        
  1485.          <ul depth="1">
  1486.            
  1487.              <li>
  1488.                <a href="/collections/swimwear">SHOP ALL</a>
  1489.              </li>
  1490.            
  1491.              <li>
  1492.                <a href="/collections/tops">TOPS</a>
  1493.              </li>
  1494.            
  1495.              <li>
  1496.                <a href="/collections/bottoms">BOTTOMS</a>
  1497.              </li>
  1498.            
  1499.              <li>
  1500.                <a href="/collections/one-pieces">ONE PIECES</a>
  1501.              </li>
  1502.            
  1503.          </ul>
  1504.        
  1505.      </li>
  1506.    
  1507.      <li class=" has-children" depth="0">
  1508.        <h4>
  1509.          <a href="/collections/apparel">APPAREL</a>
  1510.        </h4>
  1511.        
  1512.          <ul depth="1">
  1513.            
  1514.              <li>
  1515.                <a href="/collections/apparel">SHOP ALL</a>
  1516.              </li>
  1517.            
  1518.              <li>
  1519.                <a href="/collections/tops-1">TOPS</a>
  1520.              </li>
  1521.            
  1522.              <li>
  1523.                <a href="/collections/bottoms-1">BOTTOMS</a>
  1524.              </li>
  1525.            
  1526.          </ul>
  1527.        
  1528.      </li>
  1529.    
  1530.      <li class=" has-children" depth="0">
  1531.        <h4>
  1532.          <a href="/collections/accessories">ACCESSORIES</a>
  1533.        </h4>
  1534.        
  1535.          <ul depth="1">
  1536.            
  1537.              <li>
  1538.                <a href="/collections/hats">HATS</a>
  1539.              </li>
  1540.            
  1541.          </ul>
  1542.        
  1543.      </li>
  1544.    
  1545.      <li class="" depth="0">
  1546.        <h4>
  1547.          <a href="/products/gift-card">GIFT CARDS</a>
  1548.        </h4>
  1549.        
  1550.          <ul depth="1">
  1551.            
  1552.          </ul>
  1553.        
  1554.      </li>
  1555.    
  1556.      <li class="" depth="0">
  1557.        <h4>
  1558.          <a href="/collections/sale">ON SALE</a>
  1559.        </h4>
  1560.        
  1561.          <ul depth="1">
  1562.            
  1563.          </ul>
  1564.        
  1565.      </li>
  1566.    
  1567.      <li class=" has-children" depth="0">
  1568.        <h4>
  1569.          <a href="/collections">SHOP BY COLLECTION</a>
  1570.        </h4>
  1571.        
  1572.          <ul depth="1">
  1573.            
  1574.              <li>
  1575.                <a href="/collections/born-raised">BORN & RAISED</a>
  1576.              </li>
  1577.            
  1578.          </ul>
  1579.        
  1580.      </li>
  1581.    
  1582.  </ul>
  1583.  
  1584. <span class="meganav__column-rule" data-index="1"></span><span class="meganav__column-rule" data-index="2"></span></div>
  1585.  
  1586.  </div>
  1587.    
  1588.      <div class="meganav__secondary">
  1589.      <div
  1590.        
  1591.        class="meganav-promo"
  1592.        style="
  1593.          --text-horizontal-position: center;
  1594.          --text-vertical-position: center;
  1595.          --min-promo-height: 400px;
  1596.        "
  1597.      ><a href="/collections/best-sellers" class="meganav__promo-image-link"><div
  1598.    class="
  1599.      image
  1600.      meganav__promo-image
  1601.      aspect-ratio--externally_set
  1602.      
  1603.      animation--lazy-load
  1604.    "
  1605.    style="--focal-alignment: center;"
  1606.  >
  1607.    
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.    
  1642.  
  1643. <img
  1644.  alt=""
  1645.  class="image__img"
  1646.  loading="lazy"
  1647.  width="3495"
  1648.  height="5200"
  1649.  src="//lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=320"
  1650.  
  1651.  srcset="//lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=100 100w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1000 1000w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1100 1100w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1200 1200w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1300 1300w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1400 1400w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1500 1500w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1600 1600w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=1800 1800w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=2000 2000w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=2200 2200w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=2400 2400w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=2600 2600w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=2800 2800w, //lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=3000 3000w"
  1652.  sizes="700px"
  1653.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1654. />
  1655.  </div></a><div class="meganav__secondary-promo-overlay"></div>
  1656.  
  1657.        <div class="meganav__secondary-promo-text">
  1658.          
  1659.          
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a
  1665.      
  1666.      
  1667.        href="/collections/best-sellers"
  1668.      
  1669.  
  1670.      class="
  1671.        btn
  1672.        
  1673.          btn--overlay
  1674.        
  1675.        
  1676.        
  1677.        
  1678.          btn--x-small
  1679.        
  1680.        btn--secondary"
  1681.    >
  1682.      <span>SHOP BEST SELLERS</span>
  1683.    </a>
  1684.  </div>
  1685.  
  1686.  
  1687.  
  1688.  
  1689.        </div>
  1690.      </div>
  1691.    </div>
  1692.    
  1693.  </div>
  1694. </div>
  1695. </li>
  1696.  
  1697.  
  1698.    
  1699.  
  1700.    <li
  1701.      
  1702.        data-submenu-parent
  1703.      
  1704.    ><!-- if top level item is a link, render a clickable anchor link --><a
  1705.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  1706.          data-link
  1707.          data-parent
  1708.          
  1709.            data-meganav-trigger
  1710.            data-meganav-type="compact_meganav"
  1711.            data-meganav-handle="campaign"
  1712.          
  1713.          aria-haspopup="true"
  1714.          aria-expanded="false"
  1715.          aria-controls="campaign-menu-2"
  1716.          
  1717.            href="/pages/campaign"
  1718.            
  1719.          
  1720.  
  1721.        >
  1722.          <span class="link-hover">
  1723.            CAMPAIGN
  1724.          </span>
  1725.          <span class="header__links-icon">
  1726.            <span class="icon icon-new icon-chevron-small ">
  1727.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  1728. </span>
  1729.  
  1730.          </span>
  1731.        </a><div
  1732.  class="
  1733.    meganav
  1734.    
  1735.      meganav--has-promo
  1736.      meganav--promo-position-right
  1737.    
  1738.    
  1739.      animation
  1740.      animation--dropdown
  1741.    
  1742.  "
  1743.  id="campaign-menu-2"
  1744.  data-submenu data-hidden="true"
  1745.  data-menu-handle="campaign"
  1746.  data-meganav-type=compact_meganav
  1747.  data-align-to-trigger="true"
  1748.  style="
  1749.  --column-count: 1;
  1750.  --columns-width: 270px;
  1751.  --columns-width: 270px;
  1752.  --secondary-width: 550px;
  1753.  --color-promo-text: #ffffff;
  1754.  --color-text-overlay-button: #ffffff;
  1755.  --color-background-overlay-button: #ffffff;
  1756.  --color-background-overlay-outline-button-alpha:
  1757. rgba(255, 255, 255, 0.1);
  1758.  --overlay-background: #000000;
  1759.  
  1760.    --overlay-background-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 1) 96%);
  1761.  
  1762.  --overlay-opacity: 0.0;
  1763.  "
  1764.  
  1765. >
  1766.  <div class="meganav__inner">
  1767.    
  1768.    <div class="meganav__primary">
  1769.    <div
  1770.  class="meganav__nav"
  1771.  data-column-count="1"
  1772. >
  1773.  <ul class="meganav__list-parent" depth="0">
  1774.    
  1775.      <li class="" depth="0">
  1776.        <h4>
  1777.          <a href="/pages/born-raised">BORN & RAISED</a>
  1778.        </h4>
  1779.        
  1780.          <ul depth="1">
  1781.            
  1782.          </ul>
  1783.        
  1784.      </li>
  1785.    
  1786.      <li class="" depth="0">
  1787.        <h4>
  1788.          <a href="/pages/campaign">ALL CAMPAIGNS</a>
  1789.        </h4>
  1790.        
  1791.          <ul depth="1">
  1792.            
  1793.          </ul>
  1794.        
  1795.      </li>
  1796.    
  1797.  </ul>
  1798.  
  1799. </div>
  1800.  
  1801.  </div>
  1802.    
  1803.      <div class="meganav__secondary">
  1804.      <div
  1805.        
  1806.        class="meganav-promo"
  1807.        style="
  1808.          --text-horizontal-position: center;
  1809.          --text-vertical-position: center;
  1810.          --min-promo-height: 350px;
  1811.        "
  1812.      ><a href="/pages/born-raised" class="meganav__promo-image-link"><div
  1813.    class="
  1814.      image
  1815.      meganav__promo-image
  1816.      aspect-ratio--externally_set
  1817.      
  1818.      animation--lazy-load
  1819.    "
  1820.    style="--focal-alignment: center;"
  1821.  >
  1822.    
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.    
  1861.  
  1862. <img
  1863.  alt=""
  1864.  class="image__img"
  1865.  loading="lazy"
  1866.  width="5472"
  1867.  height="3648"
  1868.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  1869.  
  1870.  srcset="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=100 100w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=150 150w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=200 200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=240 240w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=280 280w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=300 300w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=360 360w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=400 400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=450 450w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=500 500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=550 550w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=600 600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=650 650w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=700 700w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=750 750w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=800 800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=850 850w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=900 900w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=950 950w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1000 1000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1100 1100w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1200 1200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1300 1300w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1400 1400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1500 1500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1600 1600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1800 1800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2000 2000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2200 2200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2400 2400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2600 2600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2800 2800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3000 3000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3500 3500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4000 4000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4500 4500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=5000 5000w"
  1871.  sizes="550px"
  1872.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1873. />
  1874.  </div></a><div class="meganav__secondary-promo-overlay"></div>
  1875.  
  1876.        <div class="meganav__secondary-promo-text">
  1877.          
  1878.            <h3 class="ff-heading fs-heading-4-base meganav__secondary-promo-text-heading">Born & Raised</h3>
  1879.          
  1880.          
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a
  1886.      
  1887.      
  1888.        href="/pages/born-raised"
  1889.      
  1890.  
  1891.      class="
  1892.        btn
  1893.        
  1894.          btn--overlay
  1895.        
  1896.        
  1897.        
  1898.        
  1899.          btn--x-small
  1900.        
  1901.        btn--secondary"
  1902.    >
  1903.      <span>Summer '23</span>
  1904.    </a>
  1905.  </div>
  1906.  
  1907.  
  1908.  
  1909.  
  1910.        </div>
  1911.      </div>
  1912.    </div>
  1913.    
  1914.  </div>
  1915. </div>
  1916. </li>
  1917.  
  1918.  
  1919.    
  1920.  
  1921.    <li
  1922.      
  1923.    ><a
  1924.          href="/blogs/journal"
  1925.          class=""
  1926.          data-link
  1927.          
  1928.        >
  1929.          <span class="link-hover">
  1930.            JOURNAL
  1931.          </span>
  1932.        </a></li>
  1933.  
  1934.  
  1935.    
  1936.  
  1937.    <li
  1938.      
  1939.        data-submenu-parent
  1940.      
  1941.    ><!-- if top level item is a link, render a clickable anchor link --><a
  1942.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  1943.          data-link
  1944.          data-parent
  1945.          
  1946.            data-dropdown-trigger
  1947.          
  1948.          aria-haspopup="true"
  1949.          aria-expanded="false"
  1950.          aria-controls="info-menu-4"
  1951.          
  1952.            href="/search"
  1953.            
  1954.          
  1955.  
  1956.        >
  1957.          <span class="link-hover">
  1958.            INFO
  1959.          </span>
  1960.          <span class="header__links-icon">
  1961.            <span class="icon icon-new icon-chevron-small ">
  1962.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  1963. </span>
  1964.  
  1965.          </span>
  1966.        </a><div
  1967.  class="
  1968.    navigation__submenu
  1969.    ff-body
  1970.    fs-body-100
  1971.    
  1972.      animation
  1973.      animation--dropdown
  1974.    
  1975.  "
  1976.  id="info-menu-4"
  1977.  data-submenu
  1978.  data-depth="1"
  1979.  aria-hidden="true"
  1980. >
  1981.  <ul class="navigation__submenu-list"><li class="navigation__submenu-item"><a
  1982.            href="/pages/about"
  1983.            class=""
  1984.            
  1985.            data-link
  1986.          >
  1987.            OUR STORY
  1988.          </a></li><li class="navigation__submenu-item"><a
  1989.            href="/pages/faq"
  1990.            class=""
  1991.            
  1992.            data-link
  1993.          >
  1994.            FAQ
  1995.          </a></li><li class="navigation__submenu-item"><a
  1996.            href="/pages/size-chart"
  1997.            class=""
  1998.            
  1999.            data-link
  2000.          >
  2001.            SIZING
  2002.          </a></li><li class="navigation__submenu-item"><a
  2003.            href="/pages/contact"
  2004.            class=""
  2005.            
  2006.            data-link
  2007.          >
  2008.            CONTACT US
  2009.          </a></li></ul>
  2010. </div>
  2011. </li>
  2012.  
  2013. </ul>
  2014.  
  2015. </nav>
  2016.      <div class="scroll-sentinal scroll-sentinal--end" data-position="end"></div>
  2017.    </div>
  2018.    <div class="scroll-overflow-indicator-wrap" data-position="end">
  2019.      <div class="scroll-overflow-indicator"></div>
  2020.    </div>
  2021.    <button
  2022.      class="scroll-button"
  2023.      data-position="end"
  2024.      data-direction="forwards"
  2025.      title="Next"
  2026.    >
  2027.      <span class="icon icon-new icon-chevron ">
  2028.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2029. </span>
  2030.  
  2031.    </button>
  2032.  </div>
  2033. <div class="header__row-segment header__row-segment-desktop right"><a
  2034.    class="header__icon-touch header__icon-touch--account"
  2035.    href="/account"
  2036.    aria-label="Go to the account page"
  2037.  >
  2038.    <span
  2039.  class="icon-button icon-button-header-account  "
  2040.  
  2041. >
  2042.  <span class="icon-button__icon">
  2043.    <span class="icon icon-new icon-header-account ">
  2044.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 12.413a4.358 4.358 0 1 0 0-8.715 4.358 4.358 0 0 0 0 8.715zM3.488 20.857c0-3.085 1.594-5.61 5.26-5.61h6.503c3.667 0 5.261 2.525 5.261 5.61" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2045. </span>
  2046.  
  2047.  </span>
  2048. </span>
  2049.  
  2050.  </a>
  2051. <a
  2052.    class="header__icon-touch no-transition"
  2053.    href="/cart"
  2054.    aria-label="Open cart modal"
  2055.    data-js-cart-icon="bag"
  2056.  >
  2057.    
  2058.    <span
  2059.  class="icon-button icon-button-header-shopping-bag  "
  2060.  
  2061. >
  2062.  <span class="icon-button__icon">
  2063.    <span class="icon icon-new icon-header-shopping-bag ">
  2064.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.148 11.479c-.101-1.428-.125-2.985-.296-4.57C15.577 4.37 14.372 2.64 12 2.64S8.423 4.37 8.148 6.908c-.171 1.586-.195 3.142-.296 4.57" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linejoin="bevel"/>
  2065.          <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2066. </span>
  2067.  
  2068.  </span>
  2069. </span>
  2070.  
  2071.  
  2072.    <span data-js-cart-count>0</span>
  2073.  </a>
  2074.      </div>
  2075.    </div>
  2076.  
  2077.    <div class="header__row header__row-mobile three-segment"><div class="header__row-segment left">
  2078.          <button
  2079.    class="header__menu-icon header__icon-touch header__icon-menu"
  2080.    aria-label="Open menu modal"
  2081.    aria-expanded="false"
  2082.    data-aria-label-closed="Open menu modal"
  2083.    data-aria-label-opened="Close menu modal"
  2084.    data-js-menu-button
  2085.  >
  2086.    <span
  2087.  class="icon-button icon-button-header-menu  "
  2088.  
  2089. >
  2090.  <span class="icon-button__icon">
  2091.    <span class="icon icon-new icon-header-menu ">
  2092.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.692 12.646h16.616M3.692 5.762h16.616M3.692 19.608h16.616" stroke="currentColor" stroke-width="1.2"/></svg>
  2093. </span>
  2094.  
  2095.  </span>
  2096. </span>
  2097.  
  2098.    <span
  2099.  class="icon-button icon-button-header-menu-close  "
  2100.  
  2101. >
  2102.  <span class="icon-button__icon">
  2103.    <span class="icon icon-new icon-header-menu-close ">
  2104.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg>
  2105. </span>
  2106.  
  2107.  </span>
  2108. </span>
  2109.  
  2110.  </button>
  2111.        </div>
  2112.  
  2113.        <h1 class="header__logo">
  2114.    <a
  2115.      class="header__logo-link"
  2116.      href="/"
  2117.      
  2118.        aria-label="Lasso Swim"
  2119.      
  2120.    ><div
  2121.    class="
  2122.      image
  2123.      regular-logo
  2124.      
  2125.      
  2126.      animation--lazy-load
  2127.    "
  2128.    style=""
  2129.  >
  2130.    
  2131.  
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  
  2138.    
  2139.  
  2140. <img
  2141.  alt=""
  2142.  class="image__img"
  2143.  fetchpriority="high"
  2144.  width="362"
  2145.  height="125"
  2146.  src="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=320"
  2147.  
  2148.  srcset="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=100 100w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=150 150w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=200 200w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=240 240w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=280 280w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=300 300w, //lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=360 360w"
  2149.  sizes="(max-width: 960px) 90px, 120px"
  2150.  onload="javascript: this.closest('.image').classList.add('loaded')"
  2151. />
  2152.  </div><span class="header__logo-text">Lasso Swim</span></a>
  2153.  </h1>
  2154.  
  2155.        <div class="header__row-segment right">
  2156.          <a
  2157.    class="
  2158.      header__icon-touch
  2159.      header__icon-touch--search
  2160.      no-transition
  2161.    "
  2162.    href="/search"
  2163.    
  2164.      data-search
  2165.    
  2166.    aria-label="Open search modal"
  2167.    aria-controls="MainQuickSearch"
  2168.    aria-expanded="false"
  2169.  >
  2170.    <span
  2171.  class="icon-button icon-button-header-search  "
  2172.  
  2173. >
  2174.  <span class="icon-button__icon">
  2175.    <span class="icon icon-new icon-header-search ">
  2176.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.048 17.89a6.923 6.923 0 1 0 0-13.847 6.923 6.923 0 0 0 0 13.847z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round"/>
  2177.          <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2178. </span>
  2179.  
  2180.  </span>
  2181. </span>
  2182.  
  2183.    <span
  2184.  class="icon-button icon-button-header-menu-close  "
  2185.  
  2186. >
  2187.  <span class="icon-button__icon">
  2188.    <span class="icon icon-new icon-header-menu-close ">
  2189.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg>
  2190. </span>
  2191.  
  2192.  </span>
  2193. </span>
  2194.  
  2195.  </a>
  2196. <a
  2197.    class="header__icon-touch header__icon-touch--account"
  2198.    href="/account"
  2199.    aria-label="Go to the account page"
  2200.  >
  2201.    <span
  2202.  class="icon-button icon-button-header-account  "
  2203.  
  2204. >
  2205.  <span class="icon-button__icon">
  2206.    <span class="icon icon-new icon-header-account ">
  2207.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 12.413a4.358 4.358 0 1 0 0-8.715 4.358 4.358 0 0 0 0 8.715zM3.488 20.857c0-3.085 1.594-5.61 5.26-5.61h6.503c3.667 0 5.261 2.525 5.261 5.61" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2208. </span>
  2209.  
  2210.  </span>
  2211. </span>
  2212.  
  2213.  </a>
  2214. <a
  2215.    class="header__icon-touch no-transition"
  2216.    href="/cart"
  2217.    aria-label="Open cart modal"
  2218.    data-js-cart-icon="bag"
  2219.  >
  2220.    
  2221.    <span
  2222.  class="icon-button icon-button-header-shopping-bag  "
  2223.  
  2224. >
  2225.  <span class="icon-button__icon">
  2226.    <span class="icon icon-new icon-header-shopping-bag ">
  2227.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.148 11.479c-.101-1.428-.125-2.985-.296-4.57C15.577 4.37 14.372 2.64 12 2.64S8.423 4.37 8.148 6.908c-.171 1.586-.195 3.142-.296 4.57" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linejoin="bevel"/>
  2228.          <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2229. </span>
  2230.  
  2231.  </span>
  2232. </span>
  2233.  
  2234.  
  2235.    <span data-js-cart-count>0</span>
  2236.  </a>
  2237.        </div></div>
  2238.  </div>
  2239.  
  2240.  <div class="no-js-menu no-js-menu--desktop">
  2241.    <nav>
  2242.  <ul>
  2243.    
  2244.      <li>
  2245.        <a href="/collections/new-arrivals">NEW</a>
  2246.      </li>
  2247.      
  2248.    
  2249.      <li>
  2250.        <a href="/collections/all">SHOP</a>
  2251.      </li>
  2252.      
  2253.        <li>
  2254.          <a href="/collections/swimwear">SWIMWEAR</a>
  2255.        </li>
  2256.        
  2257.          <li>
  2258.            <a href="/collections/swimwear">SHOP ALL</a>
  2259.          </li>
  2260.          
  2261.        
  2262.          <li>
  2263.            <a href="/collections/tops">TOPS</a>
  2264.          </li>
  2265.          
  2266.        
  2267.          <li>
  2268.            <a href="/collections/bottoms">BOTTOMS</a>
  2269.          </li>
  2270.          
  2271.        
  2272.          <li>
  2273.            <a href="/collections/one-pieces">ONE PIECES</a>
  2274.          </li>
  2275.          
  2276.        
  2277.      
  2278.        <li>
  2279.          <a href="/collections/apparel">APPAREL</a>
  2280.        </li>
  2281.        
  2282.          <li>
  2283.            <a href="/collections/apparel">SHOP ALL</a>
  2284.          </li>
  2285.          
  2286.        
  2287.          <li>
  2288.            <a href="/collections/tops-1">TOPS</a>
  2289.          </li>
  2290.          
  2291.        
  2292.          <li>
  2293.            <a href="/collections/bottoms-1">BOTTOMS</a>
  2294.          </li>
  2295.          
  2296.        
  2297.      
  2298.        <li>
  2299.          <a href="/collections/accessories">ACCESSORIES</a>
  2300.        </li>
  2301.        
  2302.          <li>
  2303.            <a href="/collections/hats">HATS</a>
  2304.          </li>
  2305.          
  2306.        
  2307.      
  2308.        <li>
  2309.          <a href="/products/gift-card">GIFT CARDS</a>
  2310.        </li>
  2311.        
  2312.      
  2313.        <li>
  2314.          <a href="/collections/sale">ON SALE</a>
  2315.        </li>
  2316.        
  2317.      
  2318.        <li>
  2319.          <a href="/collections">SHOP BY COLLECTION</a>
  2320.        </li>
  2321.        
  2322.          <li>
  2323.            <a href="/collections/born-raised">BORN & RAISED</a>
  2324.          </li>
  2325.          
  2326.        
  2327.      
  2328.    
  2329.      <li>
  2330.        <a href="/pages/campaign">CAMPAIGN</a>
  2331.      </li>
  2332.      
  2333.        <li>
  2334.          <a href="/pages/born-raised">BORN & RAISED</a>
  2335.        </li>
  2336.        
  2337.      
  2338.        <li>
  2339.          <a href="/pages/campaign">ALL CAMPAIGNS</a>
  2340.        </li>
  2341.        
  2342.      
  2343.    
  2344.      <li>
  2345.        <a href="/blogs/journal">JOURNAL</a>
  2346.      </li>
  2347.      
  2348.    
  2349.      <li>
  2350.        <a href="/search">INFO</a>
  2351.      </li>
  2352.      
  2353.        <li>
  2354.          <a href="/pages/about">OUR STORY</a>
  2355.        </li>
  2356.        
  2357.      
  2358.        <li>
  2359.          <a href="/pages/faq">FAQ</a>
  2360.        </li>
  2361.        
  2362.      
  2363.        <li>
  2364.          <a href="/pages/size-chart">SIZING</a>
  2365.        </li>
  2366.        
  2367.      
  2368.        <li>
  2369.          <a href="/pages/contact">CONTACT US</a>
  2370.        </li>
  2371.        
  2372.      
  2373.    
  2374. </ul>
  2375. </nav>
  2376.  
  2377.  </div>
  2378.  
  2379.  
  2380.  
  2381. <section
  2382.  class="
  2383.    drawer-menu
  2384.    
  2385.      animation
  2386.      animation--drawer-menu
  2387.    
  2388.  "
  2389.  data-drawer-menu
  2390.  data-scroll-lock-ignore
  2391.  style="--item-height: 52px"
  2392. >
  2393.  <div class="drawer-menu__overlay" data-overlay></div>
  2394.  
  2395.  <div class="drawer-menu__panel">
  2396.    <div class="drawer-menu__bottom">
  2397.      <div class="drawer-menu__all-links" data-depth="0" data-all-links data-in-initial-position="true">
  2398.        <div class="drawer-menu__contents" data-scroll-lock-ignore>
  2399.          <div class="drawer-menu__main" data-main role="navigation">
  2400.            <div class="drawer-menu__links-wrapper animation--drawer-menu-item">
  2401.              <ul class="drawer-menu__primary-links" data-depth="0" data-primary-container="true">
  2402.                <li
  2403.    class="
  2404.      drawer-menu__item
  2405.      
  2406.      
  2407.    "
  2408.    data-list-item
  2409.  >
  2410.    <a
  2411.      data-item="link"
  2412.      class="drawer-menu__link  "
  2413.      href="/collections/new-arrivals"
  2414.      
  2415.    >
  2416.      <div class="drawer-menu__link-title">
  2417.        
  2418.        
  2419.  
  2420.        <span class="">
  2421.          NEW
  2422.        </span>
  2423.      </div></a>
  2424.  
  2425.    
  2426. </li><li
  2427.    class="
  2428.      drawer-menu__item
  2429.      
  2430.      
  2431.    "
  2432.    data-list-item
  2433.  >
  2434.    <a
  2435.      data-item="parent"
  2436.      class="drawer-menu__link no-transition "
  2437.      href="/collections/all"
  2438.      
  2439.        data-link="primary"
  2440.        aria-haspopup="true"
  2441.        aria-expanded="false"
  2442.      
  2443.    >
  2444.      <div class="drawer-menu__link-title">
  2445.        
  2446.        
  2447.  
  2448.        <span class="">
  2449.          SHOP
  2450.        </span>
  2451.      </div><span class="icon icon-new icon-chevron menu-icon">
  2452.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2453. </span>
  2454.  
  2455. </a>
  2456.  
  2457.    
  2458. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  2459.        
  2460.        
  2461.        <li class="drawer-menu__item drawer-menu__item--heading">
  2462.          <span
  2463.            class="drawer-menu__item--heading-back-link"
  2464.            data-item="back"
  2465.            aria-label="Back"
  2466.          >
  2467.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2468.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  2469. </span>
  2470.  
  2471.          </span>
  2472.          <a
  2473.            class="drawer-menu__link"
  2474.            data-heading="true"
  2475.            
  2476.              href="/collections/all"
  2477.            
  2478.          >
  2479.            <span class="fs-body-300">SHOP</span>
  2480.          </a>
  2481.        </li>
  2482.        <li
  2483.    class="
  2484.      drawer-menu__item
  2485.      
  2486.      
  2487.    "
  2488.    data-list-item
  2489.  >
  2490.    <a
  2491.      data-item="parent"
  2492.      class="drawer-menu__link no-transition "
  2493.      href="/collections/swimwear"
  2494.      
  2495.        data-link="primary"
  2496.        aria-haspopup="true"
  2497.        aria-expanded="false"
  2498.      
  2499.    >
  2500.      <div class="drawer-menu__link-title">
  2501.        
  2502.        
  2503.  
  2504.        <span class="">
  2505.          SWIMWEAR
  2506.        </span>
  2507.      </div><span class="icon icon-new icon-chevron menu-icon">
  2508.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2509. </span>
  2510.  
  2511. </a>
  2512.  
  2513.    
  2514. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2515.        
  2516.        
  2517.        <li class="drawer-menu__item drawer-menu__item--heading">
  2518.          <span
  2519.            class="drawer-menu__item--heading-back-link"
  2520.            data-item="back"
  2521.            aria-label="Back"
  2522.          >
  2523.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2524.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  2525. </span>
  2526.  
  2527.          </span>
  2528.          <a
  2529.            class="drawer-menu__link"
  2530.            data-heading="true"
  2531.            
  2532.              href="/collections/swimwear"
  2533.            
  2534.          >
  2535.            <span class="fs-body-300">SWIMWEAR</span>
  2536.          </a>
  2537.        </li>
  2538.        <li
  2539.    class="
  2540.      drawer-menu__item
  2541.      
  2542.      
  2543.    "
  2544.    data-list-item
  2545.  >
  2546.    <a
  2547.      data-item="link"
  2548.      class="drawer-menu__link  "
  2549.      href="/collections/swimwear"
  2550.      
  2551.    >
  2552.      <div class="drawer-menu__link-title">
  2553.        
  2554.        
  2555.  
  2556.        <span class="">
  2557.          SHOP ALL
  2558.        </span>
  2559.      </div></a>
  2560.  
  2561.    
  2562. </li><li
  2563.    class="
  2564.      drawer-menu__item
  2565.      
  2566.      
  2567.    "
  2568.    data-list-item
  2569.  >
  2570.    <a
  2571.      data-item="link"
  2572.      class="drawer-menu__link  "
  2573.      href="/collections/tops"
  2574.      
  2575.    >
  2576.      <div class="drawer-menu__link-title">
  2577.        
  2578.        
  2579.  
  2580.        <span class="">
  2581.          TOPS
  2582.        </span>
  2583.      </div></a>
  2584.  
  2585.    
  2586. </li><li
  2587.    class="
  2588.      drawer-menu__item
  2589.      
  2590.      
  2591.    "
  2592.    data-list-item
  2593.  >
  2594.    <a
  2595.      data-item="link"
  2596.      class="drawer-menu__link  "
  2597.      href="/collections/bottoms"
  2598.      
  2599.    >
  2600.      <div class="drawer-menu__link-title">
  2601.        
  2602.        
  2603.  
  2604.        <span class="">
  2605.          BOTTOMS
  2606.        </span>
  2607.      </div></a>
  2608.  
  2609.    
  2610. </li><li
  2611.    class="
  2612.      drawer-menu__item
  2613.      
  2614.      
  2615.    "
  2616.    data-list-item
  2617.  >
  2618.    <a
  2619.      data-item="link"
  2620.      class="drawer-menu__link  "
  2621.      href="/collections/one-pieces"
  2622.      
  2623.    >
  2624.      <div class="drawer-menu__link-title">
  2625.        
  2626.        
  2627.  
  2628.        <span class="">
  2629.          ONE PIECES
  2630.        </span>
  2631.      </div></a>
  2632.  
  2633.    
  2634. </li>
  2635.      </ul></li><li
  2636.    class="
  2637.      drawer-menu__item
  2638.      
  2639.      
  2640.    "
  2641.    data-list-item
  2642.  >
  2643.    <a
  2644.      data-item="parent"
  2645.      class="drawer-menu__link no-transition "
  2646.      href="/collections/apparel"
  2647.      
  2648.        data-link="primary"
  2649.        aria-haspopup="true"
  2650.        aria-expanded="false"
  2651.      
  2652.    >
  2653.      <div class="drawer-menu__link-title">
  2654.        
  2655.        
  2656.  
  2657.        <span class="">
  2658.          APPAREL
  2659.        </span>
  2660.      </div><span class="icon icon-new icon-chevron menu-icon">
  2661.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2662. </span>
  2663.  
  2664. </a>
  2665.  
  2666.    
  2667. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2668.        
  2669.        
  2670.        <li class="drawer-menu__item drawer-menu__item--heading">
  2671.          <span
  2672.            class="drawer-menu__item--heading-back-link"
  2673.            data-item="back"
  2674.            aria-label="Back"
  2675.          >
  2676.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2677.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  2678. </span>
  2679.  
  2680.          </span>
  2681.          <a
  2682.            class="drawer-menu__link"
  2683.            data-heading="true"
  2684.            
  2685.              href="/collections/apparel"
  2686.            
  2687.          >
  2688.            <span class="fs-body-300">APPAREL</span>
  2689.          </a>
  2690.        </li>
  2691.        <li
  2692.    class="
  2693.      drawer-menu__item
  2694.      
  2695.      
  2696.    "
  2697.    data-list-item
  2698.  >
  2699.    <a
  2700.      data-item="link"
  2701.      class="drawer-menu__link  "
  2702.      href="/collections/apparel"
  2703.      
  2704.    >
  2705.      <div class="drawer-menu__link-title">
  2706.        
  2707.        
  2708.  
  2709.        <span class="">
  2710.          SHOP ALL
  2711.        </span>
  2712.      </div></a>
  2713.  
  2714.    
  2715. </li><li
  2716.    class="
  2717.      drawer-menu__item
  2718.      
  2719.      
  2720.    "
  2721.    data-list-item
  2722.  >
  2723.    <a
  2724.      data-item="link"
  2725.      class="drawer-menu__link  "
  2726.      href="/collections/tops-1"
  2727.      
  2728.    >
  2729.      <div class="drawer-menu__link-title">
  2730.        
  2731.        
  2732.  
  2733.        <span class="">
  2734.          TOPS
  2735.        </span>
  2736.      </div></a>
  2737.  
  2738.    
  2739. </li><li
  2740.    class="
  2741.      drawer-menu__item
  2742.      
  2743.      
  2744.    "
  2745.    data-list-item
  2746.  >
  2747.    <a
  2748.      data-item="link"
  2749.      class="drawer-menu__link  "
  2750.      href="/collections/bottoms-1"
  2751.      
  2752.    >
  2753.      <div class="drawer-menu__link-title">
  2754.        
  2755.        
  2756.  
  2757.        <span class="">
  2758.          BOTTOMS
  2759.        </span>
  2760.      </div></a>
  2761.  
  2762.    
  2763. </li>
  2764.      </ul></li><li
  2765.    class="
  2766.      drawer-menu__item
  2767.      
  2768.      
  2769.    "
  2770.    data-list-item
  2771.  >
  2772.    <a
  2773.      data-item="parent"
  2774.      class="drawer-menu__link no-transition "
  2775.      href="/collections/accessories"
  2776.      
  2777.        data-link="primary"
  2778.        aria-haspopup="true"
  2779.        aria-expanded="false"
  2780.      
  2781.    >
  2782.      <div class="drawer-menu__link-title">
  2783.        
  2784.        
  2785.  
  2786.        <span class="">
  2787.          ACCESSORIES
  2788.        </span>
  2789.      </div><span class="icon icon-new icon-chevron menu-icon">
  2790.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2791. </span>
  2792.  
  2793. </a>
  2794.  
  2795.    
  2796. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2797.        
  2798.        
  2799.        <li class="drawer-menu__item drawer-menu__item--heading">
  2800.          <span
  2801.            class="drawer-menu__item--heading-back-link"
  2802.            data-item="back"
  2803.            aria-label="Back"
  2804.          >
  2805.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2806.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  2807. </span>
  2808.  
  2809.          </span>
  2810.          <a
  2811.            class="drawer-menu__link"
  2812.            data-heading="true"
  2813.            
  2814.              href="/collections/accessories"
  2815.            
  2816.          >
  2817.            <span class="fs-body-300">ACCESSORIES</span>
  2818.          </a>
  2819.        </li>
  2820.        <li
  2821.    class="
  2822.      drawer-menu__item
  2823.      
  2824.      
  2825.    "
  2826.    data-list-item
  2827.  >
  2828.    <a
  2829.      data-item="link"
  2830.      class="drawer-menu__link  "
  2831.      href="/collections/hats"
  2832.      
  2833.    >
  2834.      <div class="drawer-menu__link-title">
  2835.        
  2836.        
  2837.  
  2838.        <span class="">
  2839.          HATS
  2840.        </span>
  2841.      </div></a>
  2842.  
  2843.    
  2844. </li>
  2845.      </ul></li><li
  2846.    class="
  2847.      drawer-menu__item
  2848.      
  2849.      
  2850.    "
  2851.    data-list-item
  2852.  >
  2853.    <a
  2854.      data-item="link"
  2855.      class="drawer-menu__link  "
  2856.      href="/products/gift-card"
  2857.      
  2858.    >
  2859.      <div class="drawer-menu__link-title">
  2860.        
  2861.        
  2862.  
  2863.        <span class="">
  2864.          GIFT CARDS
  2865.        </span>
  2866.      </div></a>
  2867.  
  2868.    
  2869. </li><li
  2870.    class="
  2871.      drawer-menu__item
  2872.      
  2873.      
  2874.    "
  2875.    data-list-item
  2876.  >
  2877.    <a
  2878.      data-item="link"
  2879.      class="drawer-menu__link  "
  2880.      href="/collections/sale"
  2881.      
  2882.    >
  2883.      <div class="drawer-menu__link-title">
  2884.        
  2885.        
  2886.  
  2887.        <span class="">
  2888.          ON SALE
  2889.        </span>
  2890.      </div></a>
  2891.  
  2892.    
  2893. </li><li
  2894.    class="
  2895.      drawer-menu__item
  2896.      
  2897.      
  2898.    "
  2899.    data-list-item
  2900.  >
  2901.    <a
  2902.      data-item="parent"
  2903.      class="drawer-menu__link no-transition "
  2904.      href="/collections"
  2905.      
  2906.        data-link="primary"
  2907.        aria-haspopup="true"
  2908.        aria-expanded="false"
  2909.      
  2910.    >
  2911.      <div class="drawer-menu__link-title">
  2912.        
  2913.        
  2914.  
  2915.        <span class="">
  2916.          SHOP BY COLLECTION
  2917.        </span>
  2918.      </div><span class="icon icon-new icon-chevron menu-icon">
  2919.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  2920. </span>
  2921.  
  2922. </a>
  2923.  
  2924.    
  2925. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2926.        
  2927.        
  2928.        <li class="drawer-menu__item drawer-menu__item--heading">
  2929.          <span
  2930.            class="drawer-menu__item--heading-back-link"
  2931.            data-item="back"
  2932.            aria-label="Back"
  2933.          >
  2934.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2935.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  2936. </span>
  2937.  
  2938.          </span>
  2939.          <a
  2940.            class="drawer-menu__link"
  2941.            data-heading="true"
  2942.            
  2943.              href="/collections"
  2944.            
  2945.          >
  2946.            <span class="fs-body-300">SHOP BY COLLECTION</span>
  2947.          </a>
  2948.        </li>
  2949.        <li
  2950.    class="
  2951.      drawer-menu__item
  2952.      
  2953.      
  2954.    "
  2955.    data-list-item
  2956.  >
  2957.    <a
  2958.      data-item="link"
  2959.      class="drawer-menu__link  "
  2960.      href="/collections/born-raised"
  2961.      
  2962.    >
  2963.      <div class="drawer-menu__link-title">
  2964.        
  2965.        
  2966.  
  2967.        <span class="">
  2968.          BORN & RAISED
  2969.        </span>
  2970.      </div></a>
  2971.  
  2972.    
  2973. </li>
  2974.      </ul></li>
  2975.      </ul></li><li
  2976.    class="
  2977.      drawer-menu__item
  2978.      
  2979.      
  2980.    "
  2981.    data-list-item
  2982.  >
  2983.    <a
  2984.      data-item="parent"
  2985.      class="drawer-menu__link no-transition "
  2986.      href="/pages/campaign"
  2987.      
  2988.        data-link="primary"
  2989.        aria-haspopup="true"
  2990.        aria-expanded="false"
  2991.      
  2992.    >
  2993.      <div class="drawer-menu__link-title">
  2994.        
  2995.        
  2996.  
  2997.        <span class="">
  2998.          CAMPAIGN
  2999.        </span>
  3000.      </div><span class="icon icon-new icon-chevron menu-icon">
  3001.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  3002. </span>
  3003.  
  3004. </a>
  3005.  
  3006.    
  3007. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  3008.        
  3009.        
  3010.        <li class="drawer-menu__item drawer-menu__item--heading">
  3011.          <span
  3012.            class="drawer-menu__item--heading-back-link"
  3013.            data-item="back"
  3014.            aria-label="Back"
  3015.          >
  3016.            <span class="icon icon-new icon-arrow-long back-link-icon">
  3017.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  3018. </span>
  3019.  
  3020.          </span>
  3021.          <a
  3022.            class="drawer-menu__link"
  3023.            data-heading="true"
  3024.            
  3025.              href="/pages/campaign"
  3026.            
  3027.          >
  3028.            <span class="fs-body-300">CAMPAIGN</span>
  3029.          </a>
  3030.        </li>
  3031.        <li
  3032.    class="
  3033.      drawer-menu__item
  3034.      
  3035.      
  3036.    "
  3037.    data-list-item
  3038.  >
  3039.    <a
  3040.      data-item="link"
  3041.      class="drawer-menu__link  "
  3042.      href="/pages/born-raised"
  3043.      
  3044.    >
  3045.      <div class="drawer-menu__link-title">
  3046.        
  3047.        
  3048.  
  3049.        <span class="">
  3050.          BORN & RAISED
  3051.        </span>
  3052.      </div></a>
  3053.  
  3054.    
  3055. </li><li
  3056.    class="
  3057.      drawer-menu__item
  3058.      
  3059.      
  3060.    "
  3061.    data-list-item
  3062.  >
  3063.    <a
  3064.      data-item="link"
  3065.      class="drawer-menu__link  "
  3066.      href="/pages/campaign"
  3067.      
  3068.    >
  3069.      <div class="drawer-menu__link-title">
  3070.        
  3071.        
  3072.  
  3073.        <span class="">
  3074.          ALL CAMPAIGNS
  3075.        </span>
  3076.      </div></a>
  3077.  
  3078.    
  3079. </li>
  3080.      </ul></li><li
  3081.    class="
  3082.      drawer-menu__item
  3083.      
  3084.      
  3085.    "
  3086.    data-list-item
  3087.  >
  3088.    <a
  3089.      data-item="link"
  3090.      class="drawer-menu__link  "
  3091.      href="/blogs/journal"
  3092.      
  3093.    >
  3094.      <div class="drawer-menu__link-title">
  3095.        
  3096.        
  3097.  
  3098.        <span class="">
  3099.          JOURNAL
  3100.        </span>
  3101.      </div></a>
  3102.  
  3103.    
  3104. </li><li
  3105.    class="
  3106.      drawer-menu__item
  3107.      
  3108.      
  3109.    "
  3110.    data-list-item
  3111.  >
  3112.    <a
  3113.      data-item="parent"
  3114.      class="drawer-menu__link no-transition "
  3115.      href="/search"
  3116.      
  3117.        data-link="primary"
  3118.        aria-haspopup="true"
  3119.        aria-expanded="false"
  3120.      
  3121.    >
  3122.      <div class="drawer-menu__link-title">
  3123.        
  3124.        
  3125.  
  3126.        <span class="">
  3127.          INFO
  3128.        </span>
  3129.      </div><span class="icon icon-new icon-chevron menu-icon">
  3130.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  3131. </span>
  3132.  
  3133. </a>
  3134.  
  3135.    
  3136. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  3137.        
  3138.        
  3139.        <li class="drawer-menu__item drawer-menu__item--heading">
  3140.          <span
  3141.            class="drawer-menu__item--heading-back-link"
  3142.            data-item="back"
  3143.            aria-label="Back"
  3144.          >
  3145.            <span class="icon icon-new icon-arrow-long back-link-icon">
  3146.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg>
  3147. </span>
  3148.  
  3149.          </span>
  3150.          <a
  3151.            class="drawer-menu__link"
  3152.            data-heading="true"
  3153.            
  3154.              href="/search"
  3155.            
  3156.          >
  3157.            <span class="fs-body-300">INFO</span>
  3158.          </a>
  3159.        </li>
  3160.        <li
  3161.    class="
  3162.      drawer-menu__item
  3163.      
  3164.      
  3165.    "
  3166.    data-list-item
  3167.  >
  3168.    <a
  3169.      data-item="link"
  3170.      class="drawer-menu__link  "
  3171.      href="/pages/about"
  3172.      
  3173.    >
  3174.      <div class="drawer-menu__link-title">
  3175.        
  3176.        
  3177.  
  3178.        <span class="">
  3179.          OUR STORY
  3180.        </span>
  3181.      </div></a>
  3182.  
  3183.    
  3184. </li><li
  3185.    class="
  3186.      drawer-menu__item
  3187.      
  3188.      
  3189.    "
  3190.    data-list-item
  3191.  >
  3192.    <a
  3193.      data-item="link"
  3194.      class="drawer-menu__link  "
  3195.      href="/pages/faq"
  3196.      
  3197.    >
  3198.      <div class="drawer-menu__link-title">
  3199.        
  3200.        
  3201.  
  3202.        <span class="">
  3203.          FAQ
  3204.        </span>
  3205.      </div></a>
  3206.  
  3207.    
  3208. </li><li
  3209.    class="
  3210.      drawer-menu__item
  3211.      
  3212.      
  3213.    "
  3214.    data-list-item
  3215.  >
  3216.    <a
  3217.      data-item="link"
  3218.      class="drawer-menu__link  "
  3219.      href="/pages/size-chart"
  3220.      
  3221.    >
  3222.      <div class="drawer-menu__link-title">
  3223.        
  3224.        
  3225.  
  3226.        <span class="">
  3227.          SIZING
  3228.        </span>
  3229.      </div></a>
  3230.  
  3231.    
  3232. </li><li
  3233.    class="
  3234.      drawer-menu__item
  3235.      
  3236.      
  3237.    "
  3238.    data-list-item
  3239.  >
  3240.    <a
  3241.      data-item="link"
  3242.      class="drawer-menu__link  "
  3243.      href="/pages/contact"
  3244.      
  3245.    >
  3246.      <div class="drawer-menu__link-title">
  3247.        
  3248.        
  3249.  
  3250.        <span class="">
  3251.          CONTACT US
  3252.        </span>
  3253.      </div></a>
  3254.  
  3255.    
  3256. </li>
  3257.      </ul></li>
  3258.              </ul>
  3259.            </div>
  3260.  
  3261.            
  3262.              <div class="drawer-menu__links-wrapper animation--drawer-menu-item">
  3263.                <ul
  3264.                  class="drawer-menu__secondary-links"
  3265.                  data-depth="0"
  3266.                  data-secondary-container="true"
  3267.                  style="--item-height: 42px"
  3268.                >
  3269.                  
  3270.                  <li class="drawer-menu__item drawer-menu__item--account-item" data-list-item>
  3271.                        <span class="icon icon-new icon-header-account ">
  3272.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 12.413a4.358 4.358 0 1 0 0-8.715 4.358 4.358 0 0 0 0 8.715zM3.488 20.857c0-3.085 1.594-5.61 5.26-5.61h6.503c3.667 0 5.261 2.525 5.261 5.61" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  3273. </span>
  3274.  
  3275.                        <a class="drawer-menu__link" href="/account">
  3276.                          Register / Login
  3277.                        </a></li>
  3278.                  
  3279.                  
  3280.                    <li class="drawer-menu__item drawer-menu__item--social-icons" data-list-item>
  3281.                      <ul class="social-icons social-icons--left" data-count="4"><li>
  3282.          <a
  3283.            href="https://facebook.com/lassoswim"
  3284.            title="Lasso Swim on Facebook"
  3285.            target="_blank"
  3286.            rel="noopener"
  3287.          >
  3288.            <span class="icon icon-new icon-facebook ">
  3289.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg>
  3290. </span>
  3291.  
  3292.          </a>
  3293.        </li><li>
  3294.          <a
  3295.            href="https://www.instagram.com/lassoswim/"
  3296.            title="Lasso Swim on Instagram"
  3297.            target="_blank"
  3298.            rel="noopener"
  3299.          >
  3300.            <span class="icon icon-new icon-instagram ">
  3301.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg>
  3302. </span>
  3303.  
  3304.          </a>
  3305.        </li><li>
  3306.          <a
  3307.            href="https://pinterest.com/lassoswim"
  3308.            title="Lasso Swim on Pinterest"
  3309.            target="_blank"
  3310.            rel="noopener"
  3311.          >
  3312.            <span class="icon icon-new icon-pinterest ">
  3313.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor" /></svg>
  3314. </span>
  3315.  
  3316.          </a>
  3317.        </li><li>
  3318.          <a
  3319.            href="https://tiktok.com/@lassoswim"
  3320.            title="Lasso Swim on Tiktok"
  3321.            target="_blank"
  3322.            rel="noopener"
  3323.          >
  3324.            <span class="icon icon-new icon-tiktok ">
  3325.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.16 1.35c.35 3 2 4.83 5 5v3.4a7.79 7.79 0 0 1-4.92-1.44v6.36c0 8.07-8.8 10.59-12.34 4.81C1.59 15.77 3 9.24 10.28 9v3.59a11.24 11.24 0 0 0-1.69.41c-1.62.55-2.54 1.58-2.29 3.4.49 3.47 6.87 4.5 6.34-2.29V1.36h3.52z" fill="currentColor"/></svg>
  3326. </span>
  3327.  
  3328.          </a>
  3329.        </li></ul>
  3330.  
  3331.                    </li>
  3332.                  
  3333.                </ul>
  3334.              </div>
  3335.            
  3336.          </div>
  3337.        </div></div>
  3338.    </div>
  3339.  </div>
  3340. </section>
  3341.  
  3342. </header>
  3343.  
  3344. <script>
  3345.  // Set heading height at component level
  3346.  const header = document.querySelector('[data-section-type="header"]');
  3347.  document.documentElement.style.setProperty('--height-header', header.offsetHeight + 'px');
  3348. </script><div
  3349.    class="
  3350.      purchase-confirmation-popup
  3351.      
  3352.        animation
  3353.        animation--purchase-confirmation
  3354.      
  3355.    "
  3356.    data-purchase-confirmation-popup
  3357.  >
  3358.    <div class="purchase-confirmation-popup__inner"></div>
  3359.  </div><div class="flash-alert" data-flash-alert>
  3360.  <div class="flash-alert__container ff-body fs-body-100"></div>
  3361. </div>
  3362.  
  3363.  
  3364.  
  3365. </div>
  3366. <!-- END sections: header-group -->
  3367.      <!-- BEGIN sections: overlay-group -->
  3368. <div id="shopify-section-sections--22572985844030__quick-cart" class="shopify-section shopify-section-group-overlay-group"><div
  3369.    class="
  3370.      quick-cart
  3371.      
  3372.        animation
  3373.        animation--quick-cart
  3374.      
  3375.    "
  3376.    data-section-id="sections--22572985844030__quick-cart"
  3377.    data-section-type="quick-cart"
  3378.  >
  3379.    <div class="quick-cart__wrapper">
  3380.      <div class="quick-cart__overlay"></div>
  3381.      <div class="quick-cart__container">
  3382.        <div class="quick-cart__header">
  3383.          <h2 class="quick-cart__heading ff-heading fs-heading-5-base">
  3384.            Your cart
  3385.          </h2>
  3386.          <button
  3387.            type="button"
  3388.            data-modal-close
  3389.            class="quick-cart__close-icon"
  3390.            aria-label="Close"
  3391.          >
  3392.            <span
  3393.  class="icon-button icon-button-close  icon-button--small "
  3394.  
  3395. >
  3396.  <span class="icon-button__icon">
  3397.    <span class="icon icon-new icon-close ">
  3398.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  3399. </span>
  3400.  
  3401.  </span>
  3402. </span>
  3403.  
  3404.          </button>
  3405.        </div><div class="quick-cart__empty-state">
  3406.            <h3 class="quick-cart__empty-state-heading ff-heading fs-heading fs-heading-4-base">
  3407.              Your cart is empty
  3408.            </h3>
  3409.  
  3410.  
  3411.  
  3412.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center quick-cart__empty-state-promo-button" ><a
  3413.      
  3414.      
  3415.        href="/collections"
  3416.      
  3417.  
  3418.      class="
  3419.        btn
  3420.        
  3421.        
  3422.        
  3423.        
  3424.        btn--secondary"
  3425.    >
  3426.      <span>Continue shopping</span>
  3427.    </a>
  3428.  </div>
  3429.  
  3430.  
  3431.  
  3432. </div></div>
  3433.    </div>
  3434.  </div>
  3435. </div><div id="shopify-section-sections--22572985844030__popup" class="shopify-section shopify-section-group-overlay-group"><div
  3436.    data-section-id="sections--22572985844030__popup"
  3437.    data-section-type="popup"
  3438.    class="popups"
  3439.  ><div
  3440.        class="
  3441.          popup
  3442.          popup--popup
  3443.          popup--flyout-position-
  3444.          popup--size-medium
  3445.          
  3446.            popup--has-image
  3447.            
  3448.          
  3449.          popup--image-position-background
  3450.          
  3451.          animation
  3452.          animation--popup
  3453.        "
  3454.        style="
  3455.          --color-background: #ffffff;
  3456.          --color-text: #ffffff;
  3457.          --color-text-link: #ffffff;
  3458.          --text-alignment: center;
  3459.          --overlay-background: #000000;
  3460.          --overlay-opacity: 0.0;
  3461.          --color-text-input: #000000;
  3462.          --color-background-input: #ffffff;
  3463.          
  3464. --color-text-overlay-button: #ffffff; --color-text-overlay-button-alpha:
  3465. rgba(255, 255, 255, 0.6); --color-background-overlay-button: #000000;
  3466. --color-background-overlay-button-hover: #333333;--color-background-overlay-button-alpha:
  3467. rgba(0, 0, 0, 0.6); --color-background-overlay-outline-button-alpha:
  3468. rgba(0, 0, 0, 0.1);
  3469.  
  3470.        "
  3471.        data-popup
  3472.        data-id="a184d0e0-40a1-4df0-80c2-1644889dd7ce"
  3473.        data-popup-type="popup"
  3474.        data-delay-type="timer"
  3475.        data-delay-value="5000"
  3476.        data-hour-frequency="100000"
  3477.        data-show-on-exit-intent="false"
  3478.        data-is-signup="true"
  3479.        
  3480.          data-scroll-lock-ignore
  3481.        
  3482.        
  3483.      >
  3484.        <div class="popup__wash"></div>
  3485.  
  3486.        <div class="popup__content">
  3487.          <div class="popup__content-inner"><button
  3488.                type="button"
  3489.                class="popup__dismiss-icon"
  3490.                data-dismiss-popup
  3491.                aria-label="Close"
  3492.              ><span class="icon icon-new icon-close ">
  3493.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  3494. </span>
  3495. </button><div
  3496.    class="
  3497.      image
  3498.      popup__image
  3499.      aspect-ratio--externally_set
  3500.      
  3501.      animation--lazy-load
  3502.    "
  3503.    style="--focal-alignment: center;"
  3504.  >
  3505.    
  3506.  
  3507.  
  3508.  
  3509.  
  3510.  
  3511.  
  3512.  
  3513.  
  3514.  
  3515.    
  3516.  
  3517. <img
  3518.  alt=""
  3519.  class="image__img"
  3520.  loading="lazy"
  3521.  width="480"
  3522.  height="480"
  3523.  src="//lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=320"
  3524.  
  3525.  srcset="//lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=100 100w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=150 150w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=200 200w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=240 240w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=280 280w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=300 300w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=360 360w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=400 400w, //lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=450 450w"
  3526.  sizes="(min-width: 720px) 550px, calc(100vw - 24px)"
  3527.  onload="javascript: this.closest('.image').classList.add('loaded')"
  3528. />
  3529.  </div><div class="popup__text-container"><div class="popup__accent fs-accent animation--popup-item">Join the rodeo</div><h3 class="popup__heading ff-heading animation--popup-item fs-heading-1-base">
  3530.                  Get 10% off
  3531.                </h3><div class="popup__subheading ff-heading fs-heading-5-base animation--popup-item">
  3532.                  your first order
  3533.                </div><div class="popup__text ff-body fs-body-100 rte animation--popup-item"><p>Sign up for our newsletter and be the first to know about new arrivals, sales, events, and more!</p></div><form method="post" action="/contact#a184d0e0-40a1-4df0-80c2-1644889dd7ce" id="a184d0e0-40a1-4df0-80c2-1644889dd7ce" accept-charset="UTF-8" class="popup__newsletter newsletter-form animation--popup-item"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
  3534.  
  3535.  
  3536.  
  3537. <div class="newsletter-form__inner">
  3538.                      <input type="hidden" name="contact[tags]" value="newsletter">
  3539.                      <label for="a184d0e0-40a1-4df0-80c2-1644889dd7ce-email" class="visually-hidden">Your email</label>
  3540.                      <input
  3541.                        type="email"
  3542.                        class="input newsletter-form__input"
  3543.                        name="contact[email]"
  3544.                        id="a184d0e0-40a1-4df0-80c2-1644889dd7ce-email"
  3545.                        value=""
  3546.                        placeholder="Your email"
  3547.                        autocorrect="off"
  3548.                        autocapitalize="off"
  3549.                        required
  3550.                      >
  3551.  
  3552.  
  3553.  
  3554.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- newsletter-form__button" ><button
  3555.      
  3556.      
  3557.        type="submit"
  3558.        
  3559.      
  3560.  
  3561.      class="
  3562.        btn
  3563.        
  3564.          btn--overlay
  3565.        
  3566.        
  3567.          btn--full
  3568.        
  3569.        
  3570.        
  3571.        btn--primary"
  3572.    >
  3573.      <span>Sign me up!</span>
  3574.    </button>
  3575.  </div>
  3576.  
  3577.  
  3578.  
  3579. </div></form>
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center popup__dismiss-text animation--popup-item" ><button
  3585.      data-dismiss-popup
  3586.      
  3587.        type="button"
  3588.        
  3589.      
  3590.  
  3591.      class="
  3592.        btn
  3593.        
  3594.        
  3595.        
  3596.        
  3597.        btn--text-link"
  3598.    >
  3599.      <span>No thanks, I'd rather pay full price!</span>
  3600.    </button>
  3601.  </div>
  3602.  
  3603.  
  3604.  
  3605. <div class="popup__footer-text ff-body fs-body-50 rte animation--popup-item">
  3606.                  <p>By completing this form, you are signing up to receive our emails and can unsubscribe at any time. We don't spam, we promise.</p>
  3607.                </div><div class="popup__social animation--popup-item">
  3608.                  <ul class="social-icons social-icons--center" data-count="4"><li>
  3609.          <a
  3610.            href="https://facebook.com/lassoswim"
  3611.            title="Lasso Swim on Facebook"
  3612.            target="_blank"
  3613.            rel="noopener"
  3614.          >
  3615.            <span class="icon icon-new icon-facebook ">
  3616.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg>
  3617. </span>
  3618.  
  3619.          </a>
  3620.        </li><li>
  3621.          <a
  3622.            href="https://www.instagram.com/lassoswim/"
  3623.            title="Lasso Swim on Instagram"
  3624.            target="_blank"
  3625.            rel="noopener"
  3626.          >
  3627.            <span class="icon icon-new icon-instagram ">
  3628.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg>
  3629. </span>
  3630.  
  3631.          </a>
  3632.        </li><li>
  3633.          <a
  3634.            href="https://pinterest.com/lassoswim"
  3635.            title="Lasso Swim on Pinterest"
  3636.            target="_blank"
  3637.            rel="noopener"
  3638.          >
  3639.            <span class="icon icon-new icon-pinterest ">
  3640.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor" /></svg>
  3641. </span>
  3642.  
  3643.          </a>
  3644.        </li><li>
  3645.          <a
  3646.            href="https://tiktok.com/@lassoswim"
  3647.            title="Lasso Swim on Tiktok"
  3648.            target="_blank"
  3649.            rel="noopener"
  3650.          >
  3651.            <span class="icon icon-new icon-tiktok ">
  3652.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.16 1.35c.35 3 2 4.83 5 5v3.4a7.79 7.79 0 0 1-4.92-1.44v6.36c0 8.07-8.8 10.59-12.34 4.81C1.59 15.77 3 9.24 10.28 9v3.59a11.24 11.24 0 0 0-1.69.41c-1.62.55-2.54 1.58-2.29 3.4.49 3.47 6.87 4.5 6.34-2.29V1.36h3.52z" fill="currentColor"/></svg>
  3653. </span>
  3654.  
  3655.          </a>
  3656.        </li></ul>
  3657.                </div></div>
  3658.          </div>
  3659.        </div>
  3660.      </div><div
  3661.          class="
  3662.            popup__tab
  3663.            popup__tab-position--bottom_left_floating
  3664.            popup__tab--enabled
  3665.          "
  3666.          style="
  3667.            --color-background: #ffffff;
  3668.            --color-text: #000000;
  3669.          "
  3670.          data-id="a184d0e0-40a1-4df0-80c2-1644889dd7ce"
  3671.        >
  3672.          <button type="button" class="popup__tab-button ff-body fs-body-100 rte">
  3673.            Get 10% off
  3674.          </button>
  3675.          <button
  3676.            type="button"
  3677.            class="popup__tab-dismiss"
  3678.            data-dismiss-tab
  3679.            aria-label="Close"
  3680.          ><span class="icon icon-new icon-close ">
  3681.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  3682. </span>
  3683. </button>
  3684.        </div></div>
  3685. </div>
  3686. <!-- END sections: overlay-group -->
  3687. <div
  3688.  id="MainQuickSearch"
  3689.  class="quick-search"
  3690.  data-quick-search
  3691.  aria-hidden="true"
  3692. >
  3693.  <div class="quick-search__overlay" data-overlay></div>
  3694.  
  3695.  <div class="quick-search__container">
  3696.    <button
  3697.      type="button"
  3698.      class="quick-search__close"
  3699.      aria-label="Close"
  3700.      data-close-icon
  3701.    >
  3702.      <span
  3703.  class="icon-button icon-button-close  icon-button--small "
  3704.  
  3705. >
  3706.  <span class="icon-button__icon">
  3707.    <span class="icon icon-new icon-close ">
  3708.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  3709. </span>
  3710.  
  3711.  </span>
  3712. </span>
  3713.  
  3714.    </button>
  3715.  
  3716.    <form
  3717.      action="/search"
  3718.      class="quick-search__form"
  3719.      autocomplete="off"
  3720.      data-quick-search-form
  3721.      data-scroll-lock-ignore
  3722.    >
  3723.      <div class="quick-search__bar">
  3724.        <div class="quick-search__bar-inner">
  3725.          <label for="search" class="visually-hidden" aria-label="What are you looking for?"></label>
  3726.          <div class="quick-search__actions">
  3727.            <button class="quick-search__submit" type="submit" aria-label="Search">
  3728.              <span class="icon icon-new icon-search ">
  3729.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.165 18.808a8.745 8.745 0 1 0 0-17.49 8.745 8.745 0 0 0 0 17.49z" stroke="currentColor" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round"/>
  3730.          <path d="m16.5 16.5 5.363 5.362" stroke="currentColor" stroke-width="1.6" stroke-miterlimit="10"/></svg>
  3731. </span>
  3732.  
  3733.            </button>
  3734.          </div>
  3735.          <input
  3736.            class="quick-search__input"
  3737.            id="search"
  3738.            type="text"
  3739.            name="q"
  3740.            placeholder="What are you looking for?"
  3741.            data-input
  3742.          >
  3743.          <input type="hidden" name="options[prefix]" value="last">
  3744.          <div class="quick-search__actions">
  3745.            <button class="quick-search__clear fs-body-50" type="button" data-clear>
  3746.              Clear
  3747.            </button>
  3748.          </div>
  3749.        </div>
  3750.      </div>
  3751.  
  3752.      <div class="quick-search__results-wrapper">
  3753.        <div class="quick-search__results" data-results></div>
  3754.      </div><div class="quick-search__footer">
  3755.        <button type="submit" class="btn btn--primary btn--full">View all results</button>
  3756.      </div>
  3757.    </form>
  3758.  </div>
  3759. </div>
  3760.  
  3761. <div class="header-overlay" data-header-overlay>
  3762.        <div class="header-overlay__inner"></div>
  3763.      </div>
  3764.  
  3765.      <main id="main" class="main">
  3766.        <section id="shopify-section-template--22572985188670__16558445044f80743b" class="shopify-section shopify-section--full-width"><div
  3767.  class="
  3768.    image-hero
  3769.    image-hero--image-aspect-custom
  3770.    image-hero--text-center
  3771.    image-hero--text-mobile-center
  3772.    section
  3773.    section--full-width
  3774.    section--vertical-padding-none
  3775.    
  3776.      animation
  3777.      animation--image-hero
  3778.    
  3779.  "
  3780.  data-section-id="template--22572985188670__16558445044f80743b"
  3781.  data-section-type="image-hero"
  3782.  style="
  3783.    --custom-height: 100vh;
  3784.    --custom-height-mobile: 50vh;
  3785.    --text-horizontal-position: center;
  3786.    --text-vertical-position: center;
  3787.    --text-horizontal-position-mobile: center;
  3788.    --text-vertical-position-mobile: center;
  3789.    --color-text: #ffffff;
  3790.    --color-text-link: #ffffff;
  3791.    --overlay-background: #000000;
  3792.    
  3793.    --overlay-opacity: 0.15;
  3794.    
  3795. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  3796. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  3797. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  3798. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  3799. rgba(255, 255, 255, 0.1);
  3800.  
  3801.  "
  3802. >
  3803.  <div class="image-hero__inner">
  3804.    <div class="image-hero__image-container"><div
  3805.    class="
  3806.      image
  3807.      image-hero__image image-hero__image--mobile
  3808.      
  3809.      image--animate
  3810.      animation--lazy-load
  3811.    "
  3812.    style="--focal-alignment: 48.9962% 19.9777%;"
  3813.  >
  3814.    
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.  
  3837.  
  3838.  
  3839.    
  3840.  
  3841. <img
  3842.  alt=""
  3843.  class="image__img"
  3844.  fetchpriority="high"
  3845.  width="5472"
  3846.  height="3648"
  3847.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  3848.  
  3849.  srcset="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=700 700w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=750 750w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=800 800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=850 850w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=900 900w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=950 950w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1000 1000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1100 1100w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1200 1200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1300 1300w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1400 1400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1500 1500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1600 1600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1800 1800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2000 2000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2200 2200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2400 2400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2600 2600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2800 2800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3000 3000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3500 3500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4000 4000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4500 4500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=5000 5000w"
  3850.  sizes="100vw"
  3851.  onload="javascript: this.closest('.image').classList.add('loaded')"
  3852. />
  3853.  </div><div
  3854.    class="
  3855.      image
  3856.      image-hero__image
  3857.      
  3858.      image--animate
  3859.      animation--lazy-load
  3860.    "
  3861.    style="--focal-alignment: 48.9962% 19.9777%;"
  3862.  >
  3863.    
  3864.  
  3865.  
  3866.  
  3867.  
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.  
  3887.  
  3888.    
  3889.  
  3890. <img
  3891.  alt=""
  3892.  class="image__img"
  3893.  fetchpriority="high"
  3894.  width="5472"
  3895.  height="3648"
  3896.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  3897.  
  3898.  srcset="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=700 700w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=750 750w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=800 800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=850 850w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=900 900w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=950 950w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1000 1000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1100 1100w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1200 1200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1300 1300w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1400 1400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1500 1500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1600 1600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=1800 1800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2000 2000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2200 2200w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2400 2400w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2600 2600w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=2800 2800w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3000 3000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=3500 3500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4000 4000w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=4500 4500w, //lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=5000 5000w"
  3899.  sizes="100vw"
  3900.  onload="javascript: this.closest('.image').classList.add('loaded')"
  3901. />
  3902.  </div></div>
  3903.    <div class="image-hero__overlay"></div>
  3904.  
  3905.    <div class="image-hero__text-container-wrapper">
  3906.      <div class="image-hero__text-container"><div class="image-hero__text-container-inner section-blocks animation--section-blocks"><p class="image-hero__text-container-accent fs-accent section-blocks__accent">
  3907.                    UP TO 40% OFF
  3908.                  </p><h3 class="image-hero__text-container-subheading ff-subheading fs-heading-4-base section-blocks__subheading">
  3909.                    NEW TO SALE
  3910.                  </h3>
  3911.  
  3912.  
  3913.  
  3914.  
  3915.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center image-hero__text-container-image-button section-blocks__button" ><a
  3916.      
  3917.      
  3918.        href="/collections/sale"
  3919.      
  3920.  
  3921.      class="
  3922.        btn
  3923.        
  3924.          btn--overlay
  3925.        
  3926.        
  3927.        
  3928.        
  3929.        btn--callout"
  3930.    >
  3931.      <span>SHOP SALE</span>
  3932.    </a>
  3933.  </div>
  3934.  
  3935.  
  3936.  
  3937. </div>
  3938.      </div>
  3939.    </div>
  3940.  </div>
  3941. </div>
  3942.  
  3943.  
  3944. </section><section id="shopify-section-template--22572985188670__97cc3a86-e264-48b2-bd0f-9169dd85efa5" class="shopify-section"><div
  3945.  class="
  3946.    featured-collection-grid
  3947.    featured-collection-grid--rows-
  3948.    featured-collection-grid--per-view-4
  3949.    section
  3950.    section--includes-product-items
  3951.    section--divider-none
  3952.    section--vertical-padding-top-bottom
  3953.    
  3954.      animation
  3955.      animation--featured-collection-grid
  3956.    
  3957.  "
  3958.  data-section-id="template--22572985188670__97cc3a86-e264-48b2-bd0f-9169dd85efa5"
  3959.  data-section-type="featured-collection-grid"
  3960.  data-layout-type="grid"
  3961.  data-products-per-view="4"
  3962.  data-mobile-products-per-view="2"
  3963. >
  3964.  <div class="featured-collection-grid__inner">
  3965.    <div class="section-introduction animation--section-introduction"><h2 class="featured-collection-grid__heading ff-heading fs-heading-3-base section-introduction__heading">
  3966.          Most Wanted
  3967.        </h2>
  3968.  
  3969. </div>
  3970.  
  3971.    <div
  3972.      class="
  3973.        featured-collection-grid__content
  3974.        carousel
  3975.        carousel--mobile-per-view-2
  3976.        carousel--per-view-4
  3977.        swiper
  3978.      "
  3979.    >
  3980.      <div class="featured-collection-grid__products carousel__wrapper swiper-wrapper"><div class="featured-collection-grid__product carousel_slide swiper-slide">
  3981.              
  3982.  
  3983.  
  3984.  
  3985. <div
  3986.  class="
  3987.    product-item
  3988.    product-item--with-hover-swatches
  3989.    product-item--with-hover-chips
  3990.    product-item--border-on-hover
  3991.    animation
  3992.    animation--item
  3993.    
  3994.  "
  3995.  style="--z-index-item: ;"
  3996. >
  3997.  <div class="product-item__inner">
  3998.    <div class="product-item__media product-item__media--multiple-images">
  3999.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-francesca-bottoms-black-angus" aria-label="THE FRANCESCA BOTTOMS / BLACK ANGUS"><div
  4000.    class="
  4001.      image
  4002.      product-item__image product-item__image--one
  4003.      aspect-ratio--portrait
  4004.      
  4005.      animation--lazy-load
  4006.    "
  4007.    style="--object-fit: cover;"
  4008.  >
  4009.    
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031.  
  4032.  
  4033.  
  4034. <img
  4035.  alt="THE FRANCESCA BOTTOMS / BLACK ANGUS"
  4036.  class="image__img"
  4037.  loading="lazy"
  4038.  width="1610"
  4039.  height="2415"
  4040.  src="//lassoswim.com/cdn/shop/files/francesca18.jpg?v=1705458211&width=320"
  4041.  
  4042.  srcset="//lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=225&v=1705458211&width=150 150w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=300&v=1705458211&width=200 200w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=360&v=1705458211&width=240 240w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=420&v=1705458211&width=280 280w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=450&v=1705458211&width=300 300w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=540&v=1705458211&width=360 360w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=600&v=1705458211&width=400 400w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=675&v=1705458211&width=450 450w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=750&v=1705458211&width=500 500w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=825&v=1705458211&width=550 550w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=900&v=1705458211&width=600 600w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=975&v=1705458211&width=650 650w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1050&v=1705458211&width=700 700w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1125&v=1705458211&width=750 750w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1200&v=1705458211&width=800 800w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1275&v=1705458211&width=850 850w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1350&v=1705458211&width=900 900w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1425&v=1705458211&width=950 950w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1500&v=1705458211&width=1000 1000w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1650&v=1705458211&width=1100 1100w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1800&v=1705458211&width=1200 1200w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=1950&v=1705458211&width=1300 1300w, //lassoswim.com/cdn/shop/files/francesca18.jpg?crop=center&height=2100&v=1705458211&width=1400 1400w"
  4043.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4044.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4045. />
  4046.  </div>
  4047. <div
  4048.    class="
  4049.      image
  4050.      product-item__image product-item__image--two
  4051.      aspect-ratio--portrait
  4052.      
  4053.      
  4054.    "
  4055.    style="--object-fit: cover;"
  4056.  >
  4057.    
  4058.  
  4059.  
  4060.  
  4061.  
  4062.  
  4063.  
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078.  
  4079.  
  4080.  
  4081.  
  4082. <img
  4083.  alt=""
  4084.  class="image__img"
  4085.  loading="lazy"
  4086.  width="3072"
  4087.  height="5472"
  4088.  src="//lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?v=1705458211&width=320"
  4089.  
  4090.  srcset="//lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=225&v=1705458211&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=300&v=1705458211&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=360&v=1705458211&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=420&v=1705458211&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=450&v=1705458211&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=540&v=1705458211&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=600&v=1705458211&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=675&v=1705458211&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=750&v=1705458211&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=825&v=1705458211&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=900&v=1705458211&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=975&v=1705458211&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1050&v=1705458211&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1125&v=1705458211&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1200&v=1705458211&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1275&v=1705458211&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1350&v=1705458211&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1425&v=1705458211&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1500&v=1705458211&width=1000 1000w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1650&v=1705458211&width=1100 1100w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1800&v=1705458211&width=1200 1200w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=1950&v=1705458211&width=1300 1300w, //lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?crop=center&height=2100&v=1705458211&width=1400 1400w"
  4091.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4092.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4093. />
  4094.  </div>
  4095. </a>
  4096.      
  4097.  
  4098.  
  4099. <div
  4100.  class="
  4101.    product-badges
  4102.    product-badges--position-top
  4103.    product-badges--position-left
  4104.  "
  4105. >
  4106.  
  4107. </div>
  4108.  
  4109.  
  4110.      
  4111.        <div class="product-item__hover-action-wrap">
  4112.          
  4113.    <button
  4114.      class="btn btn--tertiary btn--x-small"
  4115.      
  4116.      data-quick-shop-trigger="quick-view"
  4117.  
  4118.      
  4119.        data-product-url="/products/the-francesca-bottoms-black-angus"
  4120.      
  4121.  
  4122.      tabindex="0"
  4123.    >
  4124.      <span>Quick View</span>
  4125.  
  4126.      <div class="btn__loading-wrap">
  4127.        <div class="btn__loading-bar"></div>
  4128.      </div>
  4129.    </button>
  4130.  
  4131.        </div>
  4132.      
  4133.  
  4134.      
  4135.        
  4136.    <button
  4137.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4138.      
  4139.      data-quick-shop-trigger="quick-view"
  4140.  
  4141.      
  4142.        data-product-url="/products/the-francesca-bottoms-black-angus"
  4143.      
  4144.  
  4145.      tabindex="0"
  4146.      title="Quick View"
  4147.    >
  4148.      <span class="icon icon-new icon-quick-view ">
  4149.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="quick-shop-circle" d="M12 22.884c6.011 0 10.884-4.873 10.884-10.884C22.884 5.99 18.01 1.116 12 1.116 5.99 1.116 1.116 5.99 1.116 12c0 6.01 4.873 10.884 10.884 10.884z" stroke="currentColor" stroke-width=".9" stroke-miterlimit="10" stroke-linecap="round"/>
  4150.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M12 14.307a2.307 2.307 0 1 0 0-4.614 2.307 2.307 0 0 0 0 4.614z"/>
  4151.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M19.502 11.782c-.771-.87-3.837-4.067-7.502-4.067-3.665 0-6.73 3.197-7.502 4.067a.343.343 0 0 0 0 .435c.771.87 3.837 4.068 7.502 4.068 3.665 0 6.73-3.197 7.502-4.068a.343.343 0 0 0 0-.435z"/></svg>
  4152. </span>
  4153.  
  4154.    </button>
  4155.  
  4156.      
  4157.    </div>
  4158.  
  4159.    <div class="product-item__meta">
  4160.      <div class="product-item__text ta-c ">
  4161.        <h4 class="ff-body product-item__product-title fs-product-card-title"><a href="/collections/best-sellers/products/the-francesca-bottoms-black-angus">THE FRANCESCA BOTTOMS / BLACK ANGUS</a></h4>
  4162.  
  4163.        
  4164.  
  4165.        
  4166.          
  4167.        
  4168.  
  4169.        
  4170.        
  4171.          <p class="product-item__price">
  4172.            
  4173.              
  4174.                <span class="product-item__price">$60.00</span>
  4175.              
  4176.            
  4177.  
  4178.            
  4179.  
  4180.            <dl data-unit-price-container class="unit-price">
  4181.  <dt>
  4182.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4183.  </dt>
  4184.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4185.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4186.  </dd>
  4187. </dl>
  4188.  
  4189.          </p>
  4190.        
  4191.  
  4192.        
  4193.          
  4194.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4195.            4 colors, 5 sizes
  4196.          </h5>
  4197.        
  4198.      </div><div class="product-item__variant-info"><div
  4199.  class="product-swatches-options"
  4200.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4201. >
  4202.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4203.    
  4204.      
  4205.      
  4206.  
  4207.  
  4208.  
  4209.    <li
  4210.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4211.      data-swatch-shape="round"
  4212.      style=""
  4213.      aria-label="Color BLACK ANGUS"
  4214.    ><img src="//lassoswim.com/cdn/shop/files/francesca18.jpg?v=1705458211&amp;width=32" alt="BLACK ANGUS" srcset="//lassoswim.com/cdn/shop/files/francesca18.jpg?v=1705458211&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.    <li
  4221.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4222.      data-swatch-shape="round"
  4223.      style=""
  4224.      aria-label="Color HUNTER"
  4225.    ><img src="//lassoswim.com/cdn/shop/files/francesca101.jpg?v=1705458421&amp;width=32" alt="HUNTER" srcset="//lassoswim.com/cdn/shop/files/francesca101.jpg?v=1705458421&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.    <li
  4232.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4233.      data-swatch-shape="round"
  4234.      style=""
  4235.      aria-label="Color SWEET CREAM"
  4236.    ><img src="//lassoswim.com/cdn/shop/files/francesca43.jpg?v=1705458089&amp;width=32" alt="SWEET CREAM" srcset="//lassoswim.com/cdn/shop/files/francesca43.jpg?v=1705458089&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4237.  
  4238.  
  4239.  
  4240.  
  4241.  
  4242.    <li
  4243.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4244.      data-swatch-shape="round"
  4245.      style=""
  4246.      aria-label="Color DOUBLE BUBBLE"
  4247.    ><img src="//lassoswim.com/cdn/shop/files/francesca10.jpg?v=1705458324&amp;width=32" alt="DOUBLE BUBBLE" srcset="//lassoswim.com/cdn/shop/files/francesca10.jpg?v=1705458324&amp;width=32 32w" width="32" height="43" loading="lazy" role="presentation"></li>
  4248.  
  4249.  
  4250.  
  4251.  
  4252.    
  4253.  
  4254.  </ul>
  4255. </div>
  4256.  
  4257.  
  4258. <div class="product-chips-options">
  4259.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4260.        XS
  4261.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4262.        S
  4263.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4264.        M
  4265.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4266.        L
  4267.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4268.        XL
  4269.      </li></ul>
  4270. </div>
  4271. </div></div>
  4272.    <div class="product-item__hover-container"></div>
  4273.  </div>
  4274. </div>
  4275.  
  4276.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4277.              
  4278.  
  4279.  
  4280.  
  4281. <div
  4282.  class="
  4283.    product-item
  4284.    product-item--with-hover-swatches
  4285.    product-item--with-hover-chips
  4286.    product-item--border-on-hover
  4287.    animation
  4288.    animation--item
  4289.    
  4290.  "
  4291.  style="--z-index-item: ;"
  4292. >
  4293.  <div class="product-item__inner">
  4294.    <div class="product-item__media product-item__media--multiple-images">
  4295.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-dolly-one-piece-hunter" aria-label="THE DOLLY ONE PIECE / HUNTER"><div
  4296.    class="
  4297.      image
  4298.      product-item__image product-item__image--one
  4299.      aspect-ratio--portrait
  4300.      
  4301.      animation--lazy-load
  4302.    "
  4303.    style="--object-fit: cover;"
  4304.  >
  4305.    
  4306.  
  4307.  
  4308.  
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314.  
  4315.  
  4316.  
  4317.  
  4318.  
  4319.  
  4320.  
  4321.  
  4322.  
  4323.  
  4324.  
  4325.  
  4326.  
  4327.  
  4328.  
  4329.  
  4330. <img
  4331.  alt="THE DOLLY ONE PIECE / HUNTER"
  4332.  class="image__img"
  4333.  loading="lazy"
  4334.  width="2688"
  4335.  height="4032"
  4336.  src="//lassoswim.com/cdn/shop/files/IMG_1241.jpg?v=1705457842&width=320"
  4337.  
  4338.  srcset="//lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=225&v=1705457842&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=300&v=1705457842&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=360&v=1705457842&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=420&v=1705457842&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=450&v=1705457842&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=540&v=1705457842&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=600&v=1705457842&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=675&v=1705457842&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=750&v=1705457842&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=825&v=1705457842&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=900&v=1705457842&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=975&v=1705457842&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1050&v=1705457842&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1125&v=1705457842&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1200&v=1705457842&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1275&v=1705457842&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1350&v=1705457842&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1425&v=1705457842&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1500&v=1705457842&width=1000 1000w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1650&v=1705457842&width=1100 1100w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1800&v=1705457842&width=1200 1200w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=1950&v=1705457842&width=1300 1300w, //lassoswim.com/cdn/shop/files/IMG_1241.jpg?crop=center&height=2100&v=1705457842&width=1400 1400w"
  4339.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4340.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4341. />
  4342.  </div>
  4343. <div
  4344.    class="
  4345.      image
  4346.      product-item__image product-item__image--two
  4347.      aspect-ratio--portrait
  4348.      
  4349.      
  4350.    "
  4351.    style="--object-fit: cover;"
  4352.  >
  4353.    
  4354.  
  4355.  
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361.  
  4362.  
  4363.  
  4364.  
  4365.  
  4366.  
  4367.  
  4368.  
  4369.  
  4370.    
  4371.  
  4372. <img
  4373.  alt=""
  4374.  class="image__img"
  4375.  loading="lazy"
  4376.  width="897"
  4377.  height="1346"
  4378.  src="//lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?v=1705457842&width=320"
  4379.  
  4380.  srcset="//lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=225&v=1705457842&width=150 150w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=300&v=1705457842&width=200 200w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=360&v=1705457842&width=240 240w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=420&v=1705457842&width=280 280w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=450&v=1705457842&width=300 300w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=540&v=1705457842&width=360 360w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=600&v=1705457842&width=400 400w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=675&v=1705457842&width=450 450w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=750&v=1705457842&width=500 500w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=825&v=1705457842&width=550 550w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=900&v=1705457842&width=600 600w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=975&v=1705457842&width=650 650w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=1050&v=1705457842&width=700 700w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=1125&v=1705457842&width=750 750w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=1200&v=1705457842&width=800 800w, //lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?crop=center&height=1275&v=1705457842&width=850 850w"
  4381.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4382.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4383. />
  4384.  </div>
  4385. </a>
  4386.      
  4387.  
  4388.  
  4389. <div
  4390.  class="
  4391.    product-badges
  4392.    product-badges--position-top
  4393.    product-badges--position-left
  4394.  "
  4395. >
  4396.  
  4397. </div>
  4398.  
  4399.  
  4400.      
  4401.        <div class="product-item__hover-action-wrap">
  4402.          
  4403.    <button
  4404.      class="btn btn--tertiary btn--x-small"
  4405.      
  4406.      data-quick-shop-trigger="quick-view"
  4407.  
  4408.      
  4409.        data-product-url="/products/the-dolly-one-piece-hunter"
  4410.      
  4411.  
  4412.      tabindex="0"
  4413.    >
  4414.      <span>Quick View</span>
  4415.  
  4416.      <div class="btn__loading-wrap">
  4417.        <div class="btn__loading-bar"></div>
  4418.      </div>
  4419.    </button>
  4420.  
  4421.        </div>
  4422.      
  4423.  
  4424.      
  4425.        
  4426.    <button
  4427.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4428.      
  4429.      data-quick-shop-trigger="quick-view"
  4430.  
  4431.      
  4432.        data-product-url="/products/the-dolly-one-piece-hunter"
  4433.      
  4434.  
  4435.      tabindex="0"
  4436.      title="Quick View"
  4437.    >
  4438.      <span class="icon icon-new icon-quick-view ">
  4439.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="quick-shop-circle" d="M12 22.884c6.011 0 10.884-4.873 10.884-10.884C22.884 5.99 18.01 1.116 12 1.116 5.99 1.116 1.116 5.99 1.116 12c0 6.01 4.873 10.884 10.884 10.884z" stroke="currentColor" stroke-width=".9" stroke-miterlimit="10" stroke-linecap="round"/>
  4440.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M12 14.307a2.307 2.307 0 1 0 0-4.614 2.307 2.307 0 0 0 0 4.614z"/>
  4441.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M19.502 11.782c-.771-.87-3.837-4.067-7.502-4.067-3.665 0-6.73 3.197-7.502 4.067a.343.343 0 0 0 0 .435c.771.87 3.837 4.068 7.502 4.068 3.665 0 6.73-3.197 7.502-4.068a.343.343 0 0 0 0-.435z"/></svg>
  4442. </span>
  4443.  
  4444.    </button>
  4445.  
  4446.      
  4447.    </div>
  4448.  
  4449.    <div class="product-item__meta">
  4450.      <div class="product-item__text ta-c ">
  4451.        <h4 class="ff-body product-item__product-title fs-product-card-title"><a href="/collections/best-sellers/products/the-dolly-one-piece-hunter">THE DOLLY ONE PIECE / HUNTER</a></h4>
  4452.  
  4453.        
  4454.  
  4455.        
  4456.          
  4457.        
  4458.  
  4459.        
  4460.        
  4461.          <p class="product-item__price">
  4462.            
  4463.              
  4464.                <span class="product-item__price">$105.00</span>
  4465.              
  4466.            
  4467.  
  4468.            
  4469.  
  4470.            <dl data-unit-price-container class="unit-price">
  4471.  <dt>
  4472.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4473.  </dt>
  4474.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4475.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4476.  </dd>
  4477. </dl>
  4478.  
  4479.          </p>
  4480.        
  4481.  
  4482.        
  4483.          
  4484.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4485.            4 colors, 5 sizes
  4486.          </h5>
  4487.        
  4488.      </div><div class="product-item__variant-info"><div
  4489.  class="product-swatches-options"
  4490.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4491. >
  4492.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4493.    
  4494.      
  4495.      
  4496.  
  4497.  
  4498.  
  4499.    <li
  4500.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4501.      data-swatch-shape="round"
  4502.      style=""
  4503.      aria-label="Color HUNTER"
  4504.    ><img src="//lassoswim.com/cdn/shop/files/IMG_1241.jpg?v=1705457842&amp;width=32" alt="HUNTER" srcset="//lassoswim.com/cdn/shop/files/IMG_1241.jpg?v=1705457842&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4505.  
  4506.  
  4507.  
  4508.  
  4509.  
  4510.    <li
  4511.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4512.      data-swatch-shape="round"
  4513.      style=""
  4514.      aria-label="Color BLACK ANGUS"
  4515.    ><img src="//lassoswim.com/cdn/shop/files/IMG_1454.jpg?v=1705457488&amp;width=32" alt="BLACK ANGUS" srcset="//lassoswim.com/cdn/shop/files/IMG_1454.jpg?v=1705457488&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521.    <li
  4522.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4523.      data-swatch-shape="round"
  4524.      style=""
  4525.      aria-label="Color SWEET CREAM"
  4526.    ><img src="//lassoswim.com/cdn/shop/files/AN4I5899-Enhanced-NR.jpg?v=1705457738&amp;width=32" alt="SWEET CREAM" srcset="//lassoswim.com/cdn/shop/files/AN4I5899-Enhanced-NR.jpg?v=1705457738&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4527.  
  4528.  
  4529.  
  4530.  
  4531.  
  4532.    <li
  4533.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4534.      data-swatch-shape="round"
  4535.      style=""
  4536.      aria-label="Color DOUBLE BUBBLE"
  4537.    ><img src="//lassoswim.com/cdn/shop/files/AN4I6079-Enhanced-NR.jpg?v=1705457565&amp;width=32" alt="DOUBLE BUBBLE" srcset="//lassoswim.com/cdn/shop/files/AN4I6079-Enhanced-NR.jpg?v=1705457565&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4538.  
  4539.  
  4540.  
  4541.  
  4542.    
  4543.  
  4544.  </ul>
  4545. </div>
  4546.  
  4547.  
  4548. <div class="product-chips-options">
  4549.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4550.        XS
  4551.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4552.        S
  4553.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4554.        M
  4555.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4556.        L
  4557.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4558.        XL
  4559.      </li></ul>
  4560. </div>
  4561. </div></div>
  4562.    <div class="product-item__hover-container"></div>
  4563.  </div>
  4564. </div>
  4565.  
  4566.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4567.              
  4568.  
  4569.  
  4570.  
  4571. <div
  4572.  class="
  4573.    product-item
  4574.    product-item--with-hover-swatches
  4575.    product-item--with-hover-chips
  4576.    product-item--border-on-hover
  4577.    animation
  4578.    animation--item
  4579.    
  4580.  "
  4581.  style="--z-index-item: ;"
  4582. >
  4583.  <div class="product-item__inner">
  4584.    <div class="product-item__media product-item__media--multiple-images">
  4585.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-trucker-hat-camo" aria-label="THE TRUCKER HAT / CAMO"><div
  4586.    class="
  4587.      image
  4588.      product-item__image product-item__image--one
  4589.      aspect-ratio--portrait
  4590.      
  4591.      animation--lazy-load
  4592.    "
  4593.    style="--object-fit: cover;"
  4594.  >
  4595.    
  4596.  
  4597.  
  4598.  
  4599.  
  4600.  
  4601.  
  4602.  
  4603.  
  4604.  
  4605.  
  4606.  
  4607.  
  4608.  
  4609.    
  4610.  
  4611. <img
  4612.  alt="THE TRUCKER HAT / CAMO"
  4613.  class="image__img"
  4614.  loading="lazy"
  4615.  width="716"
  4616.  height="1074"
  4617.  src="//lassoswim.com/cdn/shop/files/0018.jpg?v=1705499670&width=320"
  4618.  
  4619.  srcset="//lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=225&v=1705499670&width=150 150w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=300&v=1705499670&width=200 200w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=360&v=1705499670&width=240 240w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=420&v=1705499670&width=280 280w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=450&v=1705499670&width=300 300w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=540&v=1705499670&width=360 360w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=600&v=1705499670&width=400 400w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=675&v=1705499670&width=450 450w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=750&v=1705499670&width=500 500w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=825&v=1705499670&width=550 550w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=900&v=1705499670&width=600 600w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=975&v=1705499670&width=650 650w, //lassoswim.com/cdn/shop/files/0018.jpg?crop=center&height=1050&v=1705499670&width=700 700w"
  4620.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4621.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4622. />
  4623.  </div>
  4624. <div
  4625.    class="
  4626.      image
  4627.      product-item__image product-item__image--two
  4628.      aspect-ratio--portrait
  4629.      
  4630.      
  4631.    "
  4632.    style="--object-fit: cover;"
  4633.  >
  4634.    
  4635.  
  4636.  
  4637.  
  4638.  
  4639.  
  4640.  
  4641.  
  4642.  
  4643.  
  4644.  
  4645.  
  4646.  
  4647.  
  4648.  
  4649.  
  4650.  
  4651.  
  4652.  
  4653.  
  4654.  
  4655.  
  4656. <img
  4657.  alt=""
  4658.  class="image__img"
  4659.  loading="lazy"
  4660.  width="1284"
  4661.  height="1597"
  4662.  src="//lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?v=1705499670&width=320"
  4663.  
  4664.  srcset="//lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=225&v=1705499670&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=300&v=1705499670&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=360&v=1705499670&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=420&v=1705499670&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=450&v=1705499670&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=540&v=1705499670&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=600&v=1705499670&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=675&v=1705499670&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=750&v=1705499670&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=825&v=1705499670&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=900&v=1705499670&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=975&v=1705499670&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1050&v=1705499670&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1125&v=1705499670&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1200&v=1705499670&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1275&v=1705499670&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1350&v=1705499670&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1425&v=1705499670&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?crop=center&height=1500&v=1705499670&width=1000 1000w"
  4665.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4666.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4667. />
  4668.  </div>
  4669. </a>
  4670.      
  4671.  
  4672.  
  4673. <div
  4674.  class="
  4675.    product-badges
  4676.    product-badges--position-top
  4677.    product-badges--position-left
  4678.  "
  4679. >
  4680.  
  4681.      <div class="product-badge product-badge--sale">
  4682.  
  4683.      25% off
  4684. </div>
  4685.      
  4686.  
  4687. </div>
  4688.  
  4689.  
  4690.      
  4691.        <div class="product-item__hover-action-wrap">
  4692.          
  4693.    <button
  4694.      class="btn btn--tertiary btn--x-small"
  4695.      
  4696.      data-quick-shop-trigger="quick-view"
  4697.  
  4698.      
  4699.        data-product-url="/products/the-trucker-hat-camo"
  4700.      
  4701.  
  4702.      tabindex="0"
  4703.    >
  4704.      <span>Quick View</span>
  4705.  
  4706.      <div class="btn__loading-wrap">
  4707.        <div class="btn__loading-bar"></div>
  4708.      </div>
  4709.    </button>
  4710.  
  4711.        </div>
  4712.      
  4713.  
  4714.      
  4715.        
  4716.    <button
  4717.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4718.      
  4719.      data-quick-shop-trigger="quick-view"
  4720.  
  4721.      
  4722.        data-product-url="/products/the-trucker-hat-camo"
  4723.      
  4724.  
  4725.      tabindex="0"
  4726.      title="Quick View"
  4727.    >
  4728.      <span class="icon icon-new icon-quick-view ">
  4729.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="quick-shop-circle" d="M12 22.884c6.011 0 10.884-4.873 10.884-10.884C22.884 5.99 18.01 1.116 12 1.116 5.99 1.116 1.116 5.99 1.116 12c0 6.01 4.873 10.884 10.884 10.884z" stroke="currentColor" stroke-width=".9" stroke-miterlimit="10" stroke-linecap="round"/>
  4730.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M12 14.307a2.307 2.307 0 1 0 0-4.614 2.307 2.307 0 0 0 0 4.614z"/>
  4731.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M19.502 11.782c-.771-.87-3.837-4.067-7.502-4.067-3.665 0-6.73 3.197-7.502 4.067a.343.343 0 0 0 0 .435c.771.87 3.837 4.068 7.502 4.068 3.665 0 6.73-3.197 7.502-4.068a.343.343 0 0 0 0-.435z"/></svg>
  4732. </span>
  4733.  
  4734.    </button>
  4735.  
  4736.      
  4737.    </div>
  4738.  
  4739.    <div class="product-item__meta">
  4740.      <div class="product-item__text ta-c ">
  4741.        <h4 class="ff-body product-item__product-title fs-product-card-title"><a href="/collections/best-sellers/products/the-trucker-hat-camo">THE TRUCKER HAT / CAMO</a></h4>
  4742.  
  4743.        
  4744.  
  4745.        
  4746.          
  4747.        
  4748.  
  4749.        
  4750.        
  4751.          <p class="product-item__price">
  4752.            
  4753.              <span class="visually-hidden">Regular price</span>
  4754.  
  4755.              
  4756.  
  4757.              
  4758.                <s class="t-subdued">$20.00</s>
  4759.              
  4760.  
  4761.              
  4762.                <span class="sale">$15.00</span>
  4763.              
  4764.  
  4765.            
  4766.  
  4767.            
  4768.  
  4769.            <dl data-unit-price-container class="unit-price">
  4770.  <dt>
  4771.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4772.  </dt>
  4773.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4774.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4775.  </dd>
  4776. </dl>
  4777.  
  4778.          </p>
  4779.        
  4780.  
  4781.        
  4782.          
  4783.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4784.            3 colors, 1 size
  4785.          </h5>
  4786.        
  4787.      </div><div class="product-item__variant-info"><div
  4788.  class="product-swatches-options"
  4789.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4790. >
  4791.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4792.    
  4793.      
  4794.      
  4795.  
  4796.  
  4797.  
  4798.    <li
  4799.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4800.      data-swatch-shape="round"
  4801.      style=""
  4802.      aria-label="Color CAMO"
  4803.    ><img src="//lassoswim.com/cdn/shop/files/0018.jpg?v=1705499670&amp;width=32" alt="CAMO" srcset="//lassoswim.com/cdn/shop/files/0018.jpg?v=1705499670&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4804.  
  4805.  
  4806.  
  4807.  
  4808.  
  4809.    <li
  4810.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4811.      data-swatch-shape="round"
  4812.      style=""
  4813.      aria-label="Color BLACK"
  4814.    ><img src="//lassoswim.com/cdn/shop/files/IMG_0412.jpg?v=1705499632&amp;width=32" alt="BLACK" srcset="//lassoswim.com/cdn/shop/files/IMG_0412.jpg?v=1705499632&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4815.  
  4816.  
  4817.  
  4818.  
  4819.  
  4820.    <li
  4821.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4822.      data-swatch-shape="round"
  4823.      style=""
  4824.      aria-label="Color PINK"
  4825.    ><img src="//lassoswim.com/cdn/shop/files/hat14.jpg?v=1705499735&amp;width=32" alt="PINK" srcset="//lassoswim.com/cdn/shop/files/hat14.jpg?v=1705499735&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  4826.  
  4827.  
  4828.  
  4829.  
  4830.    
  4831.  
  4832.  </ul>
  4833. </div>
  4834.  
  4835.  
  4836. <div class="product-chips-options">
  4837.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4838.        O/S
  4839.      </li></ul>
  4840. </div>
  4841. </div></div>
  4842.    <div class="product-item__hover-container"></div>
  4843.  </div>
  4844. </div>
  4845.  
  4846.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4847.              
  4848.  
  4849.  
  4850.  
  4851. <div
  4852.  class="
  4853.    product-item
  4854.    product-item--with-hover-swatches
  4855.    product-item--with-hover-chips
  4856.    product-item--border-on-hover
  4857.    animation
  4858.    animation--item
  4859.    
  4860.  "
  4861.  style="--z-index-item: ;"
  4862. >
  4863.  <div class="product-item__inner">
  4864.    <div class="product-item__media product-item__media--multiple-images">
  4865.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-isabella-top-double-bubble" aria-label="THE ISABELLA TOP / DOUBLE BUBBLE"><div
  4866.    class="
  4867.      image
  4868.      product-item__image product-item__image--one
  4869.      aspect-ratio--portrait
  4870.      
  4871.      animation--lazy-load
  4872.    "
  4873.    style="--object-fit: cover;"
  4874.  >
  4875.    
  4876.  
  4877.  
  4878.  
  4879.  
  4880.  
  4881.  
  4882.  
  4883.  
  4884.  
  4885.  
  4886.  
  4887.  
  4888.  
  4889.  
  4890.  
  4891.  
  4892.  
  4893.  
  4894.  
  4895.  
  4896.  
  4897.    
  4898.  
  4899. <img
  4900.  alt=""
  4901.  class="image__img"
  4902.  loading="lazy"
  4903.  width="1284"
  4904.  height="1938"
  4905.  src="//lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?v=1704778786&width=320"
  4906.  
  4907.  srcset="//lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=225&v=1704778786&width=150 150w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=300&v=1704778786&width=200 200w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=360&v=1704778786&width=240 240w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=420&v=1704778786&width=280 280w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=450&v=1704778786&width=300 300w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=540&v=1704778786&width=360 360w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=600&v=1704778786&width=400 400w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=675&v=1704778786&width=450 450w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=750&v=1704778786&width=500 500w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=825&v=1704778786&width=550 550w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=900&v=1704778786&width=600 600w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=975&v=1704778786&width=650 650w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1050&v=1704778786&width=700 700w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1125&v=1704778786&width=750 750w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1200&v=1704778786&width=800 800w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1275&v=1704778786&width=850 850w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1350&v=1704778786&width=900 900w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1425&v=1704778786&width=950 950w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1500&v=1704778786&width=1000 1000w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1650&v=1704778786&width=1100 1100w, //lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?crop=center&height=1800&v=1704778786&width=1200 1200w"
  4908.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4909.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4910. />
  4911.  </div>
  4912. <div
  4913.    class="
  4914.      image
  4915.      product-item__image product-item__image--two
  4916.      aspect-ratio--portrait
  4917.      
  4918.      
  4919.    "
  4920.    style="--object-fit: cover;"
  4921.  >
  4922.    
  4923.  
  4924.  
  4925.  
  4926.  
  4927.  
  4928.  
  4929.  
  4930.  
  4931.  
  4932.  
  4933.  
  4934.  
  4935.  
  4936.  
  4937.  
  4938.  
  4939.  
  4940.  
  4941.  
  4942.  
  4943.  
  4944.  
  4945.  
  4946.  
  4947. <img
  4948.  alt=""
  4949.  class="image__img"
  4950.  loading="lazy"
  4951.  width="3072"
  4952.  height="5472"
  4953.  src="//lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?v=1704778778&width=320"
  4954.  
  4955.  srcset="//lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=225&v=1704778778&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=300&v=1704778778&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=360&v=1704778778&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=420&v=1704778778&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=450&v=1704778778&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=540&v=1704778778&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=600&v=1704778778&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=675&v=1704778778&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=750&v=1704778778&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=825&v=1704778778&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=900&v=1704778778&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=975&v=1704778778&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1050&v=1704778778&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1125&v=1704778778&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1200&v=1704778778&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1275&v=1704778778&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1350&v=1704778778&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1425&v=1704778778&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1500&v=1704778778&width=1000 1000w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1650&v=1704778778&width=1100 1100w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1800&v=1704778778&width=1200 1200w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=1950&v=1704778778&width=1300 1300w, //lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?crop=center&height=2100&v=1704778778&width=1400 1400w"
  4956.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4957.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4958. />
  4959.  </div>
  4960. </a>
  4961.      
  4962.  
  4963.  
  4964. <div
  4965.  class="
  4966.    product-badges
  4967.    product-badges--position-top
  4968.    product-badges--position-left
  4969.  "
  4970. >
  4971.  
  4972.      <div class="product-badge product-badge--sale">
  4973.  
  4974.      40% off
  4975. </div>
  4976.      
  4977.  
  4978. </div>
  4979.  
  4980.  
  4981.      
  4982.        <div class="product-item__hover-action-wrap">
  4983.          
  4984.    <button
  4985.      class="btn btn--tertiary btn--x-small"
  4986.      
  4987.      data-quick-shop-trigger="quick-view"
  4988.  
  4989.      
  4990.        data-product-url="/products/the-isabella-top-double-bubble"
  4991.      
  4992.  
  4993.      tabindex="0"
  4994.    >
  4995.      <span>Quick View</span>
  4996.  
  4997.      <div class="btn__loading-wrap">
  4998.        <div class="btn__loading-bar"></div>
  4999.      </div>
  5000.    </button>
  5001.  
  5002.        </div>
  5003.      
  5004.  
  5005.      
  5006.        
  5007.    <button
  5008.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  5009.      
  5010.      data-quick-shop-trigger="quick-view"
  5011.  
  5012.      
  5013.        data-product-url="/products/the-isabella-top-double-bubble"
  5014.      
  5015.  
  5016.      tabindex="0"
  5017.      title="Quick View"
  5018.    >
  5019.      <span class="icon icon-new icon-quick-view ">
  5020.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="quick-shop-circle" d="M12 22.884c6.011 0 10.884-4.873 10.884-10.884C22.884 5.99 18.01 1.116 12 1.116 5.99 1.116 1.116 5.99 1.116 12c0 6.01 4.873 10.884 10.884 10.884z" stroke="currentColor" stroke-width=".9" stroke-miterlimit="10" stroke-linecap="round"/>
  5021.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M12 14.307a2.307 2.307 0 1 0 0-4.614 2.307 2.307 0 0 0 0 4.614z"/>
  5022.          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".842" d="M19.502 11.782c-.771-.87-3.837-4.067-7.502-4.067-3.665 0-6.73 3.197-7.502 4.067a.343.343 0 0 0 0 .435c.771.87 3.837 4.068 7.502 4.068 3.665 0 6.73-3.197 7.502-4.068a.343.343 0 0 0 0-.435z"/></svg>
  5023. </span>
  5024.  
  5025.    </button>
  5026.  
  5027.      
  5028.    </div>
  5029.  
  5030.    <div class="product-item__meta">
  5031.      <div class="product-item__text ta-c ">
  5032.        <h4 class="ff-body product-item__product-title fs-product-card-title"><a href="/collections/best-sellers/products/the-isabella-top-double-bubble">THE ISABELLA TOP / DOUBLE BUBBLE</a></h4>
  5033.  
  5034.        
  5035.  
  5036.        
  5037.          
  5038.        
  5039.  
  5040.        
  5041.        
  5042.          <p class="product-item__price">
  5043.            
  5044.              <span class="visually-hidden">Regular price</span>
  5045.  
  5046.              
  5047.  
  5048.              
  5049.                <s class="t-subdued">$70.00</s>
  5050.              
  5051.  
  5052.              
  5053.                <span class="sale">$42.00</span>
  5054.              
  5055.  
  5056.            
  5057.  
  5058.            
  5059.  
  5060.            <dl data-unit-price-container class="unit-price">
  5061.  <dt>
  5062.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  5063.  </dt>
  5064.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  5065.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  5066.  </dd>
  5067. </dl>
  5068.  
  5069.          </p>
  5070.        
  5071.  
  5072.        
  5073.          
  5074.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  5075.            4 colors, 5 sizes
  5076.          </h5>
  5077.        
  5078.      </div><div class="product-item__variant-info"><div
  5079.  class="product-swatches-options"
  5080.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  5081. >
  5082.  <ul class="product-swatches-options__list ff-body fs-body-50">
  5083.    
  5084.      
  5085.      
  5086.  
  5087.  
  5088.  
  5089.    <li
  5090.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5091.      data-swatch-shape="round"
  5092.      style=""
  5093.      aria-label="Color BLACK ANGUS"
  5094.    ><img src="//lassoswim.com/cdn/shop/files/francesca13_47cfb345-ec4e-44fc-a685-44bb63680cff.jpg?v=1705458799&amp;width=32" alt="BLACK ANGUS" srcset="//lassoswim.com/cdn/shop/files/francesca13_47cfb345-ec4e-44fc-a685-44bb63680cff.jpg?v=1705458799&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  5095.  
  5096.  
  5097.  
  5098.  
  5099.  
  5100.    <li
  5101.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5102.      data-swatch-shape="round"
  5103.      style=""
  5104.      aria-label="Color SWEET CREAM"
  5105.    ><img src="//lassoswim.com/cdn/shop/files/IMG_3091_22424412-3f77-4b7c-bbe7-18ae57228b21.jpg?v=1704774785&amp;width=32" alt="SWEET CREAM" srcset="//lassoswim.com/cdn/shop/files/IMG_3091_22424412-3f77-4b7c-bbe7-18ae57228b21.jpg?v=1704774785&amp;width=32 32w" width="32" height="57" loading="lazy" role="presentation"></li>
  5106.  
  5107.  
  5108.  
  5109.  
  5110.  
  5111.    <li
  5112.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5113.      data-swatch-shape="round"
  5114.      style=""
  5115.      aria-label="Color HUNTER"
  5116.    ><img src="//lassoswim.com/cdn/shop/files/IMG_3080_cb998700-2ee0-4e50-a18b-8541e26c3544.jpg?v=1705458929&amp;width=32" alt="HUNTER" srcset="//lassoswim.com/cdn/shop/files/IMG_3080_cb998700-2ee0-4e50-a18b-8541e26c3544.jpg?v=1705458929&amp;width=32 32w" width="32" height="57" loading="lazy" role="presentation"></li>
  5117.  
  5118.  
  5119.  
  5120.  
  5121.  
  5122.    <li
  5123.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5124.      data-swatch-shape="round"
  5125.      style=""
  5126.      aria-label="Color DOUBLE BUBBLE"
  5127.    ><img src="//lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?v=1704778786&amp;width=32" alt="DOUBLE BUBBLE" srcset="//lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?v=1704778786&amp;width=32 32w" width="32" height="48" loading="lazy" role="presentation"></li>
  5128.  
  5129.  
  5130.  
  5131.  
  5132.    
  5133.  
  5134.  </ul>
  5135. </div>
  5136.  
  5137.  
  5138. <div class="product-chips-options">
  5139.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  5140.        XS
  5141.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5142.        S
  5143.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5144.        M
  5145.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5146.        L
  5147.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5148.        XL
  5149.      </li></ul>
  5150. </div>
  5151. </div></div>
  5152.    <div class="product-item__hover-container"></div>
  5153.  </div>
  5154. </div>
  5155.  
  5156.            </div></div>
  5157.    </div>
  5158.  </div>
  5159. </div>
  5160.  
  5161.  
  5162. </section><section id="shopify-section-template--22572985188670__image_hero_split_bDprA7" class="shopify-section shopify-section--full-width"><div
  5163.  class="
  5164.    image-hero-split
  5165.    section
  5166.    section--full-width
  5167.    section--vertical-padding-none
  5168.    
  5169.  "
  5170.  data-section-id="template--22572985188670__image_hero_split_bDprA7"
  5171.  data-section-type="image-hero-split"
  5172.  style="
  5173.    --custom-height: 100vh;
  5174.    --custom-height-mobile: 100vh;
  5175.    --color-text: #ffffff;
  5176.    --color-text-link: #ffffff;
  5177.    --overlay-background: #000000;
  5178.    
  5179.    --overlay-opacity: 0.3;
  5180.    
  5181. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  5182. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  5183. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  5184. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  5185. rgba(255, 255, 255, 0.1);
  5186.  
  5187.  "
  5188. >
  5189.  <div class="image-hero-split__inner">
  5190. <div
  5191.  
  5192.  class="
  5193.    image-hero-split-item
  5194.    image-hero-split-item--1
  5195.    image-hero-split-item--image-aspect-original
  5196.    animation--item
  5197.  "
  5198.  style="    --text-vertical-position: center;"
  5199. >
  5200.  <div class="image-hero-split-item__image-container"><div
  5201.    class="
  5202.      image
  5203.      image-hero-split-item__image
  5204.      
  5205.      image--animate
  5206.      animation--lazy-load
  5207.    "
  5208.    style="--focal-alignment: center;"
  5209.  >
  5210.    
  5211.  
  5212.  
  5213.  
  5214.  
  5215.  
  5216.  
  5217.  
  5218.  
  5219.  
  5220.  
  5221.  
  5222.  
  5223.  
  5224.  
  5225.  
  5226.  
  5227.  
  5228.  
  5229.  
  5230.  
  5231.  
  5232.  
  5233.  
  5234.  
  5235.  
  5236.  
  5237.  
  5238.  
  5239.  
  5240.  
  5241.  
  5242.  
  5243.  
  5244.    
  5245.  
  5246. <img
  5247.  alt=""
  5248.  class="image__img"
  5249.  loading="lazy"
  5250.  width="3429"
  5251.  height="3429"
  5252.  src="//lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=320"
  5253.  
  5254.  srcset="//lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=100 100w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=150 150w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=200 200w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=240 240w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=280 280w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=300 300w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=360 360w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=400 400w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=450 450w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=500 500w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=550 550w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=600 600w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=650 650w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=700 700w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=750 750w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=800 800w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=850 850w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=900 900w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=950 950w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1000 1000w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1100 1100w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1200 1200w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1300 1300w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1400 1400w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1500 1500w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1600 1600w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=1800 1800w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=2000 2000w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=2200 2200w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=2400 2400w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=2600 2600w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=2800 2800w, //lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=3000 3000w"
  5255.  sizes="(max-width: 45em) 100vw, (max-width: 45em) 50vw"
  5256.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5257. />
  5258.  </div></div>
  5259.  <div class="image-hero-split-item__text-container">
  5260.    <div class="image-hero-split-item__text-container-inner section-blocks animation--section-blocks"><h2 class="image-hero-split-item__heading ff-heading fs-heading-display-3 section-heading">
  5261.          THE RODEO
  5262.        </h2>
  5263.  
  5264.  
  5265.  
  5266.  
  5267.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center image-hero-split-item__button-container section-blocks__button" ><a
  5268.      
  5269.      
  5270.        href="/pages/about"
  5271.      
  5272.  
  5273.      class="
  5274.        btn
  5275.        
  5276.          btn--overlay
  5277.        
  5278.        
  5279.        
  5280.        
  5281.        btn--secondary"
  5282.    >
  5283.      <span>LEARN MORE</span>
  5284.    </a>
  5285.  </div>
  5286.  
  5287.  
  5288.  
  5289.  
  5290.    </div>
  5291.  </div>
  5292. </div>
  5293.  
  5294. <div
  5295.  
  5296.  class="
  5297.    image-hero-split-item
  5298.    image-hero-split-item--2
  5299.    image-hero-split-item--image-aspect-original
  5300.    animation--item
  5301.  "
  5302.  style="    --text-vertical-position: center;"
  5303. >
  5304.  <div class="image-hero-split-item__image-container"><div
  5305.    class="
  5306.      image
  5307.      image-hero-split-item__image
  5308.      
  5309.      image--animate
  5310.      animation--lazy-load
  5311.    "
  5312.    style="--focal-alignment: center;"
  5313.  >
  5314.    
  5315.  
  5316.  
  5317.  
  5318.  
  5319.  
  5320.  
  5321.  
  5322.  
  5323.  
  5324.  
  5325.  
  5326.  
  5327.  
  5328.  
  5329.  
  5330.  
  5331.  
  5332.  
  5333.  
  5334.  
  5335.  
  5336.  
  5337.  
  5338.  
  5339.  
  5340.  
  5341.    
  5342.  
  5343. <img
  5344.  alt=""
  5345.  class="image__img"
  5346.  loading="lazy"
  5347.  width="1630"
  5348.  height="1631"
  5349.  src="//lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=320"
  5350.  
  5351.  srcset="//lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=100 100w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=150 150w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=200 200w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=240 240w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=280 280w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=300 300w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=360 360w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=400 400w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=450 450w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=500 500w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=550 550w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=600 600w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=650 650w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=700 700w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=750 750w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=800 800w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=850 850w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=900 900w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=950 950w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1000 1000w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1100 1100w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1200 1200w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1300 1300w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1400 1400w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1500 1500w, //lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=1600 1600w"
  5352.  sizes="(max-width: 45em) 100vw, (max-width: 45em) 50vw"
  5353.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5354. />
  5355.  </div></div>
  5356.  <div class="image-hero-split-item__text-container">
  5357.    <div class="image-hero-split-item__text-container-inner section-blocks animation--section-blocks"><h2 class="image-hero-split-item__heading ff-heading fs-heading-display-3 section-heading">
  5358.          SUSTAINABILITY
  5359.        </h2>
  5360.  
  5361.  
  5362.  
  5363.  
  5364.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center image-hero-split-item__button-container section-blocks__button" ><a
  5365.      
  5366.      
  5367.        href="/pages/sustainability"
  5368.      
  5369.  
  5370.      class="
  5371.        btn
  5372.        
  5373.          btn--overlay
  5374.        
  5375.        
  5376.        
  5377.        
  5378.        btn--secondary"
  5379.    >
  5380.      <span>LEARN MORE</span>
  5381.    </a>
  5382.  </div>
  5383.  
  5384.  
  5385.  
  5386.  
  5387.    </div>
  5388.  </div>
  5389. </div>
  5390. <div class="image-hero-split__overlay"></div>
  5391.  </div>
  5392. </div>
  5393.  
  5394.  
  5395. </section><section id="shopify-section-template--22572985188670__16548801325228c324" class="shopify-section"><link href="//lassoswim.com/cdn/shop/t/17/assets/template-blog.css?v=10933941558992880571715650379" rel="stylesheet" type="text/css" media="all" />
  5396. <div
  5397.  class="
  5398.    blog-posts
  5399.    section
  5400.    section--divider-solid
  5401.    section--vertical-padding-top-bottom
  5402.    
  5403.      animation
  5404.      animation--blog-posts
  5405.    
  5406.  "
  5407.  data-section-id="template--22572985188670__16548801325228c324"
  5408.  data-section-type="blog-posts"
  5409. >
  5410.  <div class="section-introduction animation--section-introduction"><h2 class="blog-posts__heading ff-heading fs-heading-3-base section-introduction__heading">
  5411.        Journal
  5412.      </h2>
  5413.  
  5414.  
  5415.  
  5416.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- blog-posts__header-button section-introduction__button" ><a
  5417.      
  5418.      
  5419.        href="/blogs/journal"
  5420.      
  5421.  
  5422.      class="
  5423.        btn
  5424.        
  5425.        
  5426.        
  5427.        
  5428.        btn--callout"
  5429.    >
  5430.      <span>View all posts</span>
  5431.    </a>
  5432.  </div>
  5433.  
  5434.  
  5435.  
  5436. </div>
  5437.  
  5438.  <div class="blog-posts__grid"><link href="//lassoswim.com/cdn/shop/t/17/assets/template-article.css?v=43640781287107755161715650379" rel="stylesheet" type="text/css" media="all" />
  5439. <div
  5440.  class="
  5441.    article-item
  5442.    
  5443.    animation--article-item
  5444.    hover
  5445.  "
  5446.  data-image="true"
  5447. ><a
  5448.        href="/blogs/journal/our-1st-runway-show"
  5449.        class="article-item__image-wrapper"
  5450.        aria-label="Our 1st Runway Show!"
  5451.      ><div
  5452.    class="
  5453.      image
  5454.      article-item__image
  5455.      aspect-ratio--square
  5456.      image--animate
  5457.      animation--lazy-load
  5458.    "
  5459.    style=""
  5460.  >
  5461.    
  5462.  
  5463.  
  5464.  
  5465.  
  5466.  
  5467.  
  5468.  
  5469.  
  5470.  
  5471.  
  5472.  
  5473.  
  5474.  
  5475.  
  5476.  
  5477.  
  5478.  
  5479.  
  5480.  
  5481.  
  5482.  
  5483.  
  5484.  
  5485.  
  5486.  
  5487.  
  5488.  
  5489.  
  5490.  
  5491.  
  5492.  
  5493.  
  5494.  
  5495.  
  5496.    
  5497.  
  5498. <img
  5499.  alt="Our 1st Runway Show!"
  5500.  class="image__img"
  5501.  loading="lazy"
  5502.  width="3648"
  5503.  height="3648"
  5504.  src="//lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?v=1698444866&width=320"
  5505.  
  5506.  srcset="//lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=100&v=1698444866&width=100 100w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=150&v=1698444866&width=150 150w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=200&v=1698444866&width=200 200w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=240&v=1698444866&width=240 240w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=280&v=1698444866&width=280 280w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=300&v=1698444866&width=300 300w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=360&v=1698444866&width=360 360w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=400&v=1698444866&width=400 400w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=450&v=1698444866&width=450 450w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=500&v=1698444866&width=500 500w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=550&v=1698444866&width=550 550w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=600&v=1698444866&width=600 600w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=650&v=1698444866&width=650 650w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=700&v=1698444866&width=700 700w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=750&v=1698444866&width=750 750w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=800&v=1698444866&width=800 800w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=850&v=1698444866&width=850 850w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=900&v=1698444866&width=900 900w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=950&v=1698444866&width=950 950w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1000&v=1698444866&width=1000 1000w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1100&v=1698444866&width=1100 1100w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1200&v=1698444866&width=1200 1200w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1300&v=1698444866&width=1300 1300w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1400&v=1698444866&width=1400 1400w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1500&v=1698444866&width=1500 1500w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1600&v=1698444866&width=1600 1600w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=1800&v=1698444866&width=1800 1800w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=2000&v=1698444866&width=2000 2000w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=2200&v=1698444866&width=2200 2200w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=2400&v=1698444866&width=2400 2400w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=2600&v=1698444866&width=2600 2600w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=2800&v=1698444866&width=2800 2800w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=3000&v=1698444866&width=3000 3000w, //lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?crop=center&height=3500&v=1698444866&width=3500 3500w"
  5507.  sizes="(min-width: 720px) calc(calc(50vw - calc(2 * clamp(18px, 3.3vw, 3.3vw)))), calc(100vw - calc(2 * 3.3vw))"
  5508.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5509. />
  5510.  </div></a><div class="article-item__content">
  5511.      <div class="article-item__content-inner"><h4 class="article-item__title ff-heading fs-heading-4-base">
  5512.          <a href="/blogs/journal/our-1st-runway-show">Our 1st Runway Show!</a>
  5513.        </h4><p class="article-item__meta fs-body-75"><span>By
  5514.                Kayleigh Berkes</span><time datetime="2023-10-27T22:34:45Z">Oct 27, 2023</time>
  5515. </p>
  5516.  
  5517.  
  5518.  
  5519.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- article-item__read-button" ><a
  5520.      
  5521.      
  5522.        href="/blogs/journal/our-1st-runway-show"
  5523.      
  5524.  
  5525.      class="
  5526.        btn
  5527.        
  5528.        
  5529.        
  5530.        
  5531.        btn--callout"
  5532.    >
  5533.      <span>Read more</span>
  5534.    </a>
  5535.  </div>
  5536.  
  5537.  
  5538.  
  5539. </div>
  5540.    </div></div>
  5541.  
  5542. </div>
  5543. </div>
  5544.  
  5545.  
  5546. </section><section id="shopify-section-template--22572985188670__newsletter_6eLtWp" class="shopify-section"><div
  5547.  class="
  5548.    newsletter
  5549.    
  5550.    newsletter--content-alignment-left
  5551.    
  5552.  "
  5553.  data-section-id="template--22572985188670__newsletter_6eLtWp"
  5554.  data-section-type="newsletter"
  5555.  style="
  5556.    
  5557.      --content-width: 700px;
  5558.    
  5559.    --content-alignment: left;
  5560.    --color-background: #f5f5f5;
  5561.    --color-text: #ffffff;
  5562.    --color-text-link: #ffffff;
  5563.    --color-text-input: #000000;
  5564.    --color-background-input: #ffffff;
  5565.    --overlay-background: #000000;
  5566.    
  5567.    --overlay-opacity: 0.5;
  5568.    
  5569. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  5570. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  5571. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  5572. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  5573. rgba(255, 255, 255, 0.1);
  5574.  
  5575.    --max-signup-width: px;
  5576.    --max-block-content-width: px;
  5577.  "
  5578. >
  5579.  <div
  5580.    class="
  5581.      newsletter__inner
  5582.      
  5583.        section
  5584.  section--vertical-padding-top-bottom
  5585.  section--divider-none
  5586.  
  5587.      
  5588.    "
  5589.  ><div class="newsletter__background-image-wrapper"><div
  5590.    class="
  5591.      image
  5592.      newsletter__background-image
  5593.      
  5594.      image--animate
  5595.      animation--lazy-load
  5596.    "
  5597.    style="--focal-alignment: center;"
  5598.  >
  5599.    
  5600.  
  5601.  
  5602.  
  5603.  
  5604.  
  5605.  
  5606.  
  5607.  
  5608.  
  5609.  
  5610.  
  5611.  
  5612.  
  5613.  
  5614.  
  5615.  
  5616.  
  5617.  
  5618.  
  5619.  
  5620.  
  5621.  
  5622.  
  5623.  
  5624.  
  5625.  
  5626.  
  5627.  
  5628.  
  5629.  
  5630.  
  5631.  
  5632.  
  5633.    
  5634.  
  5635. <img
  5636.  alt=""
  5637.  class="image__img"
  5638.  loading="lazy"
  5639.  width="3024"
  5640.  height="4032"
  5641.  src="//lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=320"
  5642.  
  5643.  srcset="//lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=100 100w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=150 150w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=200 200w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=240 240w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=280 280w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=300 300w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=360 360w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=400 400w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=450 450w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=500 500w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=550 550w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=600 600w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=650 650w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=700 700w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=750 750w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=800 800w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=850 850w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=900 900w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=950 950w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1000 1000w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1100 1100w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1200 1200w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1300 1300w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1400 1400w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1500 1500w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1600 1600w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=1800 1800w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=2000 2000w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=2200 2200w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=2400 2400w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=2600 2600w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=2800 2800w, //lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=3000 3000w"
  5644.  sizes="100vw"
  5645.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5646. />
  5647.  </div></div><div class="newsletter__overlay"></div>
  5648.  
  5649.    <div class="newsletter__block-content section-blocks animation--section-blocks"><div class="section-blocks__spacer" style="height: 40px"></div>
  5650. <h2 class="newsletter__block-content-heading ff-heading fs-heading-3-base section-blocks__heading">
  5651.                Join the rodeo
  5652.              </h2><div class="newsletter__block-content-text rte ff-body fs-body-75 section-blocks__text">
  5653.                <p>Subscribe to get 10% off your first purchase & gain access to exclusive updates, discounts, and behind the scenes!</p>
  5654.              </div><div class="section-blocks__spacer" style="height: 4px"></div>
  5655. <div class="social-icons-block section-blocks__social-icons "><ul class="social-icons social-icons--left" data-count="4"><li>
  5656.          <a
  5657.            href="https://facebook.com/lassoswim"
  5658.            title="Lasso Swim on Facebook"
  5659.            target="_blank"
  5660.            rel="noopener"
  5661.          >
  5662.            <span class="icon icon-new icon-facebook ">
  5663.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg>
  5664. </span>
  5665.  
  5666.          </a>
  5667.        </li><li>
  5668.          <a
  5669.            href="https://www.instagram.com/lassoswim/"
  5670.            title="Lasso Swim on Instagram"
  5671.            target="_blank"
  5672.            rel="noopener"
  5673.          >
  5674.            <span class="icon icon-new icon-instagram ">
  5675.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg>
  5676. </span>
  5677.  
  5678.          </a>
  5679.        </li><li>
  5680.          <a
  5681.            href="https://pinterest.com/lassoswim"
  5682.            title="Lasso Swim on Pinterest"
  5683.            target="_blank"
  5684.            rel="noopener"
  5685.          >
  5686.            <span class="icon icon-new icon-pinterest ">
  5687.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor" /></svg>
  5688. </span>
  5689.  
  5690.          </a>
  5691.        </li><li>
  5692.          <a
  5693.            href="https://tiktok.com/@lassoswim"
  5694.            title="Lasso Swim on Tiktok"
  5695.            target="_blank"
  5696.            rel="noopener"
  5697.          >
  5698.            <span class="icon icon-new icon-tiktok ">
  5699.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.16 1.35c.35 3 2 4.83 5 5v3.4a7.79 7.79 0 0 1-4.92-1.44v6.36c0 8.07-8.8 10.59-12.34 4.81C1.59 15.77 3 9.24 10.28 9v3.59a11.24 11.24 0 0 0-1.69.41c-1.62.55-2.54 1.58-2.29 3.4.49 3.47 6.87 4.5 6.34-2.29V1.36h3.52z" fill="currentColor"/></svg>
  5700. </span>
  5701.  
  5702.          </a>
  5703.        </li></ul></div>
  5704.  
  5705. <div class="newsletter__signup section-blocks__newsletter-signup">
  5706.              <form method="post" action="/contact#newsletter-subscribe" id="newsletter-subscribe" accept-charset="UTF-8" class="newsletter__signup-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
  5707.                
  5708.  
  5709.  
  5710. <div class="newsletter__signup-inner">
  5711.                    <input type="hidden" name="contact[tags]" value="newsletter">
  5712.                    <label for="newsletter-subscribe-email" class="visually-hidden">Your email</label>
  5713.                    <input
  5714.                      type="email"
  5715.                      class="input newsletter__signup-input"
  5716.                      name="contact[email]"
  5717.                      id="newsletter-subscribe-email"
  5718.                      value=""
  5719.                      placeholder="Your email"
  5720.                      autocorrect="off"
  5721.                      autocapitalize="off"
  5722.                      required
  5723.                    >
  5724.  
  5725.  
  5726.  
  5727.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- newsletter__signup-button" ><button
  5728.      
  5729.      
  5730.        type="submit"
  5731.        
  5732.      
  5733.  
  5734.      class="
  5735.        btn
  5736.        
  5737.          btn--overlay
  5738.        
  5739.        
  5740.          btn--full
  5741.        
  5742.        
  5743.        
  5744.        btn--primary"
  5745.    >
  5746.      <span>Sign up</span>
  5747.    </button>
  5748.  </div>
  5749.  
  5750.  
  5751.  
  5752. </div></form>
  5753.            </div><div class="section-blocks__spacer" style="height: 12px"></div>
  5754. </div>
  5755.  </div>
  5756. </div>
  5757.  
  5758.  
  5759. </section><div id="shopify-section-template--22572985188670__17001802813ed06975" class="shopify-section"><div
  5760.  class="
  5761.    apps
  5762.    section
  5763.    section--divider-none
  5764.    section--vertical-padding-top-bottom
  5765.    
  5766.      animation
  5767.      animation--apps
  5768.    
  5769.  "
  5770.  data-section-id="template--22572985188670__17001802813ed06975"
  5771.  data-section-type="apps"
  5772. >
  5773.  <div class="section-introduction animation--section-introduction"><h2 class="apps__heading ff-heading fs-heading-3-base section-introduction__heading">
  5774.        @LASSOSWIM
  5775.      </h2></div><div class="animation--item">
  5776.      <div id="shopify-block-AdG1NQ2c0QkpCSHcyT__9ef23a74-e073-43ad-9e62-61826a5076c8" class="shopify-block shopify-app-block">
  5777.  
  5778.  
  5779. <style>
  5780.    body #insta-feed {
  5781.        
  5782.  
  5783.        
  5784.  
  5785.        
  5786.  
  5787.        
  5788.  
  5789.        
  5790.        text-align: center;
  5791.    }
  5792.    #insta-feed h2 {
  5793.      
  5794.      
  5795.  }
  5796. </style>
  5797.  
  5798.  
  5799.  
  5800.  
  5801.  
  5802.  
  5803.  
  5804.  
  5805.  <div id="insta-feed"></div>
  5806.  <script>
  5807.    if (typeof instafeedLocalTitle === 'undefined') var instafeedLocalTitle = "";
  5808.    
  5809.  </script>
  5810.  
  5811.  
  5812.  
  5813.  
  5814.  
  5815.  
  5816. </div>
  5817.    </div></div>
  5818.  
  5819.  
  5820. </div>
  5821.      </main>
  5822.  
  5823.      <!-- BEGIN sections: footer-group -->
  5824. <footer id="shopify-section-sections--22572985778494__footer" class="shopify-section shopify-section-group-footer-group footer__parent"><div
  5825.  class="footer section"
  5826.  data-section-id="sections--22572985778494__footer"
  5827.  data-section-type="footer"
  5828.  style="
  5829.    --color-background-input: rgba(255, 255, 255, 0.2);
  5830.    --color-background-input-hover: rgba(255, 255, 255, 0.25);
  5831.    --color-background-input-hover-dull: rgba(255, 255, 255, 0.1);
  5832.    --color-background-input-highlight: rgba(255, 255, 255, 0.35);
  5833.    --color-text-input: rgba(255, 255, 255, 0.95);
  5834.  "
  5835. >
  5836.  <div class="footer__inner">
  5837.    <div class="footer__groups"><div
  5838.          class="
  5839.            footer__group
  5840.            footer__group--links
  5841.            footer__group--1
  5842.            footer__group--collapse
  5843.            footer__group--first
  5844.            
  5845.            
  5846.          "
  5847.          style="
  5848.            --desktop-width: 15%;
  5849.            --desktop-padding: 4%;
  5850.            
  5851.          "
  5852.        ><h4 class="footer__header ff-body footer__header--collapsed">
  5853.              <span class="footer__heading fs-accent">Need Help?</span>
  5854.            </h4><button type="button" class="footer__header ff-body" data-header>
  5855.                <span class="footer__heading fs-accent">Need Help?</span>
  5856.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  5857.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  5858. </span>
  5859. </span>
  5860.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  5861.                
  5862.                  <ul>
  5863.                    
  5864.                      <li>
  5865.                        <a href="/pages/size-chart">Size Chart</a>
  5866.                      </li>
  5867.                    
  5868.                      <li>
  5869.                        <a href="/pages/faq">FAQ</a>
  5870.                      </li>
  5871.                    
  5872.                      <li>
  5873.                        <a href="/pages/press">Press</a>
  5874.                      </li>
  5875.                    
  5876.                      <li>
  5877.                        <a href="/pages/sustainability">Sustainability</a>
  5878.                      </li>
  5879.                    
  5880.                  </ul>
  5881.                
  5882.              </div></div>
  5883.        </div>
  5884.      <div
  5885.          class="
  5886.            footer__group
  5887.            footer__group--spacer
  5888.            footer__group--2
  5889.            
  5890.            
  5891.            
  5892.            hide-title-on-desktop
  5893.          "
  5894.          style="
  5895.            --desktop-width: 5%;
  5896.            --desktop-padding: %;
  5897.            
  5898.          "
  5899.        ><div class="footer__group-content"></div>
  5900.        </div>
  5901.      <div
  5902.          class="
  5903.            footer__group
  5904.            footer__group--links
  5905.            footer__group--3
  5906.            footer__group--collapse
  5907.            
  5908.            
  5909.            
  5910.          "
  5911.          style="
  5912.            --desktop-width: 20%;
  5913.            --desktop-padding: 4%;
  5914.            
  5915.          "
  5916.        ><h4 class="footer__header ff-body footer__header--collapsed">
  5917.              <span class="footer__heading fs-accent">Customer Care</span>
  5918.            </h4><button type="button" class="footer__header ff-body" data-header>
  5919.                <span class="footer__heading fs-accent">Customer Care</span>
  5920.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  5921.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  5922. </span>
  5923. </span>
  5924.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  5925.                
  5926.                  <ul>
  5927.                    
  5928.                      <li>
  5929.                        <a href="/pages/contact">Contact Us</a>
  5930.                      </li>
  5931.                    
  5932.                      <li>
  5933.                        <a href="/pages/faq">Shipping</a>
  5934.                      </li>
  5935.                    
  5936.                      <li>
  5937.                        <a href="/pages/faq">Returns</a>
  5938.                      </li>
  5939.                    
  5940.                      <li>
  5941.                        <a href="/pages/contact">Request A Return</a>
  5942.                      </li>
  5943.                    
  5944.                  </ul>
  5945.                
  5946.              </div></div>
  5947.        </div>
  5948.      <div
  5949.          class="
  5950.            footer__group
  5951.            footer__group--spacer
  5952.            footer__group--4
  5953.            
  5954.            
  5955.            
  5956.            hide-title-on-desktop
  5957.          "
  5958.          style="
  5959.            --desktop-width: 5%;
  5960.            --desktop-padding: %;
  5961.            
  5962.          "
  5963.        ><div class="footer__group-content"></div>
  5964.        </div>
  5965.      <div
  5966.          class="
  5967.            footer__group
  5968.            footer__group--links
  5969.            footer__group--5
  5970.            footer__group--collapse
  5971.            
  5972.            
  5973.            
  5974.          "
  5975.          style="
  5976.            --desktop-width: 20%;
  5977.            --desktop-padding: 4%;
  5978.            
  5979.          "
  5980.        ><h4 class="footer__header ff-body footer__header--collapsed">
  5981.              <span class="footer__heading fs-accent">Legal</span>
  5982.            </h4><button type="button" class="footer__header ff-body" data-header>
  5983.                <span class="footer__heading fs-accent">Legal</span>
  5984.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  5985.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg>
  5986. </span>
  5987. </span>
  5988.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  5989.                
  5990.                  <ul>
  5991.                    
  5992.                      <li>
  5993.                        <a href="/policies/privacy-policy">Privacy Policy</a>
  5994.                      </li>
  5995.                    
  5996.                      <li>
  5997.                        <a href="/policies/refund-policy">Refund Policy</a>
  5998.                      </li>
  5999.                    
  6000.                      <li>
  6001.                        <a href="/policies/terms-of-service">Terms </a>
  6002.                      </li>
  6003.                    
  6004.                  </ul>
  6005.                
  6006.              </div></div>
  6007.        </div>
  6008.      <div
  6009.          class="
  6010.            footer__group
  6011.            footer__group--spacer
  6012.            footer__group--6
  6013.            
  6014.            
  6015.            
  6016.            hide-title-on-desktop
  6017.          "
  6018.          style="
  6019.            --desktop-width: 5%;
  6020.            --desktop-padding: %;
  6021.            
  6022.          "
  6023.        ><div class="footer__group-content"></div>
  6024.        </div>
  6025.      <div
  6026.          class="
  6027.            footer__group
  6028.            footer__group--newsletter
  6029.            footer__group--7
  6030.            
  6031.            
  6032.            footer__group--last
  6033.            
  6034.          "
  6035.          style="
  6036.            --desktop-width: 30%;
  6037.            --desktop-padding: 0%;
  6038.            
  6039.          "
  6040.        ><h4 class="footer__header ff-body">
  6041.              <span class="footer__heading fs-accent">Newsletter</span>
  6042.            </h4><div class="footer__group-content"><div class="footer__newsletter">
  6043.                <div class="ff-heading fs-body-150 footer__text"></div>
  6044.  
  6045.                <form method="post" action="/contact#footer-subscribe" id="footer-subscribe" accept-charset="UTF-8" class="footer__newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
  6046.                  
  6047.  
  6048.  
  6049. <div class="footer__newsletter-inner">
  6050.                      <input type="hidden" name="contact[tags]" value="newsletter">
  6051.                      <label for="footer-subscribe-email" class="visually-hidden">Your email</label>
  6052.                      <input
  6053.                        type="email"
  6054.                        class="input"
  6055.                        name="contact[email]"
  6056.                        id="footer-subscribe-email"
  6057.                        value=""
  6058.                        placeholder="Your email"
  6059.                        autocorrect="off"
  6060.                        autocapitalize="off"
  6061.                        required
  6062.                      >
  6063.                      <button
  6064.                        type="submit"
  6065.                        name="commit"
  6066.                        id="Subscribe-footer"
  6067.                        class="footer__newsletter-button"
  6068.                        aria-label="Subscribe"
  6069.                      >
  6070.                        Subscribe
  6071.                      </button>
  6072.                    </div></form>
  6073. <ul class="social-icons social-icons--left" data-count="4"><li>
  6074.          <a
  6075.            href="https://facebook.com/lassoswim"
  6076.            title="Lasso Swim on Facebook"
  6077.            target="_blank"
  6078.            rel="noopener"
  6079.          >
  6080.            <span class="icon icon-new icon-facebook ">
  6081.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg>
  6082. </span>
  6083.  
  6084.          </a>
  6085.        </li><li>
  6086.          <a
  6087.            href="https://www.instagram.com/lassoswim/"
  6088.            title="Lasso Swim on Instagram"
  6089.            target="_blank"
  6090.            rel="noopener"
  6091.          >
  6092.            <span class="icon icon-new icon-instagram ">
  6093.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg>
  6094. </span>
  6095.  
  6096.          </a>
  6097.        </li><li>
  6098.          <a
  6099.            href="https://pinterest.com/lassoswim"
  6100.            title="Lasso Swim on Pinterest"
  6101.            target="_blank"
  6102.            rel="noopener"
  6103.          >
  6104.            <span class="icon icon-new icon-pinterest ">
  6105.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor" /></svg>
  6106. </span>
  6107.  
  6108.          </a>
  6109.        </li><li>
  6110.          <a
  6111.            href="https://tiktok.com/@lassoswim"
  6112.            title="Lasso Swim on Tiktok"
  6113.            target="_blank"
  6114.            rel="noopener"
  6115.          >
  6116.            <span class="icon icon-new icon-tiktok ">
  6117.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.16 1.35c.35 3 2 4.83 5 5v3.4a7.79 7.79 0 0 1-4.92-1.44v6.36c0 8.07-8.8 10.59-12.34 4.81C1.59 15.77 3 9.24 10.28 9v3.59a11.24 11.24 0 0 0-1.69.41c-1.62.55-2.54 1.58-2.29 3.4.49 3.47 6.87 4.5 6.34-2.29V1.36h3.52z" fill="currentColor"/></svg>
  6118. </span>
  6119.  
  6120.          </a>
  6121.        </li></ul>
  6122. </div></div>
  6123.        </div>
  6124.      
  6125.    </div>
  6126.  
  6127.    <div class="footer__bottom">
  6128.      <div class="footer__bottom-left"><div class="footer__credits fs-body-50">
  6129.          <p>
  6130.            Copyright &copy; 2025, <a href="/" title="">Lasso Swim</a>.
  6131.            All rights reserved.
  6132.            See our terms of use and privacy notice.
  6133.          </p>
  6134.          
  6135.          <p><a target="_blank" rel="nofollow noopener" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore"> </a></p>
  6136.        </div>
  6137.      </div>
  6138.  
  6139.      <div class="footer__bottom-right"><div class="payment-icons">
  6140.  
  6141.    <div class="payment-icons__icon">
  6142.      <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg>
  6143.  
  6144.    </div>
  6145.  
  6146.    <div class="payment-icons__icon">
  6147.      <svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>
  6148.  
  6149.    </div>
  6150.  
  6151.    <div class="payment-icons__icon">
  6152.      <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg>
  6153.    </div>
  6154.  
  6155.    <div class="payment-icons__icon">
  6156.      <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg>
  6157.    </div>
  6158.  
  6159.    <div class="payment-icons__icon">
  6160.      <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>
  6161.  
  6162.    </div>
  6163.  
  6164.    <div class="payment-icons__icon">
  6165.      <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
  6166.    </div>
  6167.  
  6168.    <div class="payment-icons__icon">
  6169.      <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
  6170.    </div>
  6171.  
  6172.    <div class="payment-icons__icon">
  6173.      <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg>
  6174.  
  6175.    </div>
  6176.  
  6177.    <div class="payment-icons__icon">
  6178.      <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg>
  6179.  
  6180.    </div>
  6181.  
  6182.    <div class="payment-icons__icon">
  6183.      <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
  6184.    </div>
  6185.  
  6186. </div>
  6187.  
  6188. </div>
  6189.    </div>
  6190.  </div>
  6191. </div>
  6192.  
  6193.  
  6194. </footer>
  6195. <!-- END sections: footer-group -->
  6196.  
  6197.      <div
  6198.  class="
  6199.    store-availability-drawer
  6200.    popover
  6201.    
  6202.      animation
  6203.      animation--store-availability-drawer
  6204.    
  6205.  "
  6206.  data-store-availability-drawer
  6207.  aria-describedby="drawer-title"
  6208.  aria-hidden="true"
  6209.  role="dialog"
  6210. >
  6211.  <div class="store-availability-drawer__wash" data-store-availability-drawer-wash></div>
  6212.  <div class="store-availability-drawer__container">
  6213.    <div class="store-availability-drawer__inner">
  6214.      <div class="store-availability-drawer__header">
  6215.        <div class="store-availability-drawer__product-info">
  6216.          <h4
  6217.            id="drawer-title"
  6218.            class="store-availability-drawer__store-list-product-title ff-heading fs-heading-5-base"
  6219.            data-store-availability-product-title
  6220.          >
  6221.            Availability
  6222.          </h4>
  6223.          <p
  6224.            class="store-availability-drawer__store-list-variant-title fs-body-60 t-opacity-60"
  6225.            data-store-availability-variant-title
  6226.          ></p>
  6227.        </div>
  6228.        <button
  6229.          type="button"
  6230.          class="store-availability-drawer__close"
  6231.          data-store-availability-close
  6232.          aria-label="Close"
  6233.        >
  6234.          <span
  6235.  class="icon-button icon-button-close  icon-button--small "
  6236.  
  6237. >
  6238.  <span class="icon-button__icon">
  6239.    <span class="icon icon-new icon-close ">
  6240.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  6241. </span>
  6242.  
  6243.  </span>
  6244. </span>
  6245.  
  6246.        </button>
  6247.      </div>
  6248.      <div class="store-availbility-drawer__product" data-store-availability-product></div>
  6249.  
  6250.      <div class="store-availbility-drawer__content" data-store-list-container></div>
  6251.    </div>
  6252.  </div>
  6253. </div>
  6254.  
  6255.      <div
  6256.  class="
  6257.    quick-product--wrap
  6258.    modal
  6259.    popover
  6260.    is-fixed
  6261.    
  6262.    
  6263.      animation
  6264.      animation--quick-view
  6265.      animation--quick-view-revealed
  6266.    
  6267.  "
  6268.  aria-modal="true"
  6269.  
  6270.    aria-hidden="true"
  6271.  
  6272.  data-quick-view-modal
  6273. >
  6274.  <div class="modal__wash"></div>
  6275.  
  6276.  <div class="quick-product--modal__inner modal__inner">
  6277.    <div class="quick-view-modal__content empty">
  6278.      <h3 class="quick-view-modal-loading-indicator">
  6279.    <div class="loader">
  6280.  <div class="loader__wrap">
  6281.    <div class="loader__bar"></div>
  6282.  </div>
  6283. </div>
  6284.  
  6285.  </h3>
  6286.    </div>
  6287.    <button
  6288.      type="button"
  6289.      data-modal-close
  6290.      class="modal__close-icon"
  6291.      aria-label="Close"
  6292.    >
  6293.      <span
  6294.  class="icon-button icon-button-close  icon-button--small "
  6295.  
  6296. >
  6297.  <span class="icon-button__icon">
  6298.    <span class="icon icon-new icon-close ">
  6299.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  6300. </span>
  6301.  
  6302.  </span>
  6303. </span>
  6304.  
  6305.    </button>
  6306.  </div>
  6307. </div>
  6308.  
  6309.  
  6310.      <div class="modal popover" data-modal>
  6311.  <div class="modal__wash"></div>
  6312.  <div class="modal__inner" data-scroll-lock-ignore>
  6313.    <div class="modal__header">
  6314.      <button
  6315.        type="button"
  6316.        data-modal-close
  6317.        class="modal__close-icon"
  6318.        aria-label="Close"
  6319.      >
  6320.        <span
  6321.  class="icon-button icon-button-close  icon-button--small "
  6322.  
  6323. >
  6324.  <span class="icon-button__icon">
  6325.    <span class="icon icon-new icon-close ">
  6326.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg>
  6327. </span>
  6328.  
  6329.  </span>
  6330. </span>
  6331.  
  6332.      </button>
  6333.    </div>
  6334.    <div class="modal__content rte non-page-rte"></div>
  6335.  </div>
  6336. </div>
  6337.  
  6338.      
  6339.  <div
  6340.    class="
  6341.      back-to-top
  6342.      back-to-top--bottom-left
  6343.    "
  6344.    data-back-to-top
  6345.  >
  6346.    <button
  6347.      type="button"
  6348.      class="back-to-top__button"
  6349.      aria-label="Back to top"
  6350.      data-back-to-top-button
  6351.    >
  6352.      <span class="icon icon-new icon-chevron ">
  6353.  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg>
  6354. </span>
  6355.  
  6356.    </button>
  6357.  </div>
  6358.  
  6359.  
  6360.    </div>
  6361.  
  6362.    <script src="//www.youtube.com/iframe_api" type="text/javascript"></script>
  6363.    <link href="//lassoswim.com/cdn/shopifycloud/shopify-plyr/v1.0/shopify-plyr.css" rel="stylesheet" type="text/css" media="all" />
  6364.  <!-- Failed to render app block "6174324309569838175": app block path "shopify://apps/smile-loyalty-rewards/blocks/smile-shopify-app/2fae4e25-1841-4ea2-bc02-bd548478c4f6" does not exist --><!-- Failed to render app block "15683396631634586217": app block path "shopify://apps/inbox/blocks/chat/841fc607-4181-4ad1-842d-e24d7f8bad6b" does not exist --></body>
  6365.  <link
  6366.    rel="preload"
  6367.    fetchpriority="low"
  6368.    href="//lassoswim.com/cdn/shop/t/17/assets/theme-deferred.css?v=100538309232085770951715650379"
  6369.    as="style"
  6370.    onload="this.onload=null;this.rel='stylesheet'"
  6371.  >
  6372.  <noscript><link rel="stylesheet" href="//lassoswim.com/cdn/shop/t/17/assets/theme-deferred.css?v=100538309232085770951715650379"></noscript>
  6373. </html>
  6374.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda