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. <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=68751556926" crossorigin="anonymous"></script>
  526. <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>
  527. <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>
  528. <script>var Shopify = Shopify || {};
  529. Shopify.shop = "lasso-swim.myshopify.com";
  530. Shopify.locale = "en";
  531. Shopify.currency = {"active":"USD","rate":"1.0"};
  532. Shopify.country = "US";
  533. Shopify.theme = {"name":"LASSO SWIM","id":167719436606,"theme_store_id":1621,"role":"main"};
  534. Shopify.theme.handle = "null";
  535. Shopify.theme.style = {"id":null,"handle":null};
  536. Shopify.cdnHost = "lassoswim.com/cdn";
  537. Shopify.routes = Shopify.routes || {};
  538. Shopify.routes.root = "/";</script>
  539. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  540. <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>
  541. <script>window.ShopifyPay = window.ShopifyPay || {};
  542. window.ShopifyPay.apiHost = "shop.app\/pay";</script>
  543. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  544. <script>
  545.  window.Shopify = window.Shopify || {};
  546.  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  547.  window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_ByJXNvit.en.esm.js","modules/chunk.common_INJqqS6p.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_1hbdyiSe.en.esm.js","modules/chunk.common_INJqqS6p.esm.js"],"avatar":["modules/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_D-wZiTQo.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_rsERrxIT.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js"],"shop-pay-checkout-sheet":["modules/client.shop-pay-checkout-sheet_BKj_4Ra_.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_ZC-x5sxg.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_gDzc1Ea_.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js","modules/chunk.shop-pay_D7M2iUBI.esm.js"],"discount-app":["modules/client.discount-app_Dn0iyaoL.en.esm.js","modules/chunk.common_INJqqS6p.esm.js"],"payment-terms":["modules/client.payment-terms_BsulUKG0.en.esm.js","modules/chunk.common_INJqqS6p.esm.js","modules/client.login-button_BaZJ9Qfe.en.esm.js"],"login-button":["modules/client.login-button_BaZJ9Qfe.en.esm.js","modules/chunk.common_INJqqS6p.esm.js"]};
  548. </script>
  549. <script>(function() {
  550.  function asyncLoad() {
  551.    var urls = ["https:\/\/cdn.nfcube.com\/c63b097178115c8b0d1d045a5eeac6b6.js?shop=lasso-swim.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/3b7fac6b2961d38575814cbcc\/4da391e42ad0b50899b2af617.js?shop=lasso-swim.myshopify.com"];
  552.    for (var i = 0; i < urls.length; i++) {
  553.      var s = document.createElement('script');
  554.      s.type = 'text/javascript';
  555.      s.async = true;
  556.      s.src = urls[i];
  557.      var x = document.getElementsByTagName('script')[0];
  558.      x.parentNode.insertBefore(s, x);
  559.    }
  560.  };
  561.  if(window.attachEvent) {
  562.    window.attachEvent('onload', asyncLoad);
  563.  } else {
  564.    window.addEventListener('load', asyncLoad, false);
  565.  }
  566. })();</script>
  567. <script id="__st">var __st={"a":68751556926,"offset":-18000,"reqid":"12860b18-87b8-41ae-bbe5-419ae9b8d8ff-1726949859","pageurl":"lassoswim.com\/","u":"79c724749ed3","p":"home"};</script>
  568. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  569. <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(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(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){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('DOMContentLoaded',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!0,['guest_login'])})()}();</script>
  570. <script id="captcha-terms">!function(){'use strict';const e=/recaptcha|reCATPCHA|google|Googl/gi,t=o=>{let c=o.firstChild;for(;c;)c.nodeType===Node.TEXT_NODE?c.textContent=c.textContent.replace(e,'hCaptcha'):c.nodeType===Node.ELEMENT_NODE&&t(c),c=c.nextSibling};document.addEventListener('DOMContentLoaded',(()=>{(e=>{const o=document.querySelector('p[data-spam-detection-disclaimer]');if(o){for(const e of['terms','privacy']){const t=o.querySelector(`a[href*='https://policies.google.com/${e}']`);t&&(t.href=`https://hcaptcha.com/${e}`)}t(o)}})()}))}();</script>
  571. <script integrity="sha256-GCwAX+VKPCMvqlDGBS8l4Ta/v13RH83mcXorqCmPRKU=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//lassoswim.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-182c005fe54a3c232faa50c6052f25e136bfbf5dd11fcde6717a2ba8298f44a5.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.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("#dynamic-checkout-cart")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  576. </script>
  577.  
  578.  
  579.  
  580. <style id="shopify-accelerated-checkout-cart-grid">#dynamic-checkout-cart {
  581.  container-type: inline-size;
  582.  container-name: dcc;
  583.  width: 100%;
  584. }
  585.  
  586. .wallet-cart-grid {
  587.  --wallet-button-height-horizontal: clamp(
  588.    25px,
  589.    var(
  590.      --shopify-accelerated-checkout-button-inline-size,
  591.      42px
  592.    ),
  593.    55px
  594.  );
  595.  --wallet-button-height-vertical: clamp(
  596.    25px,
  597.    var(
  598.      --shopify-accelerated-checkout-button-block-size,
  599.      54px
  600.    ),
  601.    55px
  602.  );
  603.  --wallet-button-width-horizontal: 150px;
  604.  --wallet-button-width-vertical: 100%;
  605.  --wallet-button-border-radius: var(
  606.    --shopify-accelerated-checkout-button-border-radius,
  607.    4px
  608.  );
  609.  --wallet-grid-margin-horizontal: 0 -5px -5px -5px;
  610.  --wallet-button-container-margin-horizontal: 0 5px 5px;
  611.  --wallet-button-container-margin-vertical: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0;
  612. }
  613.  
  614. @keyframes acceleratedCheckoutLoadingSkeleton {
  615.  50% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  616.  75% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, 0.5);}
  617.  100% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  618. }
  619.  
  620. .wallet-cart-button__skeleton {
  621.  animation: acceleratedCheckoutLoadingSkeleton var(--shopify-accelerated-checkout-skeleton-animation-duration, 4s) var(--shopify-accelerated-checkout-skeleton-animation-timing-function, ease) infinite;
  622.  animation-delay: -0.168s;
  623.  background-color: var(--shopify-accelerated-checkout-skeleton-background-color, #dedede);
  624.  box-sizing: border-box;
  625.  text-decoration: none !important;
  626. }
  627.  
  628. .wallet-cart-grid {
  629.  margin: var(--wallet-grid-margin-horizontal);
  630.  padding: 0;
  631.  display: flex;
  632.  flex-direction: row;
  633.  justify-content: var(--shopify-accelerated-checkout-inline-alignment, start);
  634.  gap: 0 !important;
  635. }
  636.  
  637. .wallet-cart-button-container {
  638.  position: relative;
  639.  margin: var(--wallet-button-container-margin-horizontal);
  640. }
  641.  
  642. .wallet-cart-button-container,
  643. .wallet-cart-button {
  644.  width: var(--wallet-button-width-horizontal);
  645.  height: var(--wallet-button-height-horizontal);
  646.  border-radius: var(--wallet-button-border-radius);
  647.  list-style-type: none !important;
  648.  text-align: center;
  649.  flex-shrink: 0;
  650.  flex-grow: 0;
  651. }
  652.  
  653. .additional-checkout-buttons--vertical .wallet-cart-grid {
  654.  justify-content: start;
  655.  flex-direction: column;
  656.  margin: 0;
  657. }
  658. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container {
  659.  width: var(--wallet-button-width-vertical);
  660.  height: var(--wallet-button-height-vertical);
  661.  margin: var(--wallet-button-container-margin-vertical);
  662. }
  663. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  664.  margin-top: 0;
  665. }
  666. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button {
  667.  width: var(--wallet-button-width-vertical);
  668.  height: var(--wallet-button-height-vertical);
  669. }
  670.  
  671. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button-container,
  672. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button {
  673.  width: var(--wallet-button-width-horizontal) !important;
  674.  height: var(--wallet-button-height-horizontal) !important;
  675.  border-radius: var(--wallet-button-border-radius) !important;
  676. }
  677.  
  678. @container dcc (width >= 150px) and (width <= 500px) {
  679.  .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))) {
  680.    justify-content: start;
  681.    flex-direction: column;
  682.    margin: 0;
  683.  }
  684.  .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 {
  685.    width: var(--wallet-button-width-vertical);
  686.    height: var(--wallet-button-height-vertical);
  687.    margin: var(--wallet-button-container-margin-vertical);
  688.  }
  689.  .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 {
  690.    margin-top: 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 {
  693.    width: var(--wallet-button-width-vertical);
  694.    height: var(--wallet-button-height-vertical);
  695.  }
  696. }
  697.  
  698. @container dcc (width <= 310px) {
  699.  .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))) {
  700.    justify-content: start;
  701.    flex-direction: column;
  702.    margin: 0;
  703.  }
  704.  .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 {
  705.    width: var(--wallet-button-width-vertical);
  706.    height: var(--wallet-button-height-vertical);
  707.    margin: var(--wallet-button-container-margin-vertical);
  708.  }
  709.  .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 {
  710.    margin-top: 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 {
  713.    width: var(--wallet-button-width-vertical);
  714.    height: var(--wallet-button-height-vertical);
  715.  }
  716. }
  717.  
  718. @container dcc (width <= 470px) {
  719.  .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))) {
  720.    justify-content: start;
  721.    flex-direction: column;
  722.    margin: 0;
  723.  }
  724.  .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 {
  725.    width: var(--wallet-button-width-vertical);
  726.    height: var(--wallet-button-height-vertical);
  727.    margin: var(--wallet-button-container-margin-vertical);
  728.  }
  729.  .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 {
  730.    margin-top: 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 {
  733.    width: var(--wallet-button-width-vertical);
  734.    height: var(--wallet-button-height-vertical);
  735.  }
  736. }
  737.  
  738. @container dcc (width <= 630px) {
  739.  .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))) {
  740.    justify-content: start;
  741.    flex-direction: column;
  742.    margin: 0;
  743.  }
  744.  .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 {
  745.    width: var(--wallet-button-width-vertical);
  746.    height: var(--wallet-button-height-vertical);
  747.    margin: var(--wallet-button-container-margin-vertical);
  748.  }
  749.  .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 {
  750.    margin-top: 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 {
  753.    width: var(--wallet-button-width-vertical);
  754.    height: var(--wallet-button-height-vertical);
  755.  }
  756. }
  757.  
  758. @container dcc (width <= 790px) {
  759.  .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))) {
  760.    justify-content: start;
  761.    flex-direction: column;
  762.    margin: 0;
  763.  }
  764.  .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 {
  765.    width: var(--wallet-button-width-vertical);
  766.    height: var(--wallet-button-height-vertical);
  767.    margin: var(--wallet-button-container-margin-vertical);
  768.  }
  769.  .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 {
  770.    margin-top: 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 {
  773.    width: var(--wallet-button-width-vertical);
  774.    height: var(--wallet-button-height-vertical);
  775.  }
  776. }
  777.  
  778. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) {
  779.  justify-content: start;
  780.  flex-direction: column;
  781.  margin: 0;
  782. }
  783. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container {
  784.  width: var(--wallet-button-width-vertical);
  785.  height: var(--wallet-button-height-vertical);
  786.  margin: var(--wallet-button-container-margin-vertical);
  787. }
  788. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  789.  margin-top: 0;
  790. }
  791. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button {
  792.  width: var(--wallet-button-width-vertical);
  793.  height: var(--wallet-button-height-vertical);
  794. }
  795.  
  796. @media screen and (max-width: 750px) {
  797.  .wallet-cart-grid {
  798.    justify-content: start;
  799.    flex-direction: column;
  800.    max-width: none;
  801.    margin: 0;
  802.  }
  803.  .wallet-cart-grid .wallet-cart-button-container {
  804.    max-width: none;
  805.    width: var(--wallet-button-width-vertical);
  806.    height: var(--wallet-button-height-vertical);
  807.    margin: var(--wallet-button-container-margin-vertical);
  808.  }
  809.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  810.    margin-top: 0;
  811.  }
  812.  .wallet-cart-grid .wallet-cart-button {
  813.    width: var(--wallet-button-width-vertical);
  814.    height: var(--wallet-button-height-vertical);
  815.  }
  816. }
  817.  
  818. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  819.  .wallet-cart-grid {
  820.    justify-content: start;
  821.    flex-direction: column;
  822.    margin: 0;
  823.  }
  824.  .wallet-cart-button-container {
  825.    width: var(--wallet-button-width-vertical);
  826.    height: var(--wallet-button-height-vertical);
  827.    margin: var(--wallet-button-container-margin-vertical);
  828.  }
  829.  .wallet-cart-button-container:first-child {
  830.    margin-top: 0;
  831.  }
  832.  .wallet-cart-grid .wallet-cart-button {
  833.    width: var(--wallet-button-width-vertical);
  834.    height: var(--wallet-button-height-vertical);
  835.  }
  836. }
  837. </style>
  838.  
  839. <style id="shopify-accelerated-checkout-cart-grid-with-margin-top">.additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  840.  margin-top: 8px;
  841. }
  842.  
  843.  
  844. @container dcc (width >= 150px) and (width <= 500px) {
  845.  .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 {
  846.    margin-top: 8px;
  847.  }
  848. }
  849.  
  850. @container dcc (width <= 310px) {
  851.  .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 {
  852.    margin-top: 8px;
  853.  }
  854. }
  855.  
  856. @container dcc (width <= 470px) {
  857.  .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 {
  858.    margin-top: 8px;
  859.  }
  860. }
  861.  
  862. @container dcc (width <= 630px) {
  863.  .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 {
  864.    margin-top: 8px;
  865.  }
  866. }
  867.  
  868. @container dcc (width <= 790px) {
  869.  .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 {
  870.    margin-top: 8px;
  871.  }
  872. }
  873.  
  874. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  875.  margin-top: 8px;
  876. }
  877.  
  878. @media screen and (max-width: 750px) {
  879.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  880.    margin-top: 8px;
  881.  }
  882. }
  883.  
  884. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  885.  .wallet-cart-button-container:first-child {
  886.    margin-top: 8px;
  887.  }
  888. }
  889. </style>
  890. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  891.  <script src="https://cdn.shopify.com/extensions/3972dfad-e87d-4842-99c5-3660cbd0d32f/smile-io-138/assets/smile-loader.js" type="text/javascript" defer="defer"></script>
  892. <script src="https://cdn.shopify.com/extensions/17dc8132-f940-4023-aac5-3a8bd735310a/inbox-934/assets/inbox-chat-loader.js" type="text/javascript" defer="defer"></script>
  893. <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  894. <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>
  895. <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: ["5de24938","d04dc9f4","4735909c"],webPixelsConfigList: [{"id":"326402366","configuration":"{\"pixel_id\":\"1440294373494318\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8b3843af2d71780cfb83fdde884ce168","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","a9f40b37ec9026addc55329b828d6115092a0764","4c0a2c8bw1fbfed3ep5d2e4adfm554763f4",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  896. window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  897. window.ShopifyAnalytics.meta.currency = 'USD';
  898. var meta = {"page":{"pageType":"home"}};
  899. for (var attr in meta) {
  900.  window.ShopifyAnalytics.meta[attr] = meta[attr];
  901. }</script>
  902. <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  903.  
  904. };
  905. </script>
  906. <script class="analytics">(function () {
  907.    var customDocumentWrite = function(content) {
  908.      var jquery = null;
  909.  
  910.      if (window.jQuery) {
  911.        jquery = window.jQuery;
  912.      } else if (window.Checkout && window.Checkout.$) {
  913.        jquery = window.Checkout.$;
  914.      }
  915.  
  916.      if (jquery) {
  917.        jquery('body').append(content);
  918.      }
  919.    };
  920.  
  921.    var hasLoggedConversion = function(token) {
  922.      if (token) {
  923.        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
  924.      }
  925.      return false;
  926.    }
  927.  
  928.    var setCookieIfConversion = function(token) {
  929.      if (token) {
  930.        var twoMonthsFromNow = new Date(Date.now());
  931.        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
  932.  
  933.        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
  934.      }
  935.    }
  936.  
  937.    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  938.    if (trekkie.integrations) {
  939.      return;
  940.    }
  941.    trekkie.methods = [
  942.      'identify',
  943.      'page',
  944.      'ready',
  945.      'track',
  946.      'trackForm',
  947.      'trackLink'
  948.    ];
  949.    trekkie.factory = function(method) {
  950.      return function() {
  951.        var args = Array.prototype.slice.call(arguments);
  952.        args.unshift(method);
  953.        trekkie.push(args);
  954.        return trekkie;
  955.      };
  956.    };
  957.    for (var i = 0; i < trekkie.methods.length; i++) {
  958.      var key = trekkie.methods[i];
  959.      trekkie[key] = trekkie.factory(key);
  960.    }
  961.    trekkie.load = function(config) {
  962.      trekkie.config = config || {};
  963.      trekkie.config.initialDocumentCookie = document.cookie;
  964.      var first = document.getElementsByTagName('script')[0];
  965.      var script = document.createElement('script');
  966.      script.type = 'text/javascript';
  967.      script.onerror = function(e) {
  968.        var scriptFallback = document.createElement('script');
  969.        scriptFallback.type = 'text/javascript';
  970.        scriptFallback.onerror = function(error) {
  971.                var Monorail = {
  972.      produce: function produce(monorailDomain, schemaId, payload) {
  973.        var currentMs = new Date().getTime();
  974.        var event = {
  975.          schema_id: schemaId,
  976.          payload: payload,
  977.          metadata: {
  978.            event_created_at_ms: currentMs,
  979.            event_sent_at_ms: currentMs
  980.          }
  981.        };
  982.        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
  983.      },
  984.      sendRequest: function sendRequest(endpointUrl, payload) {
  985.        // Try the sendBeacon API
  986.        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
  987.          var blobData = new window.Blob([payload], {
  988.            type: 'text/plain'
  989.          });
  990.  
  991.          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
  992.            return true;
  993.          } // sendBeacon was not successful
  994.  
  995.        } // XHR beacon
  996.  
  997.        var xhr = new XMLHttpRequest();
  998.  
  999.        try {
  1000.          xhr.open('POST', endpointUrl);
  1001.          xhr.setRequestHeader('Content-Type', 'text/plain');
  1002.          xhr.send(payload);
  1003.        } catch (e) {
  1004.          console.log(e);
  1005.        }
  1006.  
  1007.        return false;
  1008.      },
  1009.      isIos12: function isIos12() {
  1010.        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
  1011.      }
  1012.    };
  1013.    Monorail.produce('monorail-edge.shopifysvc.com',
  1014.      'trekkie_storefront_load_errors/1.1',
  1015.      {shop_id: 68751556926,
  1016.      theme_id: 167719436606,
  1017.      app_name: "storefront",
  1018.      context_url: window.location.href,
  1019.      source_url: "//lassoswim.com/cdn/s/trekkie.storefront.2092f3f723f671a22523930609e26fd627b350ba.min.js"});
  1020.  
  1021.        };
  1022.        scriptFallback.async = true;
  1023.        scriptFallback.src = '//lassoswim.com/cdn/s/trekkie.storefront.2092f3f723f671a22523930609e26fd627b350ba.min.js';
  1024.        first.parentNode.insertBefore(scriptFallback, first);
  1025.      };
  1026.      script.async = true;
  1027.      script.src = '//lassoswim.com/cdn/s/trekkie.storefront.2092f3f723f671a22523930609e26fd627b350ba.min.js';
  1028.      first.parentNode.insertBefore(script, first);
  1029.    };
  1030.    trekkie.load(
  1031.      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":68751556926,"isMerchantRequest":null,"themeId":167719436606,"themeCityHash":"10401906722153338802","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["bbcf04e6"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
  1032.    );
  1033.  
  1034.    var loaded = false;
  1035.    trekkie.ready(function() {
  1036.      if (loaded) return;
  1037.      loaded = true;
  1038.  
  1039.      window.ShopifyAnalytics.lib = window.trekkie;
  1040.  
  1041.  
  1042.      var originalDocumentWrite = document.write;
  1043.      document.write = customDocumentWrite;
  1044.      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
  1045.      document.write = originalDocumentWrite;
  1046.  
  1047.      window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});
  1048.  
  1049.      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
  1050.      var token = match? match[1]: undefined;
  1051.      if (!hasLoggedConversion(token)) {
  1052.        setCookieIfConversion(token);
  1053.        
  1054.      }
  1055.    });
  1056.  
  1057.  
  1058.        var eventsListenerScript = document.createElement('script');
  1059.        eventsListenerScript.async = true;
  1060.        eventsListenerScript.src = "//lassoswim.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
  1061.        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
  1062.  
  1063. })();</script>
  1064. <script class="boomerang">
  1065. (function () {
  1066.  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
  1067.    return;
  1068.  }
  1069.  window.BOOMR = window.BOOMR || {};
  1070.  window.BOOMR.snippetStart = new Date().getTime();
  1071.  window.BOOMR.snippetExecuted = true;
  1072.  window.BOOMR.snippetVersion = 12;
  1073.  window.BOOMR.application = "storefront-renderer";
  1074.  window.BOOMR.themeName = "Stiletto";
  1075.  window.BOOMR.themeVersion = "3.2.1";
  1076.  window.BOOMR.shopId = 68751556926;
  1077.  window.BOOMR.themeId = 167719436606;
  1078.  window.BOOMR.renderRegion = "gcp-us-east1";
  1079.  window.BOOMR.url =
  1080.    "https://lassoswim.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  1081.  var where = document.currentScript || document.getElementsByTagName("script")[0];
  1082.  var parentNode = where.parentNode;
  1083.  var promoted = false;
  1084.  var LOADER_TIMEOUT = 3000;
  1085.  function promote() {
  1086.    if (promoted) {
  1087.      return;
  1088.    }
  1089.    var script = document.createElement("script");
  1090.    script.id = "boomr-scr-as";
  1091.    script.src = window.BOOMR.url;
  1092.    script.async = true;
  1093.    parentNode.appendChild(script);
  1094.    promoted = true;
  1095.  }
  1096.  function iframeLoader(wasFallback) {
  1097.    promoted = true;
  1098.    var dom, bootstrap, iframe, iframeStyle;
  1099.    var doc = document;
  1100.    var win = window;
  1101.    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
  1102.    bootstrap = function(parent, scriptId) {
  1103.      var script = doc.createElement("script");
  1104.      script.id = scriptId || "boomr-if-as";
  1105.      script.src = window.BOOMR.url;
  1106.      BOOMR_lstart = new Date().getTime();
  1107.      parent = parent || doc.body;
  1108.      parent.appendChild(script);
  1109.    };
  1110.    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
  1111.      window.BOOMR.snippetMethod = "s";
  1112.      bootstrap(parentNode, "boomr-async");
  1113.      return;
  1114.    }
  1115.    iframe = document.createElement("IFRAME");
  1116.    iframe.src = "about:blank";
  1117.    iframe.title = "";
  1118.    iframe.role = "presentation";
  1119.    iframe.loading = "eager";
  1120.    iframeStyle = (iframe.frameElement || iframe).style;
  1121.    iframeStyle.width = 0;
  1122.    iframeStyle.height = 0;
  1123.    iframeStyle.border = 0;
  1124.    iframeStyle.display = "none";
  1125.    parentNode.appendChild(iframe);
  1126.    try {
  1127.      win = iframe.contentWindow;
  1128.      doc = win.document.open();
  1129.    } catch (e) {
  1130.      dom = document.domain;
  1131.      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
  1132.      win = iframe.contentWindow;
  1133.      doc = win.document.open();
  1134.    }
  1135.    if (dom) {
  1136.      doc._boomrl = function() {
  1137.        this.domain = dom;
  1138.        bootstrap();
  1139.      };
  1140.      doc.write("<body onload='document._boomrl();'>");
  1141.    } else {
  1142.      win._boomrl = function() {
  1143.        bootstrap();
  1144.      };
  1145.      if (win.addEventListener) {
  1146.        win.addEventListener("load", win._boomrl, false);
  1147.      } else if (win.attachEvent) {
  1148.        win.attachEvent("onload", win._boomrl);
  1149.      }
  1150.    }
  1151.    doc.close();
  1152.  }
  1153.  var link = document.createElement("link");
  1154.  if (link.relList &&
  1155.    typeof link.relList.supports === "function" &&
  1156.    link.relList.supports("preload") &&
  1157.    ("as" in link)) {
  1158.    window.BOOMR.snippetMethod = "p";
  1159.    link.href = window.BOOMR.url;
  1160.    link.rel = "preload";
  1161.    link.as = "script";
  1162.    link.addEventListener("load", promote);
  1163.    link.addEventListener("error", function() {
  1164.      iframeLoader(true);
  1165.    });
  1166.    setTimeout(function() {
  1167.      if (!promoted) {
  1168.        iframeLoader(true);
  1169.      }
  1170.    }, LOADER_TIMEOUT);
  1171.    BOOMR_lstart = new Date().getTime();
  1172.    parentNode.appendChild(link);
  1173.  } else {
  1174.    iframeLoader(false);
  1175.  }
  1176.  function boomerangSaveLoadTime(e) {
  1177.    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  1178.  }
  1179.  if (window.addEventListener) {
  1180.    window.addEventListener("load", boomerangSaveLoadTime, false);
  1181.  } else if (window.attachEvent) {
  1182.    window.attachEvent("onload", boomerangSaveLoadTime);
  1183.  }
  1184.  if (document.addEventListener) {
  1185.    document.addEventListener("onBoomerangLoaded", function(e) {
  1186.      e.detail.BOOMR.init({
  1187.        ResourceTiming: {
  1188.          enabled: true,
  1189.          trackedResourceTypes: ["script", "img", "css"]
  1190.        },
  1191.      });
  1192.      e.detail.BOOMR.t_end = new Date().getTime();
  1193.    });
  1194.  } else if (document.attachEvent) {
  1195.    document.attachEvent("onpropertychange", function(e) {
  1196.      if (!e) e=event;
  1197.      if (e.propertyName === "onBoomerangLoaded") {
  1198.        e.detail.BOOMR.init({
  1199.          ResourceTiming: {
  1200.            enabled: true,
  1201.            trackedResourceTypes: ["script", "img", "css"]
  1202.          },
  1203.        });
  1204.        e.detail.BOOMR.t_end = new Date().getTime();
  1205.      }
  1206.    });
  1207.  }
  1208. })();</script>
  1209. <script
  1210.  defer
  1211.  src="https://lassoswim.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.0.min.js"
  1212.  data-application="storefront-renderer"
  1213.  data-shop-id="68751556926"
  1214.  data-render-region="gcp-us-east1"
  1215.  data-page-type="index"
  1216.  data-theme-instance-id="167719436606"
  1217.  data-monorail-region="shop_domain"
  1218.  data-resource-timing-sampling-rate="10"
  1219. ></script>
  1220. </head>
  1221.  
  1222.  <body class="template-index">
  1223.    <div class="page">
  1224.      
  1225.        <div class="active" id="page-transition-overlay"></div>
  1226. <script>
  1227.  var pageTransitionOverlay = document.getElementById("page-transition-overlay"),
  1228.      internalReferrer = document.referrer.includes(document.location.origin),
  1229.      winPerf = window.performance,
  1230.      navTypeLegacy = winPerf && winPerf.navigation && winPerf.navigation.type,
  1231.      navType = winPerf && winPerf.getEntriesByType && winPerf.getEntriesByType("navigation")[0] && winPerf.getEntriesByType("navigation")[0].type;
  1232.  
  1233.  if (!internalReferrer || navType !== "navigate" || navTypeLegacy !== 0) {
  1234.    
  1235.    pageTransitionOverlay.className = "active skip-animation";
  1236.    setTimeout(function(){
  1237.      pageTransitionOverlay.className = "skip-animation";
  1238.      setTimeout(function(){ pageTransitionOverlay.className = ""; }, 1);
  1239.    }, 1);
  1240.  } else {
  1241.    setTimeout(function(){
  1242.      pageTransitionOverlay.className = "";
  1243.    }, 500);
  1244.  }
  1245. </script>
  1246.  
  1247.      
  1248.  
  1249.      <div class="theme-editor-scroll-offset"></div>
  1250.  
  1251.      <div class="header__space" data-header-space></div>
  1252.  
  1253.      <!-- BEGIN sections: header-group -->
  1254. <div id="shopify-section-sections--22572985811262__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar__outer-wrapper"><script>
  1255.  
  1256.  document.documentElement.setAttribute("data-enable-sticky-announcement-bar", "");
  1257. </script><div
  1258.    
  1259.    class="announcement-bar"
  1260.    data-section-id="sections--22572985811262__announcement-bar"
  1261.    data-section-type="announcement-bar"
  1262.    data-enable-sticky-announcement-bar="never"
  1263.    data-item-count="1"
  1264.    style="
  1265.      --color-background: #000000;
  1266.      --color-gradient-overlay: #000000;
  1267.      --color-gradient-overlay-transparent: rgba(0, 0, 0, 0);
  1268.      --color-text: #ffffff;
  1269.    "
  1270.  >
  1271.    <div class="ui-overlap-wrap">
  1272.      <div class="ui-overlap">
  1273.        <div class="fader left">
  1274.          <button class="slider-nav-button slider-nav-button-prev" title="Previous">
  1275.            <span class="icon icon-new icon-chevron ">
  1276.  <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>
  1277. </span>
  1278.  
  1279.          </button>
  1280.        </div>
  1281.        <div class="ui-overlap-item-clones" aria-hidden="true">
  1282.          <div
  1283.        class="announcement-bar__item ff-body fs-body-50 swiper-slide"
  1284.        
  1285.        data-slide
  1286.        
  1287.        data-index="0"
  1288.      ><div class="announcement-bar__item-inner"><p>FREE STANDARD SHIPPING ON ALL US ORDERS OVER $150</p>
  1289. </div>
  1290.      </div>
  1291.        </div>
  1292.        <div class="fader right">
  1293.          <button class="slider-nav-button slider-nav-button-next" title="Next">
  1294.            <span class="icon icon-new icon-chevron ">
  1295.  <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>
  1296. </span>
  1297.  
  1298.          </button>
  1299.        </div>
  1300.      </div>
  1301.    </div>
  1302.    <div
  1303.      class="swiper"
  1304.      data-slider
  1305.      data-autoplay-enabled="true"
  1306.      data-autoplay-delay="4000"
  1307.    >
  1308.      <div class="swiper-wrapper">
  1309.        <div
  1310.        class="announcement-bar__item ff-body fs-body-50 swiper-slide"
  1311.        
  1312.        data-slide
  1313.        
  1314.        data-index="0"
  1315.      ><div class="announcement-bar__item-inner"><p>FREE STANDARD SHIPPING ON ALL US ORDERS OVER $150</p>
  1316. </div>
  1317.      </div>
  1318.      </div>
  1319.    </div>
  1320.  </div>
  1321. </div><div id="shopify-section-sections--22572985811262__header" class="shopify-section shopify-section-group-header-group header__outer-wrapper"><script>
  1322.  
  1323.  
  1324.    document.documentElement.classList.add("sticky-header-enabled");
  1325.  
  1326.  
  1327.    document.body.classList.add("header-transparent");
  1328.  
  1329.  
  1330.    document.body.classList.add("quick-search-position-left");
  1331.  
  1332. </script><header
  1333.  data-section-id="sections--22572985811262__header"
  1334.  data-section-type="header"
  1335.  
  1336.    data-enable-sticky-header="true"
  1337.  
  1338.  
  1339.    data-transparent-header="true"
  1340.  
  1341.  class="
  1342.    header
  1343.    header--layout-logo-center-nav-below
  1344.    header--has-logo
  1345.    
  1346.      header--transparent
  1347.    
  1348.    
  1349.    header--has-accounts
  1350.    
  1351.    
  1352.    
  1353.    
  1354.    header--has-country-or-locale
  1355.  "
  1356.  
  1357.    data-is-sticky="true"
  1358.  
  1359.  data-navigation-position="below"
  1360.  data-logo-position="center"
  1361.  style="
  1362.    --logo-width: 120px;
  1363.    --mobile-logo-width: 90px;
  1364.    --color-cart-count-transparent: #000000;
  1365.    --color-text-transparent: #ffffff;
  1366.    --divider-width: 0px;
  1367.  "
  1368. >
  1369.  <a href="#main" class="header__skip-to-content btn btn--primary btn--small">
  1370.    Skip to content
  1371.  </a>
  1372.  
  1373.  <div class="header__inner">
  1374.    <div class="header__row header__row-desktop upper  ">
  1375.      <div class="header__row-segment header__row-segment-desktop left">
  1376. </div>
  1377.  
  1378.      <div class="header__row-segment header__row-segment-desktop header__row-segment-desktop--logo-left right">
  1379.        
  1380.      </div>
  1381.    </div><div class="header__row header__row-desktop logo-only">
  1382.        <h1 class="header__logo">
  1383.    <a
  1384.      class="header__logo-link"
  1385.      href="/"
  1386.      
  1387.        aria-label="Lasso Swim"
  1388.      
  1389.    ><div
  1390.    class="
  1391.      image
  1392.      regular-logo
  1393.      
  1394.      
  1395.      animation--lazy-load
  1396.    "
  1397.    style=""
  1398.  >
  1399.    
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.    
  1408.  
  1409. <img
  1410.  alt=""
  1411.  class="image__img"
  1412.  fetchpriority="high"
  1413.  width="362"
  1414.  height="125"
  1415.  src="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=320"
  1416.  
  1417.  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"
  1418.  sizes="(max-width: 960px) 90px, 120px"
  1419.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1420. />
  1421.  </div><span class="header__logo-text">Lasso Swim</span></a>
  1422.  </h1>
  1423.      </div><div class="header__row header__row-desktop lower three-segment">
  1424.      <div class="header__row-segment header__row-segment-desktop left ">
  1425.        <a
  1426.    class="
  1427.      header__icon-touch
  1428.      header__icon-touch--search
  1429.      no-transition
  1430.    "
  1431.    href="/search"
  1432.    
  1433.      data-search
  1434.    
  1435.    aria-label="Open search modal"
  1436.    aria-controls="MainQuickSearch"
  1437.    aria-expanded="false"
  1438.  >
  1439.    <span
  1440.  class="icon-button icon-button-header-search  "
  1441.  
  1442. >
  1443.  <span class="icon-button__icon">
  1444.    <span class="icon icon-new icon-header-search ">
  1445.  <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"/>
  1446.          <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  1447. </span>
  1448.  
  1449.  </span>
  1450. </span>
  1451.  
  1452.    <span
  1453.  class="icon-button icon-button-header-menu-close  "
  1454.  
  1455. >
  1456.  <span class="icon-button__icon">
  1457.    <span class="icon icon-new icon-header-menu-close ">
  1458.  <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>
  1459. </span>
  1460.  
  1461.  </span>
  1462. </span>
  1463.  
  1464.  </a>
  1465.  
  1466.      </div><div
  1467.    class="header__links-primary-scroll-container"
  1468.    data-scroll-container
  1469.    data-at-start="true"
  1470.    data-at-end="true"
  1471.    data-axis="horizontal"
  1472.  >
  1473.    <button
  1474.      class="scroll-button"
  1475.      data-position="start"
  1476.      data-direction="backwards"
  1477.      title="Previous"
  1478.    >
  1479.      <span class="icon icon-new icon-chevron ">
  1480.  <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>
  1481. </span>
  1482.  
  1483.    </button>
  1484.    <div class="scroll-overflow-indicator-wrap" data-position="start">
  1485.      <div class="scroll-overflow-indicator"></div>
  1486.    </div>
  1487.    <div data-scroll-container-viewport>
  1488.      <div class="scroll-sentinal scroll-sentinal--start" data-position="start"></div>
  1489.      <nav class="header__links header__links-primary" data-navigation>
  1490.  
  1491. <ul class="header__links-list fs-navigation-base">
  1492.  
  1493.  
  1494.    
  1495.  
  1496.    <li
  1497.      
  1498.    ><a
  1499.          href="/collections/new-arrivals"
  1500.          class=""
  1501.          data-link
  1502.          
  1503.        >
  1504.          <span class="link-hover">
  1505.            NEW
  1506.          </span>
  1507.        </a></li>
  1508.  
  1509.  
  1510.    
  1511.  
  1512.    <li
  1513.      
  1514.        data-submenu-parent
  1515.      
  1516.    ><!-- if top level item is a link, render a clickable anchor link --><a
  1517.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  1518.          data-link
  1519.          data-parent
  1520.          
  1521.            data-meganav-trigger
  1522.            data-meganav-type="full_width_meganav"
  1523.            data-meganav-handle="shop"
  1524.          
  1525.          aria-haspopup="true"
  1526.          aria-expanded="false"
  1527.          aria-controls="shop-menu-1"
  1528.          
  1529.            href="/collections/all"
  1530.            
  1531.          
  1532.  
  1533.        >
  1534.          <span class="link-hover">
  1535.            SHOP
  1536.          </span>
  1537.          <span class="header__links-icon">
  1538.            <span class="icon icon-new icon-chevron-small ">
  1539.  <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>
  1540. </span>
  1541.  
  1542.          </span>
  1543.        </a><div
  1544.  class="
  1545.    meganav
  1546.    
  1547.      meganav--has-promo
  1548.      meganav--promo-position-right
  1549.    
  1550.    
  1551.      animation
  1552.      animation--dropdown
  1553.    
  1554.  "
  1555.  id="shop-menu-1"
  1556.  data-submenu data-hidden="true"
  1557.  data-menu-handle="shop"
  1558.  data-meganav-type=full_width_meganav
  1559.  
  1560.  style="
  1561.  --column-count: 3;
  1562.  --columns-width: px;
  1563.  
  1564.  --secondary-width: 700px;
  1565.  --color-promo-text: #ffffff;
  1566.  --color-text-overlay-button: #ffffff;
  1567.  --color-background-overlay-button: #ffffff;
  1568.  --color-background-overlay-outline-button-alpha:
  1569. rgba(255, 255, 255, 0.1);
  1570.  --overlay-background: #000000;
  1571.  
  1572.    --overlay-background-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 1) 96%);
  1573.  
  1574.  --overlay-opacity: 0.33;
  1575.  "
  1576.  
  1577. >
  1578.  <div class="meganav__inner">
  1579.    
  1580.    <div class="meganav__primary">
  1581.    <div
  1582.  class="meganav__nav"
  1583.  data-column-count="3"
  1584. >
  1585.  <ul class="meganav__list-parent" depth="0">
  1586.    
  1587.      <li class=" has-children" depth="0">
  1588.        <h4>
  1589.          <a href="/collections/swimwear">SWIMWEAR</a>
  1590.        </h4>
  1591.        
  1592.          <ul depth="1">
  1593.            
  1594.              <li>
  1595.                <a href="/collections/swimwear">SHOP ALL</a>
  1596.              </li>
  1597.            
  1598.              <li>
  1599.                <a href="/collections/tops">TOPS</a>
  1600.              </li>
  1601.            
  1602.              <li>
  1603.                <a href="/collections/bottoms">BOTTOMS</a>
  1604.              </li>
  1605.            
  1606.              <li>
  1607.                <a href="/collections/one-pieces">ONE PIECES</a>
  1608.              </li>
  1609.            
  1610.          </ul>
  1611.        
  1612.      </li>
  1613.    
  1614.      <li class=" has-children" depth="0">
  1615.        <h4>
  1616.          <a href="/collections/apparel">APPAREL</a>
  1617.        </h4>
  1618.        
  1619.          <ul depth="1">
  1620.            
  1621.              <li>
  1622.                <a href="/collections/apparel">SHOP ALL</a>
  1623.              </li>
  1624.            
  1625.              <li>
  1626.                <a href="/collections/tops-1">TOPS</a>
  1627.              </li>
  1628.            
  1629.              <li>
  1630.                <a href="/collections/bottoms-1">BOTTOMS</a>
  1631.              </li>
  1632.            
  1633.          </ul>
  1634.        
  1635.      </li>
  1636.    
  1637.      <li class=" has-children" depth="0">
  1638.        <h4>
  1639.          <a href="/collections/accessories">ACCESSORIES</a>
  1640.        </h4>
  1641.        
  1642.          <ul depth="1">
  1643.            
  1644.              <li>
  1645.                <a href="/collections/hats">HATS</a>
  1646.              </li>
  1647.            
  1648.          </ul>
  1649.        
  1650.      </li>
  1651.    
  1652.      <li class="" depth="0">
  1653.        <h4>
  1654.          <a href="/products/gift-card">GIFT CARDS</a>
  1655.        </h4>
  1656.        
  1657.          <ul depth="1">
  1658.            
  1659.          </ul>
  1660.        
  1661.      </li>
  1662.    
  1663.      <li class="" depth="0">
  1664.        <h4>
  1665.          <a href="/collections/sale">ON SALE</a>
  1666.        </h4>
  1667.        
  1668.          <ul depth="1">
  1669.            
  1670.          </ul>
  1671.        
  1672.      </li>
  1673.    
  1674.      <li class=" has-children" depth="0">
  1675.        <h4>
  1676.          <a href="/collections">SHOP BY COLLECTION</a>
  1677.        </h4>
  1678.        
  1679.          <ul depth="1">
  1680.            
  1681.              <li>
  1682.                <a href="/collections/born-raised">BORN & RAISED</a>
  1683.              </li>
  1684.            
  1685.          </ul>
  1686.        
  1687.      </li>
  1688.    
  1689.  </ul>
  1690.  
  1691. <span class="meganav__column-rule" data-index="1"></span><span class="meganav__column-rule" data-index="2"></span></div>
  1692.  
  1693.  </div>
  1694.    
  1695.      <div class="meganav__secondary">
  1696.      <div
  1697.        
  1698.        class="meganav-promo"
  1699.        style="
  1700.          --text-horizontal-position: center;
  1701.          --text-vertical-position: center;
  1702.          --min-promo-height: 400px;
  1703.        "
  1704.      ><a href="/collections/best-sellers" class="meganav__promo-image-link"><div
  1705.    class="
  1706.      image
  1707.      meganav__promo-image
  1708.      aspect-ratio--externally_set
  1709.      
  1710.      animation--lazy-load
  1711.    "
  1712.    style="--focal-alignment: center;"
  1713.  >
  1714.    
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.    
  1749.  
  1750. <img
  1751.  alt=""
  1752.  class="image__img"
  1753.  loading="lazy"
  1754.  width="3495"
  1755.  height="5200"
  1756.  src="//lassoswim.com/cdn/shop/files/IMG_3354.jpg?v=1702513541&width=320"
  1757.  
  1758.  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"
  1759.  sizes="700px"
  1760.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1761. />
  1762.  </div></a><div class="meganav__secondary-promo-overlay"></div>
  1763.  
  1764.        <div class="meganav__secondary-promo-text">
  1765.          
  1766.          
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a
  1772.      
  1773.      
  1774.        href="/collections/best-sellers"
  1775.      
  1776.  
  1777.      class="
  1778.        btn
  1779.        
  1780.          btn--overlay
  1781.        
  1782.        
  1783.        
  1784.        
  1785.          btn--x-small
  1786.        
  1787.        btn--secondary"
  1788.    >
  1789.      <span>SHOP BEST SELLERS</span>
  1790.    </a>
  1791.  </div>
  1792.  
  1793.  
  1794.  
  1795.  
  1796.        </div>
  1797.      </div>
  1798.    </div>
  1799.    
  1800.  </div>
  1801. </div>
  1802. </li>
  1803.  
  1804.  
  1805.    
  1806.  
  1807.    <li
  1808.      
  1809.        data-submenu-parent
  1810.      
  1811.    ><!-- if top level item is a link, render a clickable anchor link --><a
  1812.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  1813.          data-link
  1814.          data-parent
  1815.          
  1816.            data-meganav-trigger
  1817.            data-meganav-type="compact_meganav"
  1818.            data-meganav-handle="campaign"
  1819.          
  1820.          aria-haspopup="true"
  1821.          aria-expanded="false"
  1822.          aria-controls="campaign-menu-2"
  1823.          
  1824.            href="/pages/campaign"
  1825.            
  1826.          
  1827.  
  1828.        >
  1829.          <span class="link-hover">
  1830.            CAMPAIGN
  1831.          </span>
  1832.          <span class="header__links-icon">
  1833.            <span class="icon icon-new icon-chevron-small ">
  1834.  <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>
  1835. </span>
  1836.  
  1837.          </span>
  1838.        </a><div
  1839.  class="
  1840.    meganav
  1841.    
  1842.      meganav--has-promo
  1843.      meganav--promo-position-right
  1844.    
  1845.    
  1846.      animation
  1847.      animation--dropdown
  1848.    
  1849.  "
  1850.  id="campaign-menu-2"
  1851.  data-submenu data-hidden="true"
  1852.  data-menu-handle="campaign"
  1853.  data-meganav-type=compact_meganav
  1854.  data-align-to-trigger="true"
  1855.  style="
  1856.  --column-count: 1;
  1857.  --columns-width: 270px;
  1858.  --columns-width: 270px;
  1859.  --secondary-width: 550px;
  1860.  --color-promo-text: #ffffff;
  1861.  --color-text-overlay-button: #ffffff;
  1862.  --color-background-overlay-button: #ffffff;
  1863.  --color-background-overlay-outline-button-alpha:
  1864. rgba(255, 255, 255, 0.1);
  1865.  --overlay-background: #000000;
  1866.  
  1867.    --overlay-background-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 1) 96%);
  1868.  
  1869.  --overlay-opacity: 0.0;
  1870.  "
  1871.  
  1872. >
  1873.  <div class="meganav__inner">
  1874.    
  1875.    <div class="meganav__primary">
  1876.    <div
  1877.  class="meganav__nav"
  1878.  data-column-count="1"
  1879. >
  1880.  <ul class="meganav__list-parent" depth="0">
  1881.    
  1882.      <li class="" depth="0">
  1883.        <h4>
  1884.          <a href="/pages/born-raised">BORN & RAISED</a>
  1885.        </h4>
  1886.        
  1887.          <ul depth="1">
  1888.            
  1889.          </ul>
  1890.        
  1891.      </li>
  1892.    
  1893.      <li class="" depth="0">
  1894.        <h4>
  1895.          <a href="/pages/campaign">ALL CAMPAIGNS</a>
  1896.        </h4>
  1897.        
  1898.          <ul depth="1">
  1899.            
  1900.          </ul>
  1901.        
  1902.      </li>
  1903.    
  1904.  </ul>
  1905.  
  1906. </div>
  1907.  
  1908.  </div>
  1909.    
  1910.      <div class="meganav__secondary">
  1911.      <div
  1912.        
  1913.        class="meganav-promo"
  1914.        style="
  1915.          --text-horizontal-position: center;
  1916.          --text-vertical-position: center;
  1917.          --min-promo-height: 350px;
  1918.        "
  1919.      ><a href="/pages/born-raised" class="meganav__promo-image-link"><div
  1920.    class="
  1921.      image
  1922.      meganav__promo-image
  1923.      aspect-ratio--externally_set
  1924.      
  1925.      animation--lazy-load
  1926.    "
  1927.    style="--focal-alignment: center;"
  1928.  >
  1929.    
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.    
  1968.  
  1969. <img
  1970.  alt=""
  1971.  class="image__img"
  1972.  loading="lazy"
  1973.  width="5472"
  1974.  height="3648"
  1975.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  1976.  
  1977.  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"
  1978.  sizes="550px"
  1979.  onload="javascript: this.closest('.image').classList.add('loaded')"
  1980. />
  1981.  </div></a><div class="meganav__secondary-promo-overlay"></div>
  1982.  
  1983.        <div class="meganav__secondary-promo-text">
  1984.          
  1985.            <h3 class="ff-heading fs-heading-4-base meganav__secondary-promo-text-heading">Born & Raised</h3>
  1986.          
  1987.          
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a
  1993.      
  1994.      
  1995.        href="/pages/born-raised"
  1996.      
  1997.  
  1998.      class="
  1999.        btn
  2000.        
  2001.          btn--overlay
  2002.        
  2003.        
  2004.        
  2005.        
  2006.          btn--x-small
  2007.        
  2008.        btn--secondary"
  2009.    >
  2010.      <span>Summer '23</span>
  2011.    </a>
  2012.  </div>
  2013.  
  2014.  
  2015.  
  2016.  
  2017.        </div>
  2018.      </div>
  2019.    </div>
  2020.    
  2021.  </div>
  2022. </div>
  2023. </li>
  2024.  
  2025.  
  2026.    
  2027.  
  2028.    <li
  2029.      
  2030.    ><a
  2031.          href="/blogs/journal"
  2032.          class=""
  2033.          data-link
  2034.          
  2035.        >
  2036.          <span class="link-hover">
  2037.            JOURNAL
  2038.          </span>
  2039.        </a></li>
  2040.  
  2041.  
  2042.    
  2043.  
  2044.    <li
  2045.      
  2046.        data-submenu-parent
  2047.      
  2048.    ><!-- if top level item is a link, render a clickable anchor link --><a
  2049.          class="navigation__submenu-trigger fs-navigation-base no-transition"
  2050.          data-link
  2051.          data-parent
  2052.          
  2053.            data-dropdown-trigger
  2054.          
  2055.          aria-haspopup="true"
  2056.          aria-expanded="false"
  2057.          aria-controls="info-menu-4"
  2058.          
  2059.            href="/search"
  2060.            
  2061.          
  2062.  
  2063.        >
  2064.          <span class="link-hover">
  2065.            INFO
  2066.          </span>
  2067.          <span class="header__links-icon">
  2068.            <span class="icon icon-new icon-chevron-small ">
  2069.  <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>
  2070. </span>
  2071.  
  2072.          </span>
  2073.        </a><div
  2074.  class="
  2075.    navigation__submenu
  2076.    ff-body
  2077.    fs-body-100
  2078.    
  2079.      animation
  2080.      animation--dropdown
  2081.    
  2082.  "
  2083.  id="info-menu-4"
  2084.  data-submenu
  2085.  data-depth="1"
  2086.  aria-hidden="true"
  2087. >
  2088.  <ul class="navigation__submenu-list"><li class="navigation__submenu-item"><a
  2089.            href="/pages/about"
  2090.            class=""
  2091.            
  2092.            data-link
  2093.          >
  2094.            OUR STORY
  2095.          </a></li><li class="navigation__submenu-item"><a
  2096.            href="/pages/faq"
  2097.            class=""
  2098.            
  2099.            data-link
  2100.          >
  2101.            FAQ
  2102.          </a></li><li class="navigation__submenu-item"><a
  2103.            href="/pages/size-chart"
  2104.            class=""
  2105.            
  2106.            data-link
  2107.          >
  2108.            SIZING
  2109.          </a></li><li class="navigation__submenu-item"><a
  2110.            href="/pages/contact"
  2111.            class=""
  2112.            
  2113.            data-link
  2114.          >
  2115.            CONTACT US
  2116.          </a></li></ul>
  2117. </div>
  2118. </li>
  2119.  
  2120. </ul>
  2121.  
  2122. </nav>
  2123.      <div class="scroll-sentinal scroll-sentinal--end" data-position="end"></div>
  2124.    </div>
  2125.    <div class="scroll-overflow-indicator-wrap" data-position="end">
  2126.      <div class="scroll-overflow-indicator"></div>
  2127.    </div>
  2128.    <button
  2129.      class="scroll-button"
  2130.      data-position="end"
  2131.      data-direction="forwards"
  2132.      title="Next"
  2133.    >
  2134.      <span class="icon icon-new icon-chevron ">
  2135.  <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>
  2136. </span>
  2137.  
  2138.    </button>
  2139.  </div>
  2140. <div class="header__row-segment header__row-segment-desktop right"><a
  2141.    class="header__icon-touch header__icon-touch--account"
  2142.    href="/account"
  2143.    aria-label="Go to the account page"
  2144.  >
  2145.    <span
  2146.  class="icon-button icon-button-header-account  "
  2147.  
  2148. >
  2149.  <span class="icon-button__icon">
  2150.    <span class="icon icon-new icon-header-account ">
  2151.  <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>
  2152. </span>
  2153.  
  2154.  </span>
  2155. </span>
  2156.  
  2157.  </a>
  2158. <a
  2159.    class="header__icon-touch no-transition"
  2160.    href="/cart"
  2161.    aria-label="Open cart modal"
  2162.    data-js-cart-icon="bag"
  2163.  >
  2164.    
  2165.    <span
  2166.  class="icon-button icon-button-header-shopping-bag  "
  2167.  
  2168. >
  2169.  <span class="icon-button__icon">
  2170.    <span class="icon icon-new icon-header-shopping-bag ">
  2171.  <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"/>
  2172.          <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2173. </span>
  2174.  
  2175.  </span>
  2176. </span>
  2177.  
  2178.  
  2179.    <span data-js-cart-count>0</span>
  2180.  </a>
  2181.      </div>
  2182.    </div>
  2183.  
  2184.    <div class="header__row header__row-mobile three-segment"><div class="header__row-segment left">
  2185.          <button
  2186.    class="header__menu-icon header__icon-touch header__icon-menu"
  2187.    aria-label="Open menu modal"
  2188.    aria-expanded="false"
  2189.    data-aria-label-closed="Open menu modal"
  2190.    data-aria-label-opened="Close menu modal"
  2191.    data-js-menu-button
  2192.  >
  2193.    <span
  2194.  class="icon-button icon-button-header-menu  "
  2195.  
  2196. >
  2197.  <span class="icon-button__icon">
  2198.    <span class="icon icon-new icon-header-menu ">
  2199.  <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>
  2200. </span>
  2201.  
  2202.  </span>
  2203. </span>
  2204.  
  2205.    <span
  2206.  class="icon-button icon-button-header-menu-close  "
  2207.  
  2208. >
  2209.  <span class="icon-button__icon">
  2210.    <span class="icon icon-new icon-header-menu-close ">
  2211.  <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>
  2212. </span>
  2213.  
  2214.  </span>
  2215. </span>
  2216.  
  2217.  </button>
  2218.        </div>
  2219.  
  2220.        <h1 class="header__logo">
  2221.    <a
  2222.      class="header__logo-link"
  2223.      href="/"
  2224.      
  2225.        aria-label="Lasso Swim"
  2226.      
  2227.    ><div
  2228.    class="
  2229.      image
  2230.      regular-logo
  2231.      
  2232.      
  2233.      animation--lazy-load
  2234.    "
  2235.    style=""
  2236.  >
  2237.    
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.    
  2246.  
  2247. <img
  2248.  alt=""
  2249.  class="image__img"
  2250.  fetchpriority="high"
  2251.  width="362"
  2252.  height="125"
  2253.  src="//lassoswim.com/cdn/shop/files/Logo_White_8420102d-1ff8-4580-aa34-18b968e51724.png?v=1697909406&width=320"
  2254.  
  2255.  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"
  2256.  sizes="(max-width: 960px) 90px, 120px"
  2257.  onload="javascript: this.closest('.image').classList.add('loaded')"
  2258. />
  2259.  </div><span class="header__logo-text">Lasso Swim</span></a>
  2260.  </h1>
  2261.  
  2262.        <div class="header__row-segment right">
  2263.          <a
  2264.    class="
  2265.      header__icon-touch
  2266.      header__icon-touch--search
  2267.      no-transition
  2268.    "
  2269.    href="/search"
  2270.    
  2271.      data-search
  2272.    
  2273.    aria-label="Open search modal"
  2274.    aria-controls="MainQuickSearch"
  2275.    aria-expanded="false"
  2276.  >
  2277.    <span
  2278.  class="icon-button icon-button-header-search  "
  2279.  
  2280. >
  2281.  <span class="icon-button__icon">
  2282.    <span class="icon icon-new icon-header-search ">
  2283.  <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"/>
  2284.          <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2285. </span>
  2286.  
  2287.  </span>
  2288. </span>
  2289.  
  2290.    <span
  2291.  class="icon-button icon-button-header-menu-close  "
  2292.  
  2293. >
  2294.  <span class="icon-button__icon">
  2295.    <span class="icon icon-new icon-header-menu-close ">
  2296.  <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>
  2297. </span>
  2298.  
  2299.  </span>
  2300. </span>
  2301.  
  2302.  </a>
  2303. <a
  2304.    class="header__icon-touch header__icon-touch--account"
  2305.    href="/account"
  2306.    aria-label="Go to the account page"
  2307.  >
  2308.    <span
  2309.  class="icon-button icon-button-header-account  "
  2310.  
  2311. >
  2312.  <span class="icon-button__icon">
  2313.    <span class="icon icon-new icon-header-account ">
  2314.  <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>
  2315. </span>
  2316.  
  2317.  </span>
  2318. </span>
  2319.  
  2320.  </a>
  2321. <a
  2322.    class="header__icon-touch no-transition"
  2323.    href="/cart"
  2324.    aria-label="Open cart modal"
  2325.    data-js-cart-icon="bag"
  2326.  >
  2327.    
  2328.    <span
  2329.  class="icon-button icon-button-header-shopping-bag  "
  2330.  
  2331. >
  2332.  <span class="icon-button__icon">
  2333.    <span class="icon icon-new icon-header-shopping-bag ">
  2334.  <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"/>
  2335.          <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg>
  2336. </span>
  2337.  
  2338.  </span>
  2339. </span>
  2340.  
  2341.  
  2342.    <span data-js-cart-count>0</span>
  2343.  </a>
  2344.        </div></div>
  2345.  </div>
  2346.  
  2347.  <div class="no-js-menu no-js-menu--desktop">
  2348.    <nav>
  2349.  <ul>
  2350.    
  2351.      <li>
  2352.        <a href="/collections/new-arrivals">NEW</a>
  2353.      </li>
  2354.      
  2355.    
  2356.      <li>
  2357.        <a href="/collections/all">SHOP</a>
  2358.      </li>
  2359.      
  2360.        <li>
  2361.          <a href="/collections/swimwear">SWIMWEAR</a>
  2362.        </li>
  2363.        
  2364.          <li>
  2365.            <a href="/collections/swimwear">SHOP ALL</a>
  2366.          </li>
  2367.          
  2368.        
  2369.          <li>
  2370.            <a href="/collections/tops">TOPS</a>
  2371.          </li>
  2372.          
  2373.        
  2374.          <li>
  2375.            <a href="/collections/bottoms">BOTTOMS</a>
  2376.          </li>
  2377.          
  2378.        
  2379.          <li>
  2380.            <a href="/collections/one-pieces">ONE PIECES</a>
  2381.          </li>
  2382.          
  2383.        
  2384.      
  2385.        <li>
  2386.          <a href="/collections/apparel">APPAREL</a>
  2387.        </li>
  2388.        
  2389.          <li>
  2390.            <a href="/collections/apparel">SHOP ALL</a>
  2391.          </li>
  2392.          
  2393.        
  2394.          <li>
  2395.            <a href="/collections/tops-1">TOPS</a>
  2396.          </li>
  2397.          
  2398.        
  2399.          <li>
  2400.            <a href="/collections/bottoms-1">BOTTOMS</a>
  2401.          </li>
  2402.          
  2403.        
  2404.      
  2405.        <li>
  2406.          <a href="/collections/accessories">ACCESSORIES</a>
  2407.        </li>
  2408.        
  2409.          <li>
  2410.            <a href="/collections/hats">HATS</a>
  2411.          </li>
  2412.          
  2413.        
  2414.      
  2415.        <li>
  2416.          <a href="/products/gift-card">GIFT CARDS</a>
  2417.        </li>
  2418.        
  2419.      
  2420.        <li>
  2421.          <a href="/collections/sale">ON SALE</a>
  2422.        </li>
  2423.        
  2424.      
  2425.        <li>
  2426.          <a href="/collections">SHOP BY COLLECTION</a>
  2427.        </li>
  2428.        
  2429.          <li>
  2430.            <a href="/collections/born-raised">BORN & RAISED</a>
  2431.          </li>
  2432.          
  2433.        
  2434.      
  2435.    
  2436.      <li>
  2437.        <a href="/pages/campaign">CAMPAIGN</a>
  2438.      </li>
  2439.      
  2440.        <li>
  2441.          <a href="/pages/born-raised">BORN & RAISED</a>
  2442.        </li>
  2443.        
  2444.      
  2445.        <li>
  2446.          <a href="/pages/campaign">ALL CAMPAIGNS</a>
  2447.        </li>
  2448.        
  2449.      
  2450.    
  2451.      <li>
  2452.        <a href="/blogs/journal">JOURNAL</a>
  2453.      </li>
  2454.      
  2455.    
  2456.      <li>
  2457.        <a href="/search">INFO</a>
  2458.      </li>
  2459.      
  2460.        <li>
  2461.          <a href="/pages/about">OUR STORY</a>
  2462.        </li>
  2463.        
  2464.      
  2465.        <li>
  2466.          <a href="/pages/faq">FAQ</a>
  2467.        </li>
  2468.        
  2469.      
  2470.        <li>
  2471.          <a href="/pages/size-chart">SIZING</a>
  2472.        </li>
  2473.        
  2474.      
  2475.        <li>
  2476.          <a href="/pages/contact">CONTACT US</a>
  2477.        </li>
  2478.        
  2479.      
  2480.    
  2481. </ul>
  2482. </nav>
  2483.  
  2484.  </div>
  2485.  
  2486.  
  2487.  
  2488. <section
  2489.  class="
  2490.    drawer-menu
  2491.    
  2492.      animation
  2493.      animation--drawer-menu
  2494.    
  2495.  "
  2496.  data-drawer-menu
  2497.  data-scroll-lock-ignore
  2498.  style="--item-height: 52px"
  2499. >
  2500.  <div class="drawer-menu__overlay" data-overlay></div>
  2501.  
  2502.  <div class="drawer-menu__panel">
  2503.    <div class="drawer-menu__bottom">
  2504.      <div class="drawer-menu__all-links" data-depth="0" data-all-links data-in-initial-position="true">
  2505.        <div class="drawer-menu__contents" data-scroll-lock-ignore>
  2506.          <div class="drawer-menu__main" data-main role="navigation">
  2507.            <div class="drawer-menu__links-wrapper animation--drawer-menu-item">
  2508.              <ul class="drawer-menu__primary-links" data-depth="0" data-primary-container="true">
  2509.                <li
  2510.    class="
  2511.      drawer-menu__item
  2512.      
  2513.      
  2514.    "
  2515.    data-list-item
  2516.  >
  2517.    <a
  2518.      data-item="link"
  2519.      class="drawer-menu__link  "
  2520.      href="/collections/new-arrivals"
  2521.      
  2522.    >
  2523.      <div class="drawer-menu__link-title">
  2524.        
  2525.        
  2526.  
  2527.        <span class="">
  2528.          NEW
  2529.        </span>
  2530.      </div></a>
  2531.  
  2532.    
  2533. </li><li
  2534.    class="
  2535.      drawer-menu__item
  2536.      
  2537.      
  2538.    "
  2539.    data-list-item
  2540.  >
  2541.    <a
  2542.      data-item="parent"
  2543.      class="drawer-menu__link no-transition "
  2544.      href="/collections/all"
  2545.      
  2546.        data-link="primary"
  2547.        aria-haspopup="true"
  2548.        aria-expanded="false"
  2549.      
  2550.    >
  2551.      <div class="drawer-menu__link-title">
  2552.        
  2553.        
  2554.  
  2555.        <span class="">
  2556.          SHOP
  2557.        </span>
  2558.      </div><span class="icon icon-new icon-chevron menu-icon">
  2559.  <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>
  2560. </span>
  2561.  
  2562. </a>
  2563.  
  2564.    
  2565. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  2566.        
  2567.        
  2568.        <li class="drawer-menu__item drawer-menu__item--heading">
  2569.          <span
  2570.            class="drawer-menu__item--heading-back-link"
  2571.            data-item="back"
  2572.            aria-label="Back"
  2573.          >
  2574.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2575.  <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>
  2576. </span>
  2577.  
  2578.          </span>
  2579.          <a
  2580.            class="drawer-menu__link"
  2581.            data-heading="true"
  2582.            
  2583.              href="/collections/all"
  2584.            
  2585.          >
  2586.            <span class="fs-body-300">SHOP</span>
  2587.          </a>
  2588.        </li>
  2589.        <li
  2590.    class="
  2591.      drawer-menu__item
  2592.      
  2593.      
  2594.    "
  2595.    data-list-item
  2596.  >
  2597.    <a
  2598.      data-item="parent"
  2599.      class="drawer-menu__link no-transition "
  2600.      href="/collections/swimwear"
  2601.      
  2602.        data-link="primary"
  2603.        aria-haspopup="true"
  2604.        aria-expanded="false"
  2605.      
  2606.    >
  2607.      <div class="drawer-menu__link-title">
  2608.        
  2609.        
  2610.  
  2611.        <span class="">
  2612.          SWIMWEAR
  2613.        </span>
  2614.      </div><span class="icon icon-new icon-chevron menu-icon">
  2615.  <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>
  2616. </span>
  2617.  
  2618. </a>
  2619.  
  2620.    
  2621. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2622.        
  2623.        
  2624.        <li class="drawer-menu__item drawer-menu__item--heading">
  2625.          <span
  2626.            class="drawer-menu__item--heading-back-link"
  2627.            data-item="back"
  2628.            aria-label="Back"
  2629.          >
  2630.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2631.  <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>
  2632. </span>
  2633.  
  2634.          </span>
  2635.          <a
  2636.            class="drawer-menu__link"
  2637.            data-heading="true"
  2638.            
  2639.              href="/collections/swimwear"
  2640.            
  2641.          >
  2642.            <span class="fs-body-300">SWIMWEAR</span>
  2643.          </a>
  2644.        </li>
  2645.        <li
  2646.    class="
  2647.      drawer-menu__item
  2648.      
  2649.      
  2650.    "
  2651.    data-list-item
  2652.  >
  2653.    <a
  2654.      data-item="link"
  2655.      class="drawer-menu__link  "
  2656.      href="/collections/swimwear"
  2657.      
  2658.    >
  2659.      <div class="drawer-menu__link-title">
  2660.        
  2661.        
  2662.  
  2663.        <span class="">
  2664.          SHOP ALL
  2665.        </span>
  2666.      </div></a>
  2667.  
  2668.    
  2669. </li><li
  2670.    class="
  2671.      drawer-menu__item
  2672.      
  2673.      
  2674.    "
  2675.    data-list-item
  2676.  >
  2677.    <a
  2678.      data-item="link"
  2679.      class="drawer-menu__link  "
  2680.      href="/collections/tops"
  2681.      
  2682.    >
  2683.      <div class="drawer-menu__link-title">
  2684.        
  2685.        
  2686.  
  2687.        <span class="">
  2688.          TOPS
  2689.        </span>
  2690.      </div></a>
  2691.  
  2692.    
  2693. </li><li
  2694.    class="
  2695.      drawer-menu__item
  2696.      
  2697.      
  2698.    "
  2699.    data-list-item
  2700.  >
  2701.    <a
  2702.      data-item="link"
  2703.      class="drawer-menu__link  "
  2704.      href="/collections/bottoms"
  2705.      
  2706.    >
  2707.      <div class="drawer-menu__link-title">
  2708.        
  2709.        
  2710.  
  2711.        <span class="">
  2712.          BOTTOMS
  2713.        </span>
  2714.      </div></a>
  2715.  
  2716.    
  2717. </li><li
  2718.    class="
  2719.      drawer-menu__item
  2720.      
  2721.      
  2722.    "
  2723.    data-list-item
  2724.  >
  2725.    <a
  2726.      data-item="link"
  2727.      class="drawer-menu__link  "
  2728.      href="/collections/one-pieces"
  2729.      
  2730.    >
  2731.      <div class="drawer-menu__link-title">
  2732.        
  2733.        
  2734.  
  2735.        <span class="">
  2736.          ONE PIECES
  2737.        </span>
  2738.      </div></a>
  2739.  
  2740.    
  2741. </li>
  2742.      </ul></li><li
  2743.    class="
  2744.      drawer-menu__item
  2745.      
  2746.      
  2747.    "
  2748.    data-list-item
  2749.  >
  2750.    <a
  2751.      data-item="parent"
  2752.      class="drawer-menu__link no-transition "
  2753.      href="/collections/apparel"
  2754.      
  2755.        data-link="primary"
  2756.        aria-haspopup="true"
  2757.        aria-expanded="false"
  2758.      
  2759.    >
  2760.      <div class="drawer-menu__link-title">
  2761.        
  2762.        
  2763.  
  2764.        <span class="">
  2765.          APPAREL
  2766.        </span>
  2767.      </div><span class="icon icon-new icon-chevron menu-icon">
  2768.  <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>
  2769. </span>
  2770.  
  2771. </a>
  2772.  
  2773.    
  2774. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2775.        
  2776.        
  2777.        <li class="drawer-menu__item drawer-menu__item--heading">
  2778.          <span
  2779.            class="drawer-menu__item--heading-back-link"
  2780.            data-item="back"
  2781.            aria-label="Back"
  2782.          >
  2783.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2784.  <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>
  2785. </span>
  2786.  
  2787.          </span>
  2788.          <a
  2789.            class="drawer-menu__link"
  2790.            data-heading="true"
  2791.            
  2792.              href="/collections/apparel"
  2793.            
  2794.          >
  2795.            <span class="fs-body-300">APPAREL</span>
  2796.          </a>
  2797.        </li>
  2798.        <li
  2799.    class="
  2800.      drawer-menu__item
  2801.      
  2802.      
  2803.    "
  2804.    data-list-item
  2805.  >
  2806.    <a
  2807.      data-item="link"
  2808.      class="drawer-menu__link  "
  2809.      href="/collections/apparel"
  2810.      
  2811.    >
  2812.      <div class="drawer-menu__link-title">
  2813.        
  2814.        
  2815.  
  2816.        <span class="">
  2817.          SHOP ALL
  2818.        </span>
  2819.      </div></a>
  2820.  
  2821.    
  2822. </li><li
  2823.    class="
  2824.      drawer-menu__item
  2825.      
  2826.      
  2827.    "
  2828.    data-list-item
  2829.  >
  2830.    <a
  2831.      data-item="link"
  2832.      class="drawer-menu__link  "
  2833.      href="/collections/tops-1"
  2834.      
  2835.    >
  2836.      <div class="drawer-menu__link-title">
  2837.        
  2838.        
  2839.  
  2840.        <span class="">
  2841.          TOPS
  2842.        </span>
  2843.      </div></a>
  2844.  
  2845.    
  2846. </li><li
  2847.    class="
  2848.      drawer-menu__item
  2849.      
  2850.      
  2851.    "
  2852.    data-list-item
  2853.  >
  2854.    <a
  2855.      data-item="link"
  2856.      class="drawer-menu__link  "
  2857.      href="/collections/bottoms-1"
  2858.      
  2859.    >
  2860.      <div class="drawer-menu__link-title">
  2861.        
  2862.        
  2863.  
  2864.        <span class="">
  2865.          BOTTOMS
  2866.        </span>
  2867.      </div></a>
  2868.  
  2869.    
  2870. </li>
  2871.      </ul></li><li
  2872.    class="
  2873.      drawer-menu__item
  2874.      
  2875.      
  2876.    "
  2877.    data-list-item
  2878.  >
  2879.    <a
  2880.      data-item="parent"
  2881.      class="drawer-menu__link no-transition "
  2882.      href="/collections/accessories"
  2883.      
  2884.        data-link="primary"
  2885.        aria-haspopup="true"
  2886.        aria-expanded="false"
  2887.      
  2888.    >
  2889.      <div class="drawer-menu__link-title">
  2890.        
  2891.        
  2892.  
  2893.        <span class="">
  2894.          ACCESSORIES
  2895.        </span>
  2896.      </div><span class="icon icon-new icon-chevron menu-icon">
  2897.  <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>
  2898. </span>
  2899.  
  2900. </a>
  2901.  
  2902.    
  2903. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  2904.        
  2905.        
  2906.        <li class="drawer-menu__item drawer-menu__item--heading">
  2907.          <span
  2908.            class="drawer-menu__item--heading-back-link"
  2909.            data-item="back"
  2910.            aria-label="Back"
  2911.          >
  2912.            <span class="icon icon-new icon-arrow-long back-link-icon">
  2913.  <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>
  2914. </span>
  2915.  
  2916.          </span>
  2917.          <a
  2918.            class="drawer-menu__link"
  2919.            data-heading="true"
  2920.            
  2921.              href="/collections/accessories"
  2922.            
  2923.          >
  2924.            <span class="fs-body-300">ACCESSORIES</span>
  2925.          </a>
  2926.        </li>
  2927.        <li
  2928.    class="
  2929.      drawer-menu__item
  2930.      
  2931.      
  2932.    "
  2933.    data-list-item
  2934.  >
  2935.    <a
  2936.      data-item="link"
  2937.      class="drawer-menu__link  "
  2938.      href="/collections/hats"
  2939.      
  2940.    >
  2941.      <div class="drawer-menu__link-title">
  2942.        
  2943.        
  2944.  
  2945.        <span class="">
  2946.          HATS
  2947.        </span>
  2948.      </div></a>
  2949.  
  2950.    
  2951. </li>
  2952.      </ul></li><li
  2953.    class="
  2954.      drawer-menu__item
  2955.      
  2956.      
  2957.    "
  2958.    data-list-item
  2959.  >
  2960.    <a
  2961.      data-item="link"
  2962.      class="drawer-menu__link  "
  2963.      href="/products/gift-card"
  2964.      
  2965.    >
  2966.      <div class="drawer-menu__link-title">
  2967.        
  2968.        
  2969.  
  2970.        <span class="">
  2971.          GIFT CARDS
  2972.        </span>
  2973.      </div></a>
  2974.  
  2975.    
  2976. </li><li
  2977.    class="
  2978.      drawer-menu__item
  2979.      
  2980.      
  2981.    "
  2982.    data-list-item
  2983.  >
  2984.    <a
  2985.      data-item="link"
  2986.      class="drawer-menu__link  "
  2987.      href="/collections/sale"
  2988.      
  2989.    >
  2990.      <div class="drawer-menu__link-title">
  2991.        
  2992.        
  2993.  
  2994.        <span class="">
  2995.          ON SALE
  2996.        </span>
  2997.      </div></a>
  2998.  
  2999.    
  3000. </li><li
  3001.    class="
  3002.      drawer-menu__item
  3003.      
  3004.      
  3005.    "
  3006.    data-list-item
  3007.  >
  3008.    <a
  3009.      data-item="parent"
  3010.      class="drawer-menu__link no-transition "
  3011.      href="/collections"
  3012.      
  3013.        data-link="primary"
  3014.        aria-haspopup="true"
  3015.        aria-expanded="false"
  3016.      
  3017.    >
  3018.      <div class="drawer-menu__link-title">
  3019.        
  3020.        
  3021.  
  3022.        <span class="">
  3023.          SHOP BY COLLECTION
  3024.        </span>
  3025.      </div><span class="icon icon-new icon-chevron menu-icon">
  3026.  <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>
  3027. </span>
  3028.  
  3029. </a>
  3030.  
  3031.    
  3032. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--2" aria-hidden="true">
  3033.        
  3034.        
  3035.        <li class="drawer-menu__item drawer-menu__item--heading">
  3036.          <span
  3037.            class="drawer-menu__item--heading-back-link"
  3038.            data-item="back"
  3039.            aria-label="Back"
  3040.          >
  3041.            <span class="icon icon-new icon-arrow-long back-link-icon">
  3042.  <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>
  3043. </span>
  3044.  
  3045.          </span>
  3046.          <a
  3047.            class="drawer-menu__link"
  3048.            data-heading="true"
  3049.            
  3050.              href="/collections"
  3051.            
  3052.          >
  3053.            <span class="fs-body-300">SHOP BY COLLECTION</span>
  3054.          </a>
  3055.        </li>
  3056.        <li
  3057.    class="
  3058.      drawer-menu__item
  3059.      
  3060.      
  3061.    "
  3062.    data-list-item
  3063.  >
  3064.    <a
  3065.      data-item="link"
  3066.      class="drawer-menu__link  "
  3067.      href="/collections/born-raised"
  3068.      
  3069.    >
  3070.      <div class="drawer-menu__link-title">
  3071.        
  3072.        
  3073.  
  3074.        <span class="">
  3075.          BORN & RAISED
  3076.        </span>
  3077.      </div></a>
  3078.  
  3079.    
  3080. </li>
  3081.      </ul></li>
  3082.      </ul></li><li
  3083.    class="
  3084.      drawer-menu__item
  3085.      
  3086.      
  3087.    "
  3088.    data-list-item
  3089.  >
  3090.    <a
  3091.      data-item="parent"
  3092.      class="drawer-menu__link no-transition "
  3093.      href="/pages/campaign"
  3094.      
  3095.        data-link="primary"
  3096.        aria-haspopup="true"
  3097.        aria-expanded="false"
  3098.      
  3099.    >
  3100.      <div class="drawer-menu__link-title">
  3101.        
  3102.        
  3103.  
  3104.        <span class="">
  3105.          CAMPAIGN
  3106.        </span>
  3107.      </div><span class="icon icon-new icon-chevron menu-icon">
  3108.  <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>
  3109. </span>
  3110.  
  3111. </a>
  3112.  
  3113.    
  3114. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  3115.        
  3116.        
  3117.        <li class="drawer-menu__item drawer-menu__item--heading">
  3118.          <span
  3119.            class="drawer-menu__item--heading-back-link"
  3120.            data-item="back"
  3121.            aria-label="Back"
  3122.          >
  3123.            <span class="icon icon-new icon-arrow-long back-link-icon">
  3124.  <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>
  3125. </span>
  3126.  
  3127.          </span>
  3128.          <a
  3129.            class="drawer-menu__link"
  3130.            data-heading="true"
  3131.            
  3132.              href="/pages/campaign"
  3133.            
  3134.          >
  3135.            <span class="fs-body-300">CAMPAIGN</span>
  3136.          </a>
  3137.        </li>
  3138.        <li
  3139.    class="
  3140.      drawer-menu__item
  3141.      
  3142.      
  3143.    "
  3144.    data-list-item
  3145.  >
  3146.    <a
  3147.      data-item="link"
  3148.      class="drawer-menu__link  "
  3149.      href="/pages/born-raised"
  3150.      
  3151.    >
  3152.      <div class="drawer-menu__link-title">
  3153.        
  3154.        
  3155.  
  3156.        <span class="">
  3157.          BORN & RAISED
  3158.        </span>
  3159.      </div></a>
  3160.  
  3161.    
  3162. </li><li
  3163.    class="
  3164.      drawer-menu__item
  3165.      
  3166.      
  3167.    "
  3168.    data-list-item
  3169.  >
  3170.    <a
  3171.      data-item="link"
  3172.      class="drawer-menu__link  "
  3173.      href="/pages/campaign"
  3174.      
  3175.    >
  3176.      <div class="drawer-menu__link-title">
  3177.        
  3178.        
  3179.  
  3180.        <span class="">
  3181.          ALL CAMPAIGNS
  3182.        </span>
  3183.      </div></a>
  3184.  
  3185.    
  3186. </li>
  3187.      </ul></li><li
  3188.    class="
  3189.      drawer-menu__item
  3190.      
  3191.      
  3192.    "
  3193.    data-list-item
  3194.  >
  3195.    <a
  3196.      data-item="link"
  3197.      class="drawer-menu__link  "
  3198.      href="/blogs/journal"
  3199.      
  3200.    >
  3201.      <div class="drawer-menu__link-title">
  3202.        
  3203.        
  3204.  
  3205.        <span class="">
  3206.          JOURNAL
  3207.        </span>
  3208.      </div></a>
  3209.  
  3210.    
  3211. </li><li
  3212.    class="
  3213.      drawer-menu__item
  3214.      
  3215.      
  3216.    "
  3217.    data-list-item
  3218.  >
  3219.    <a
  3220.      data-item="parent"
  3221.      class="drawer-menu__link no-transition "
  3222.      href="/search"
  3223.      
  3224.        data-link="primary"
  3225.        aria-haspopup="true"
  3226.        aria-expanded="false"
  3227.      
  3228.    >
  3229.      <div class="drawer-menu__link-title">
  3230.        
  3231.        
  3232.  
  3233.        <span class="">
  3234.          INFO
  3235.        </span>
  3236.      </div><span class="icon icon-new icon-chevron menu-icon">
  3237.  <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>
  3238. </span>
  3239.  
  3240. </a>
  3241.  
  3242.    
  3243. <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true">
  3244.        
  3245.        
  3246.        <li class="drawer-menu__item drawer-menu__item--heading">
  3247.          <span
  3248.            class="drawer-menu__item--heading-back-link"
  3249.            data-item="back"
  3250.            aria-label="Back"
  3251.          >
  3252.            <span class="icon icon-new icon-arrow-long back-link-icon">
  3253.  <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>
  3254. </span>
  3255.  
  3256.          </span>
  3257.          <a
  3258.            class="drawer-menu__link"
  3259.            data-heading="true"
  3260.            
  3261.              href="/search"
  3262.            
  3263.          >
  3264.            <span class="fs-body-300">INFO</span>
  3265.          </a>
  3266.        </li>
  3267.        <li
  3268.    class="
  3269.      drawer-menu__item
  3270.      
  3271.      
  3272.    "
  3273.    data-list-item
  3274.  >
  3275.    <a
  3276.      data-item="link"
  3277.      class="drawer-menu__link  "
  3278.      href="/pages/about"
  3279.      
  3280.    >
  3281.      <div class="drawer-menu__link-title">
  3282.        
  3283.        
  3284.  
  3285.        <span class="">
  3286.          OUR STORY
  3287.        </span>
  3288.      </div></a>
  3289.  
  3290.    
  3291. </li><li
  3292.    class="
  3293.      drawer-menu__item
  3294.      
  3295.      
  3296.    "
  3297.    data-list-item
  3298.  >
  3299.    <a
  3300.      data-item="link"
  3301.      class="drawer-menu__link  "
  3302.      href="/pages/faq"
  3303.      
  3304.    >
  3305.      <div class="drawer-menu__link-title">
  3306.        
  3307.        
  3308.  
  3309.        <span class="">
  3310.          FAQ
  3311.        </span>
  3312.      </div></a>
  3313.  
  3314.    
  3315. </li><li
  3316.    class="
  3317.      drawer-menu__item
  3318.      
  3319.      
  3320.    "
  3321.    data-list-item
  3322.  >
  3323.    <a
  3324.      data-item="link"
  3325.      class="drawer-menu__link  "
  3326.      href="/pages/size-chart"
  3327.      
  3328.    >
  3329.      <div class="drawer-menu__link-title">
  3330.        
  3331.        
  3332.  
  3333.        <span class="">
  3334.          SIZING
  3335.        </span>
  3336.      </div></a>
  3337.  
  3338.    
  3339. </li><li
  3340.    class="
  3341.      drawer-menu__item
  3342.      
  3343.      
  3344.    "
  3345.    data-list-item
  3346.  >
  3347.    <a
  3348.      data-item="link"
  3349.      class="drawer-menu__link  "
  3350.      href="/pages/contact"
  3351.      
  3352.    >
  3353.      <div class="drawer-menu__link-title">
  3354.        
  3355.        
  3356.  
  3357.        <span class="">
  3358.          CONTACT US
  3359.        </span>
  3360.      </div></a>
  3361.  
  3362.    
  3363. </li>
  3364.      </ul></li>
  3365.              </ul>
  3366.            </div>
  3367.  
  3368.            
  3369.              <div class="drawer-menu__links-wrapper animation--drawer-menu-item">
  3370.                <ul
  3371.                  class="drawer-menu__secondary-links"
  3372.                  data-depth="0"
  3373.                  data-secondary-container="true"
  3374.                  style="--item-height: 42px"
  3375.                >
  3376.                  
  3377.                  <li class="drawer-menu__item drawer-menu__item--account-item" data-list-item>
  3378.                        <span class="icon icon-new icon-header-account ">
  3379.  <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>
  3380. </span>
  3381.  
  3382.                        <a class="drawer-menu__link" href="/account">
  3383.                          Register / Login
  3384.                        </a></li>
  3385.                  
  3386.                  
  3387.                    <li class="drawer-menu__item drawer-menu__item--social-icons" data-list-item>
  3388.                      <ul class="social-icons social-icons--left" data-count="4"><li>
  3389.          <a
  3390.            href="https://facebook.com/lassoswim"
  3391.            title="Lasso Swim on Facebook"
  3392.            target="_blank"
  3393.            rel="noopener"
  3394.          >
  3395.            <span class="icon icon-new icon-facebook ">
  3396.  <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>
  3397. </span>
  3398.  
  3399.          </a>
  3400.        </li><li>
  3401.          <a
  3402.            href="https://www.instagram.com/lassoswim/"
  3403.            title="Lasso Swim on Instagram"
  3404.            target="_blank"
  3405.            rel="noopener"
  3406.          >
  3407.            <span class="icon icon-new icon-instagram ">
  3408.  <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>
  3409. </span>
  3410.  
  3411.          </a>
  3412.        </li><li>
  3413.          <a
  3414.            href="https://pinterest.com/lassoswim"
  3415.            title="Lasso Swim on Pinterest"
  3416.            target="_blank"
  3417.            rel="noopener"
  3418.          >
  3419.            <span class="icon icon-new icon-pinterest ">
  3420.  <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>
  3421. </span>
  3422.  
  3423.          </a>
  3424.        </li><li>
  3425.          <a
  3426.            href="https://tiktok.com/@lassoswim"
  3427.            title="Lasso Swim on Tiktok"
  3428.            target="_blank"
  3429.            rel="noopener"
  3430.          >
  3431.            <span class="icon icon-new icon-tiktok ">
  3432.  <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>
  3433. </span>
  3434.  
  3435.          </a>
  3436.        </li></ul>
  3437.  
  3438.                    </li>
  3439.                  
  3440.                </ul>
  3441.              </div>
  3442.            
  3443.          </div>
  3444.        </div></div>
  3445.    </div>
  3446.  </div>
  3447. </section>
  3448.  
  3449. </header>
  3450.  
  3451. <script>
  3452.  // Set heading height at component level
  3453.  const header = document.querySelector('[data-section-type="header"]');
  3454.  document.documentElement.style.setProperty('--height-header', header.offsetHeight + 'px');
  3455. </script><div
  3456.    class="
  3457.      purchase-confirmation-popup
  3458.      
  3459.        animation
  3460.        animation--purchase-confirmation
  3461.      
  3462.    "
  3463.    data-purchase-confirmation-popup
  3464.  >
  3465.    <div class="purchase-confirmation-popup__inner"></div>
  3466.  </div><div class="flash-alert" data-flash-alert>
  3467.  <div class="flash-alert__container ff-body fs-body-100"></div>
  3468. </div>
  3469.  
  3470.  
  3471.  
  3472. </div>
  3473. <!-- END sections: header-group -->
  3474.      <!-- BEGIN sections: overlay-group -->
  3475. <div id="shopify-section-sections--22572985844030__quick-cart" class="shopify-section shopify-section-group-overlay-group"><div
  3476.    class="
  3477.      quick-cart
  3478.      
  3479.        animation
  3480.        animation--quick-cart
  3481.      
  3482.    "
  3483.    data-section-id="sections--22572985844030__quick-cart"
  3484.    data-section-type="quick-cart"
  3485.  >
  3486.    <div class="quick-cart__wrapper">
  3487.      <div class="quick-cart__overlay"></div>
  3488.      <div class="quick-cart__container">
  3489.        <div class="quick-cart__header">
  3490.          <h2 class="quick-cart__heading ff-heading fs-heading-5-base">
  3491.            Your cart
  3492.          </h2>
  3493.          <button
  3494.            type="button"
  3495.            data-modal-close
  3496.            class="quick-cart__close-icon"
  3497.            aria-label="Close"
  3498.          >
  3499.            <span
  3500.  class="icon-button icon-button-close  icon-button--small "
  3501.  
  3502. >
  3503.  <span class="icon-button__icon">
  3504.    <span class="icon icon-new icon-close ">
  3505.  <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>
  3506. </span>
  3507.  
  3508.  </span>
  3509. </span>
  3510.  
  3511.          </button>
  3512.        </div><div class="quick-cart__empty-state">
  3513.            <h3 class="quick-cart__empty-state-heading ff-heading fs-heading fs-heading-4-base">
  3514.              Your cart is empty
  3515.            </h3>
  3516.  
  3517.  
  3518.  
  3519.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center quick-cart__empty-state-promo-button" ><a
  3520.      
  3521.      
  3522.        href="/collections"
  3523.      
  3524.  
  3525.      class="
  3526.        btn
  3527.        
  3528.        
  3529.        
  3530.        
  3531.        btn--secondary"
  3532.    >
  3533.      <span>Continue shopping</span>
  3534.    </a>
  3535.  </div>
  3536.  
  3537.  
  3538.  
  3539. </div></div>
  3540.    </div>
  3541.  </div>
  3542. </div><div id="shopify-section-sections--22572985844030__popup" class="shopify-section shopify-section-group-overlay-group"><div
  3543.    data-section-id="sections--22572985844030__popup"
  3544.    data-section-type="popup"
  3545.    class="popups"
  3546.  ><div
  3547.        class="
  3548.          popup
  3549.          popup--popup
  3550.          popup--flyout-position-
  3551.          popup--size-medium
  3552.          
  3553.            popup--has-image
  3554.            
  3555.          
  3556.          popup--image-position-background
  3557.          
  3558.          animation
  3559.          animation--popup
  3560.        "
  3561.        style="
  3562.          --color-background: #ffffff;
  3563.          --color-text: #ffffff;
  3564.          --color-text-link: #ffffff;
  3565.          --text-alignment: center;
  3566.          --overlay-background: #000000;
  3567.          --overlay-opacity: 0.0;
  3568.          --color-text-input: #000000;
  3569.          --color-background-input: #ffffff;
  3570.          
  3571. --color-text-overlay-button: #ffffff; --color-text-overlay-button-alpha:
  3572. rgba(255, 255, 255, 0.6); --color-background-overlay-button: #000000;
  3573. --color-background-overlay-button-hover: #333333;--color-background-overlay-button-alpha:
  3574. rgba(0, 0, 0, 0.6); --color-background-overlay-outline-button-alpha:
  3575. rgba(0, 0, 0, 0.1);
  3576.  
  3577.        "
  3578.        data-popup
  3579.        data-id="a184d0e0-40a1-4df0-80c2-1644889dd7ce"
  3580.        data-popup-type="popup"
  3581.        data-delay-type="timer"
  3582.        data-delay-value="5000"
  3583.        data-hour-frequency="100000"
  3584.        data-show-on-exit-intent="false"
  3585.        data-is-signup="true"
  3586.        
  3587.          data-scroll-lock-ignore
  3588.        
  3589.        
  3590.      >
  3591.        <div class="popup__wash"></div>
  3592.  
  3593.        <div class="popup__content">
  3594.          <div class="popup__content-inner"><button
  3595.                type="button"
  3596.                class="popup__dismiss-icon"
  3597.                data-dismiss-popup
  3598.                aria-label="Close"
  3599.              ><span class="icon icon-new icon-close ">
  3600.  <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>
  3601. </span>
  3602. </button><div
  3603.    class="
  3604.      image
  3605.      popup__image
  3606.      aspect-ratio--externally_set
  3607.      
  3608.      animation--lazy-load
  3609.    "
  3610.    style="--focal-alignment: center;"
  3611.  >
  3612.    
  3613.  
  3614.  
  3615.  
  3616.  
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.    
  3623.  
  3624. <img
  3625.  alt=""
  3626.  class="image__img"
  3627.  loading="lazy"
  3628.  width="480"
  3629.  height="480"
  3630.  src="//lassoswim.com/cdn/shop/files/Qual_o_fundamento_da_responsabilidade_civil_por_erro_medico.jpg?v=1700179547&width=320"
  3631.  
  3632.  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"
  3633.  sizes="(min-width: 720px) 550px, calc(100vw - 24px)"
  3634.  onload="javascript: this.closest('.image').classList.add('loaded')"
  3635. />
  3636.  </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">
  3637.                  Get 10% off
  3638.                </h3><div class="popup__subheading ff-heading fs-heading-5-base animation--popup-item">
  3639.                  your first order
  3640.                </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="✓" />
  3641.  
  3642.  
  3643.  
  3644. <div class="newsletter-form__inner">
  3645.                      <input type="hidden" name="contact[tags]" value="newsletter">
  3646.                      <label for="a184d0e0-40a1-4df0-80c2-1644889dd7ce-email" class="visually-hidden">Your email</label>
  3647.                      <input
  3648.                        type="email"
  3649.                        class="input newsletter-form__input"
  3650.                        name="contact[email]"
  3651.                        id="a184d0e0-40a1-4df0-80c2-1644889dd7ce-email"
  3652.                        value=""
  3653.                        placeholder="Your email"
  3654.                        autocorrect="off"
  3655.                        autocapitalize="off"
  3656.                        required
  3657.                      >
  3658.  
  3659.  
  3660.  
  3661.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- newsletter-form__button" ><button
  3662.      
  3663.      
  3664.        type="submit"
  3665.        
  3666.      
  3667.  
  3668.      class="
  3669.        btn
  3670.        
  3671.          btn--overlay
  3672.        
  3673.        
  3674.          btn--full
  3675.        
  3676.        
  3677.        
  3678.        btn--primary"
  3679.    >
  3680.      <span>Sign me up!</span>
  3681.    </button>
  3682.  </div>
  3683.  
  3684.  
  3685.  
  3686. </div></form>
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center popup__dismiss-text animation--popup-item" ><button
  3692.      data-dismiss-popup
  3693.      
  3694.        type="button"
  3695.        
  3696.      
  3697.  
  3698.      class="
  3699.        btn
  3700.        
  3701.        
  3702.        
  3703.        
  3704.        btn--text-link"
  3705.    >
  3706.      <span>No thanks, I'd rather pay full price!</span>
  3707.    </button>
  3708.  </div>
  3709.  
  3710.  
  3711.  
  3712. <div class="popup__footer-text ff-body fs-body-50 rte animation--popup-item">
  3713.                  <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>
  3714.                </div><div class="popup__social animation--popup-item">
  3715.                  <ul class="social-icons social-icons--center" data-count="4"><li>
  3716.          <a
  3717.            href="https://facebook.com/lassoswim"
  3718.            title="Lasso Swim on Facebook"
  3719.            target="_blank"
  3720.            rel="noopener"
  3721.          >
  3722.            <span class="icon icon-new icon-facebook ">
  3723.  <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>
  3724. </span>
  3725.  
  3726.          </a>
  3727.        </li><li>
  3728.          <a
  3729.            href="https://www.instagram.com/lassoswim/"
  3730.            title="Lasso Swim on Instagram"
  3731.            target="_blank"
  3732.            rel="noopener"
  3733.          >
  3734.            <span class="icon icon-new icon-instagram ">
  3735.  <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>
  3736. </span>
  3737.  
  3738.          </a>
  3739.        </li><li>
  3740.          <a
  3741.            href="https://pinterest.com/lassoswim"
  3742.            title="Lasso Swim on Pinterest"
  3743.            target="_blank"
  3744.            rel="noopener"
  3745.          >
  3746.            <span class="icon icon-new icon-pinterest ">
  3747.  <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>
  3748. </span>
  3749.  
  3750.          </a>
  3751.        </li><li>
  3752.          <a
  3753.            href="https://tiktok.com/@lassoswim"
  3754.            title="Lasso Swim on Tiktok"
  3755.            target="_blank"
  3756.            rel="noopener"
  3757.          >
  3758.            <span class="icon icon-new icon-tiktok ">
  3759.  <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>
  3760. </span>
  3761.  
  3762.          </a>
  3763.        </li></ul>
  3764.                </div></div>
  3765.          </div>
  3766.        </div>
  3767.      </div><div
  3768.          class="
  3769.            popup__tab
  3770.            popup__tab-position--bottom_left_floating
  3771.            popup__tab--enabled
  3772.          "
  3773.          style="
  3774.            --color-background: #ffffff;
  3775.            --color-text: #000000;
  3776.          "
  3777.          data-id="a184d0e0-40a1-4df0-80c2-1644889dd7ce"
  3778.        >
  3779.          <button type="button" class="popup__tab-button ff-body fs-body-100 rte">
  3780.            Get 10% off
  3781.          </button>
  3782.          <button
  3783.            type="button"
  3784.            class="popup__tab-dismiss"
  3785.            data-dismiss-tab
  3786.            aria-label="Close"
  3787.          ><span class="icon icon-new icon-close ">
  3788.  <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>
  3789. </span>
  3790. </button>
  3791.        </div></div>
  3792. </div>
  3793. <!-- END sections: overlay-group -->
  3794. <div
  3795.  id="MainQuickSearch"
  3796.  class="quick-search"
  3797.  data-quick-search
  3798.  aria-hidden="true"
  3799. >
  3800.  <div class="quick-search__overlay" data-overlay></div>
  3801.  
  3802.  <div class="quick-search__container">
  3803.    <button
  3804.      type="button"
  3805.      class="quick-search__close"
  3806.      aria-label="Close"
  3807.      data-close-icon
  3808.    >
  3809.      <span
  3810.  class="icon-button icon-button-close  icon-button--small "
  3811.  
  3812. >
  3813.  <span class="icon-button__icon">
  3814.    <span class="icon icon-new icon-close ">
  3815.  <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>
  3816. </span>
  3817.  
  3818.  </span>
  3819. </span>
  3820.  
  3821.    </button>
  3822.  
  3823.    <form
  3824.      action="/search"
  3825.      class="quick-search__form"
  3826.      autocomplete="off"
  3827.      data-quick-search-form
  3828.      data-scroll-lock-ignore
  3829.    >
  3830.      <div class="quick-search__bar">
  3831.        <div class="quick-search__bar-inner">
  3832.          <label for="search" class="visually-hidden" aria-label="What are you looking for?"></label>
  3833.          <div class="quick-search__actions">
  3834.            <button class="quick-search__submit" type="submit" aria-label="Search">
  3835.              <span class="icon icon-new icon-search ">
  3836.  <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"/>
  3837.          <path d="m16.5 16.5 5.363 5.362" stroke="currentColor" stroke-width="1.6" stroke-miterlimit="10"/></svg>
  3838. </span>
  3839.  
  3840.            </button>
  3841.          </div>
  3842.          <input
  3843.            class="quick-search__input"
  3844.            id="search"
  3845.            type="text"
  3846.            name="q"
  3847.            placeholder="What are you looking for?"
  3848.            data-input
  3849.          >
  3850.          <input type="hidden" name="options[prefix]" value="last">
  3851.          <div class="quick-search__actions">
  3852.            <button class="quick-search__clear fs-body-50" type="button" data-clear>
  3853.              Clear
  3854.            </button>
  3855.          </div>
  3856.        </div>
  3857.      </div>
  3858.  
  3859.      <div class="quick-search__results-wrapper">
  3860.        <div class="quick-search__results" data-results></div>
  3861.      </div><div class="quick-search__footer">
  3862.        <button type="submit" class="btn btn--primary btn--full">View all results</button>
  3863.      </div>
  3864.    </form>
  3865.  </div>
  3866. </div>
  3867.  
  3868. <div class="header-overlay" data-header-overlay>
  3869.        <div class="header-overlay__inner"></div>
  3870.      </div>
  3871.  
  3872.      <main id="main" class="main">
  3873.        <section id="shopify-section-template--22572985188670__16558445044f80743b" class="shopify-section shopify-section--full-width"><div
  3874.  class="
  3875.    image-hero
  3876.    image-hero--image-aspect-custom
  3877.    image-hero--text-center
  3878.    image-hero--text-mobile-center
  3879.    section
  3880.    section--full-width
  3881.    section--vertical-padding-none
  3882.    
  3883.      animation
  3884.      animation--image-hero
  3885.    
  3886.  "
  3887.  data-section-id="template--22572985188670__16558445044f80743b"
  3888.  data-section-type="image-hero"
  3889.  style="
  3890.    --custom-height: 100vh;
  3891.    --custom-height-mobile: 50vh;
  3892.    --text-horizontal-position: center;
  3893.    --text-vertical-position: center;
  3894.    --text-horizontal-position-mobile: center;
  3895.    --text-vertical-position-mobile: center;
  3896.    --color-text: #ffffff;
  3897.    --color-text-link: #ffffff;
  3898.    --overlay-background: #000000;
  3899.    
  3900.    --overlay-opacity: 0.15;
  3901.    
  3902. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  3903. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  3904. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  3905. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  3906. rgba(255, 255, 255, 0.1);
  3907.  
  3908.  "
  3909. >
  3910.  <div class="image-hero__inner">
  3911.    <div class="image-hero__image-container"><div
  3912.    class="
  3913.      image
  3914.      image-hero__image image-hero__image--mobile
  3915.      
  3916.      image--animate
  3917.      animation--lazy-load
  3918.    "
  3919.    style="--focal-alignment: 48.9962% 19.9777%;"
  3920.  >
  3921.    
  3922.  
  3923.  
  3924.  
  3925.  
  3926.  
  3927.  
  3928.  
  3929.  
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.    
  3947.  
  3948. <img
  3949.  alt=""
  3950.  class="image__img"
  3951.  fetchpriority="high"
  3952.  width="5472"
  3953.  height="3648"
  3954.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  3955.  
  3956.  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"
  3957.  sizes="100vw"
  3958.  onload="javascript: this.closest('.image').classList.add('loaded')"
  3959. />
  3960.  </div><div
  3961.    class="
  3962.      image
  3963.      image-hero__image
  3964.      
  3965.      image--animate
  3966.      animation--lazy-load
  3967.    "
  3968.    style="--focal-alignment: 48.9962% 19.9777%;"
  3969.  >
  3970.    
  3971.  
  3972.  
  3973.  
  3974.  
  3975.  
  3976.  
  3977.  
  3978.  
  3979.  
  3980.  
  3981.  
  3982.  
  3983.  
  3984.  
  3985.  
  3986.  
  3987.  
  3988.  
  3989.  
  3990.  
  3991.  
  3992.  
  3993.  
  3994.  
  3995.    
  3996.  
  3997. <img
  3998.  alt=""
  3999.  class="image__img"
  4000.  fetchpriority="high"
  4001.  width="5472"
  4002.  height="3648"
  4003.  src="//lassoswim.com/cdn/shop/files/Tezza-9699.jpg?v=1705500472&width=320"
  4004.  
  4005.  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"
  4006.  sizes="100vw"
  4007.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4008. />
  4009.  </div></div>
  4010.    <div class="image-hero__overlay"></div>
  4011.  
  4012.    <div class="image-hero__text-container-wrapper">
  4013.      <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">
  4014.                    UP TO 40% OFF
  4015.                  </p><h3 class="image-hero__text-container-subheading ff-subheading fs-heading-4-base section-blocks__subheading">
  4016.                    NEW TO SALE
  4017.                  </h3>
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  <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
  4023.      
  4024.      
  4025.        href="/collections/sale"
  4026.      
  4027.  
  4028.      class="
  4029.        btn
  4030.        
  4031.          btn--overlay
  4032.        
  4033.        
  4034.        
  4035.        
  4036.        btn--callout"
  4037.    >
  4038.      <span>SHOP SALE</span>
  4039.    </a>
  4040.  </div>
  4041.  
  4042.  
  4043.  
  4044. </div>
  4045.      </div>
  4046.    </div>
  4047.  </div>
  4048. </div>
  4049.  
  4050.  
  4051. </section><section id="shopify-section-template--22572985188670__97cc3a86-e264-48b2-bd0f-9169dd85efa5" class="shopify-section"><div
  4052.  class="
  4053.    featured-collection-grid
  4054.    featured-collection-grid--rows-
  4055.    featured-collection-grid--per-view-4
  4056.    section
  4057.    section--includes-product-items
  4058.    section--divider-none
  4059.    section--vertical-padding-top-bottom
  4060.    
  4061.      animation
  4062.      animation--featured-collection-grid
  4063.    
  4064.  "
  4065.  data-section-id="template--22572985188670__97cc3a86-e264-48b2-bd0f-9169dd85efa5"
  4066.  data-section-type="featured-collection-grid"
  4067.  data-layout-type="grid"
  4068.  data-products-per-view="4"
  4069.  data-mobile-products-per-view="2"
  4070. >
  4071.  <div class="featured-collection-grid__inner">
  4072.    <div class="section-introduction animation--section-introduction"><h2 class="featured-collection-grid__heading ff-heading fs-heading-3-base section-introduction__heading">
  4073.          Most Wanted
  4074.        </h2>
  4075.  
  4076. </div>
  4077.  
  4078.    <div
  4079.      class="
  4080.        featured-collection-grid__content
  4081.        carousel
  4082.        carousel--mobile-per-view-2
  4083.        carousel--per-view-4
  4084.        swiper
  4085.      "
  4086.    >
  4087.      <div class="featured-collection-grid__products carousel__wrapper swiper-wrapper"><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4088.              
  4089.  
  4090.  
  4091.  
  4092. <div
  4093.  class="
  4094.    product-item
  4095.    product-item--with-hover-swatches
  4096.    product-item--with-hover-chips
  4097.    product-item--border-on-hover
  4098.    animation
  4099.    animation--item
  4100.    
  4101.  "
  4102.  style="--z-index-item: ;"
  4103. >
  4104.  <div class="product-item__inner">
  4105.    <div class="product-item__media product-item__media--multiple-images">
  4106.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-francesca-bottoms-black-angus" aria-label="THE FRANCESCA BOTTOMS / BLACK ANGUS"><div
  4107.    class="
  4108.      image
  4109.      product-item__image product-item__image--one
  4110.      aspect-ratio--portrait
  4111.      
  4112.      animation--lazy-load
  4113.    "
  4114.    style="--object-fit: cover;"
  4115.  >
  4116.    
  4117.  
  4118.  
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141. <img
  4142.  alt="THE FRANCESCA BOTTOMS / BLACK ANGUS"
  4143.  class="image__img"
  4144.  loading="lazy"
  4145.  width="1610"
  4146.  height="2415"
  4147.  src="//lassoswim.com/cdn/shop/files/francesca18.jpg?v=1705458211&width=320"
  4148.  
  4149.  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"
  4150.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4151.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4152. />
  4153.  </div>
  4154. <div
  4155.    class="
  4156.      image
  4157.      product-item__image product-item__image--two
  4158.      aspect-ratio--portrait
  4159.      
  4160.      
  4161.    "
  4162.    style="--object-fit: cover;"
  4163.  >
  4164.    
  4165.  
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.  
  4188.  
  4189. <img
  4190.  alt=""
  4191.  class="image__img"
  4192.  loading="lazy"
  4193.  width="3072"
  4194.  height="5472"
  4195.  src="//lassoswim.com/cdn/shop/files/IMG_3130_8bca5012-de92-4caf-ad47-57a920e2822a.jpg?v=1705458211&width=320"
  4196.  
  4197.  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"
  4198.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4199.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4200. />
  4201.  </div>
  4202. </a>
  4203.      
  4204.  
  4205.  
  4206. <div
  4207.  class="
  4208.    product-badges
  4209.    product-badges--position-top
  4210.    product-badges--position-left
  4211.  "
  4212. >
  4213.  
  4214. </div>
  4215.  
  4216.  
  4217.      
  4218.        <div class="product-item__hover-action-wrap">
  4219.          
  4220.    <button
  4221.      class="btn btn--tertiary btn--x-small"
  4222.      
  4223.      data-quick-shop-trigger="quick-view"
  4224.  
  4225.      
  4226.        data-product-url="/products/the-francesca-bottoms-black-angus"
  4227.      
  4228.  
  4229.      tabindex="0"
  4230.    >
  4231.      <span>Quick View</span>
  4232.  
  4233.      <div class="btn__loading-wrap">
  4234.        <div class="btn__loading-bar"></div>
  4235.      </div>
  4236.    </button>
  4237.  
  4238.        </div>
  4239.      
  4240.  
  4241.      
  4242.        
  4243.    <button
  4244.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4245.      
  4246.      data-quick-shop-trigger="quick-view"
  4247.  
  4248.      
  4249.        data-product-url="/products/the-francesca-bottoms-black-angus"
  4250.      
  4251.  
  4252.      tabindex="0"
  4253.      title="Quick View"
  4254.    >
  4255.      <span class="icon icon-new icon-quick-view ">
  4256.  <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"/>
  4257.          <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"/>
  4258.          <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>
  4259. </span>
  4260.  
  4261.    </button>
  4262.  
  4263.      
  4264.    </div>
  4265.  
  4266.    <div class="product-item__meta">
  4267.      <div class="product-item__text ta-c ">
  4268.        <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>
  4269.  
  4270.        
  4271.  
  4272.        
  4273.          
  4274.        
  4275.  
  4276.        
  4277.        
  4278.          <p class="product-item__price">
  4279.            
  4280.              
  4281.                <span class="product-item__price">$60.00</span>
  4282.              
  4283.            
  4284.  
  4285.            
  4286.  
  4287.            <dl data-unit-price-container class="unit-price">
  4288.  <dt>
  4289.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4290.  </dt>
  4291.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4292.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4293.  </dd>
  4294. </dl>
  4295.  
  4296.          </p>
  4297.        
  4298.  
  4299.        
  4300.          
  4301.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4302.            4 colors, 5 sizes
  4303.          </h5>
  4304.        
  4305.      </div><div class="product-item__variant-info"><div
  4306.  class="product-swatches-options"
  4307.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4308. >
  4309.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4310.    
  4311.      
  4312.      
  4313.  
  4314.  
  4315.  
  4316.    <li
  4317.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4318.      data-swatch-shape="round"
  4319.      style=""
  4320.      aria-label="Color BLACK ANGUS"
  4321.    ><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>
  4322.  
  4323.  
  4324.  
  4325.  
  4326.  
  4327.    <li
  4328.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4329.      data-swatch-shape="round"
  4330.      style=""
  4331.      aria-label="Color HUNTER"
  4332.    ><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>
  4333.  
  4334.  
  4335.  
  4336.  
  4337.  
  4338.    <li
  4339.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4340.      data-swatch-shape="round"
  4341.      style=""
  4342.      aria-label="Color SWEET CREAM"
  4343.    ><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>
  4344.  
  4345.  
  4346.  
  4347.  
  4348.  
  4349.    <li
  4350.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4351.      data-swatch-shape="round"
  4352.      style=""
  4353.      aria-label="Color DOUBLE BUBBLE"
  4354.    ><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>
  4355.  
  4356.  
  4357.  
  4358.  
  4359.    
  4360.  
  4361.  </ul>
  4362. </div>
  4363.  
  4364.  
  4365. <div class="product-chips-options">
  4366.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4367.        XS
  4368.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4369.        S
  4370.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4371.        M
  4372.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4373.        L
  4374.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4375.        XL
  4376.      </li></ul>
  4377. </div>
  4378. </div></div>
  4379.    <div class="product-item__hover-container"></div>
  4380.  </div>
  4381. </div>
  4382.  
  4383.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4384.              
  4385.  
  4386.  
  4387.  
  4388. <div
  4389.  class="
  4390.    product-item
  4391.    product-item--with-hover-swatches
  4392.    product-item--with-hover-chips
  4393.    product-item--border-on-hover
  4394.    animation
  4395.    animation--item
  4396.    
  4397.  "
  4398.  style="--z-index-item: ;"
  4399. >
  4400.  <div class="product-item__inner">
  4401.    <div class="product-item__media product-item__media--multiple-images">
  4402.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-dolly-one-piece-hunter" aria-label="THE DOLLY ONE PIECE / HUNTER"><div
  4403.    class="
  4404.      image
  4405.      product-item__image product-item__image--one
  4406.      aspect-ratio--portrait
  4407.      
  4408.      animation--lazy-load
  4409.    "
  4410.    style="--object-fit: cover;"
  4411.  >
  4412.    
  4413.  
  4414.  
  4415.  
  4416.  
  4417.  
  4418.  
  4419.  
  4420.  
  4421.  
  4422.  
  4423.  
  4424.  
  4425.  
  4426.  
  4427.  
  4428.  
  4429.  
  4430.  
  4431.  
  4432.  
  4433.  
  4434.  
  4435.  
  4436.  
  4437. <img
  4438.  alt="THE DOLLY ONE PIECE / HUNTER"
  4439.  class="image__img"
  4440.  loading="lazy"
  4441.  width="2688"
  4442.  height="4032"
  4443.  src="//lassoswim.com/cdn/shop/files/IMG_1241.jpg?v=1705457842&width=320"
  4444.  
  4445.  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"
  4446.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4447.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4448. />
  4449.  </div>
  4450. <div
  4451.    class="
  4452.      image
  4453.      product-item__image product-item__image--two
  4454.      aspect-ratio--portrait
  4455.      
  4456.      
  4457.    "
  4458.    style="--object-fit: cover;"
  4459.  >
  4460.    
  4461.  
  4462.  
  4463.  
  4464.  
  4465.  
  4466.  
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.    
  4478.  
  4479. <img
  4480.  alt=""
  4481.  class="image__img"
  4482.  loading="lazy"
  4483.  width="897"
  4484.  height="1346"
  4485.  src="//lassoswim.com/cdn/shop/files/swim3-Copy5.jpg?v=1705457842&width=320"
  4486.  
  4487.  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"
  4488.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4489.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4490. />
  4491.  </div>
  4492. </a>
  4493.      
  4494.  
  4495.  
  4496. <div
  4497.  class="
  4498.    product-badges
  4499.    product-badges--position-top
  4500.    product-badges--position-left
  4501.  "
  4502. >
  4503.  
  4504. </div>
  4505.  
  4506.  
  4507.      
  4508.        <div class="product-item__hover-action-wrap">
  4509.          
  4510.    <button
  4511.      class="btn btn--tertiary btn--x-small"
  4512.      
  4513.      data-quick-shop-trigger="quick-view"
  4514.  
  4515.      
  4516.        data-product-url="/products/the-dolly-one-piece-hunter"
  4517.      
  4518.  
  4519.      tabindex="0"
  4520.    >
  4521.      <span>Quick View</span>
  4522.  
  4523.      <div class="btn__loading-wrap">
  4524.        <div class="btn__loading-bar"></div>
  4525.      </div>
  4526.    </button>
  4527.  
  4528.        </div>
  4529.      
  4530.  
  4531.      
  4532.        
  4533.    <button
  4534.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4535.      
  4536.      data-quick-shop-trigger="quick-view"
  4537.  
  4538.      
  4539.        data-product-url="/products/the-dolly-one-piece-hunter"
  4540.      
  4541.  
  4542.      tabindex="0"
  4543.      title="Quick View"
  4544.    >
  4545.      <span class="icon icon-new icon-quick-view ">
  4546.  <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"/>
  4547.          <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"/>
  4548.          <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>
  4549. </span>
  4550.  
  4551.    </button>
  4552.  
  4553.      
  4554.    </div>
  4555.  
  4556.    <div class="product-item__meta">
  4557.      <div class="product-item__text ta-c ">
  4558.        <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>
  4559.  
  4560.        
  4561.  
  4562.        
  4563.          
  4564.        
  4565.  
  4566.        
  4567.        
  4568.          <p class="product-item__price">
  4569.            
  4570.              
  4571.                <span class="product-item__price">$105.00</span>
  4572.              
  4573.            
  4574.  
  4575.            
  4576.  
  4577.            <dl data-unit-price-container class="unit-price">
  4578.  <dt>
  4579.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4580.  </dt>
  4581.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4582.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4583.  </dd>
  4584. </dl>
  4585.  
  4586.          </p>
  4587.        
  4588.  
  4589.        
  4590.          
  4591.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4592.            4 colors, 5 sizes
  4593.          </h5>
  4594.        
  4595.      </div><div class="product-item__variant-info"><div
  4596.  class="product-swatches-options"
  4597.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4598. >
  4599.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4600.    
  4601.      
  4602.      
  4603.  
  4604.  
  4605.  
  4606.    <li
  4607.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4608.      data-swatch-shape="round"
  4609.      style=""
  4610.      aria-label="Color HUNTER"
  4611.    ><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>
  4612.  
  4613.  
  4614.  
  4615.  
  4616.  
  4617.    <li
  4618.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4619.      data-swatch-shape="round"
  4620.      style=""
  4621.      aria-label="Color BLACK ANGUS"
  4622.    ><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>
  4623.  
  4624.  
  4625.  
  4626.  
  4627.  
  4628.    <li
  4629.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4630.      data-swatch-shape="round"
  4631.      style=""
  4632.      aria-label="Color SWEET CREAM"
  4633.    ><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>
  4634.  
  4635.  
  4636.  
  4637.  
  4638.  
  4639.    <li
  4640.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4641.      data-swatch-shape="round"
  4642.      style=""
  4643.      aria-label="Color DOUBLE BUBBLE"
  4644.    ><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>
  4645.  
  4646.  
  4647.  
  4648.  
  4649.    
  4650.  
  4651.  </ul>
  4652. </div>
  4653.  
  4654.  
  4655. <div class="product-chips-options">
  4656.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4657.        XS
  4658.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4659.        S
  4660.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4661.        M
  4662.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4663.        L
  4664.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  4665.        XL
  4666.      </li></ul>
  4667. </div>
  4668. </div></div>
  4669.    <div class="product-item__hover-container"></div>
  4670.  </div>
  4671. </div>
  4672.  
  4673.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4674.              
  4675.  
  4676.  
  4677.  
  4678. <div
  4679.  class="
  4680.    product-item
  4681.    product-item--with-hover-swatches
  4682.    product-item--with-hover-chips
  4683.    product-item--border-on-hover
  4684.    animation
  4685.    animation--item
  4686.    
  4687.  "
  4688.  style="--z-index-item: ;"
  4689. >
  4690.  <div class="product-item__inner">
  4691.    <div class="product-item__media product-item__media--multiple-images">
  4692.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-trucker-hat-camo" aria-label="THE TRUCKER HAT / CAMO"><div
  4693.    class="
  4694.      image
  4695.      product-item__image product-item__image--one
  4696.      aspect-ratio--portrait
  4697.      
  4698.      animation--lazy-load
  4699.    "
  4700.    style="--object-fit: cover;"
  4701.  >
  4702.    
  4703.  
  4704.  
  4705.  
  4706.  
  4707.  
  4708.  
  4709.  
  4710.  
  4711.  
  4712.  
  4713.  
  4714.  
  4715.  
  4716.    
  4717.  
  4718. <img
  4719.  alt="THE TRUCKER HAT / CAMO"
  4720.  class="image__img"
  4721.  loading="lazy"
  4722.  width="716"
  4723.  height="1074"
  4724.  src="//lassoswim.com/cdn/shop/files/0018.jpg?v=1705499670&width=320"
  4725.  
  4726.  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"
  4727.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4728.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4729. />
  4730.  </div>
  4731. <div
  4732.    class="
  4733.      image
  4734.      product-item__image product-item__image--two
  4735.      aspect-ratio--portrait
  4736.      
  4737.      
  4738.    "
  4739.    style="--object-fit: cover;"
  4740.  >
  4741.    
  4742.  
  4743.  
  4744.  
  4745.  
  4746.  
  4747.  
  4748.  
  4749.  
  4750.  
  4751.  
  4752.  
  4753.  
  4754.  
  4755.  
  4756.  
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762.  
  4763. <img
  4764.  alt=""
  4765.  class="image__img"
  4766.  loading="lazy"
  4767.  width="1284"
  4768.  height="1597"
  4769.  src="//lassoswim.com/cdn/shop/files/IMG_9650_cb0abfc0-cf20-4013-9eb6-2d007624e757.jpg?v=1705499670&width=320"
  4770.  
  4771.  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"
  4772.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  4773.  onload="javascript: this.closest('.image').classList.add('loaded')"
  4774. />
  4775.  </div>
  4776. </a>
  4777.      
  4778.  
  4779.  
  4780. <div
  4781.  class="
  4782.    product-badges
  4783.    product-badges--position-top
  4784.    product-badges--position-left
  4785.  "
  4786. >
  4787.  
  4788.      <div class="product-badge product-badge--sale">
  4789.  
  4790.      25% off
  4791. </div>
  4792.      
  4793.  
  4794. </div>
  4795.  
  4796.  
  4797.      
  4798.        <div class="product-item__hover-action-wrap">
  4799.          
  4800.    <button
  4801.      class="btn btn--tertiary btn--x-small"
  4802.      
  4803.      data-quick-shop-trigger="quick-view"
  4804.  
  4805.      
  4806.        data-product-url="/products/the-trucker-hat-camo"
  4807.      
  4808.  
  4809.      tabindex="0"
  4810.    >
  4811.      <span>Quick View</span>
  4812.  
  4813.      <div class="btn__loading-wrap">
  4814.        <div class="btn__loading-bar"></div>
  4815.      </div>
  4816.    </button>
  4817.  
  4818.        </div>
  4819.      
  4820.  
  4821.      
  4822.        
  4823.    <button
  4824.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  4825.      
  4826.      data-quick-shop-trigger="quick-view"
  4827.  
  4828.      
  4829.        data-product-url="/products/the-trucker-hat-camo"
  4830.      
  4831.  
  4832.      tabindex="0"
  4833.      title="Quick View"
  4834.    >
  4835.      <span class="icon icon-new icon-quick-view ">
  4836.  <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"/>
  4837.          <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"/>
  4838.          <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>
  4839. </span>
  4840.  
  4841.    </button>
  4842.  
  4843.      
  4844.    </div>
  4845.  
  4846.    <div class="product-item__meta">
  4847.      <div class="product-item__text ta-c ">
  4848.        <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>
  4849.  
  4850.        
  4851.  
  4852.        
  4853.          
  4854.        
  4855.  
  4856.        
  4857.        
  4858.          <p class="product-item__price">
  4859.            
  4860.              <span class="visually-hidden">Regular price</span>
  4861.  
  4862.              
  4863.  
  4864.              
  4865.                <s class="t-subdued">$20.00</s>
  4866.              
  4867.  
  4868.              
  4869.                <span class="sale">$15.00</span>
  4870.              
  4871.  
  4872.            
  4873.  
  4874.            
  4875.  
  4876.            <dl data-unit-price-container class="unit-price">
  4877.  <dt>
  4878.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  4879.  </dt>
  4880.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  4881.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  4882.  </dd>
  4883. </dl>
  4884.  
  4885.          </p>
  4886.        
  4887.  
  4888.        
  4889.          
  4890.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  4891.            3 colors, 1 size
  4892.          </h5>
  4893.        
  4894.      </div><div class="product-item__variant-info"><div
  4895.  class="product-swatches-options"
  4896.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  4897. >
  4898.  <ul class="product-swatches-options__list ff-body fs-body-50">
  4899.    
  4900.      
  4901.      
  4902.  
  4903.  
  4904.  
  4905.    <li
  4906.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4907.      data-swatch-shape="round"
  4908.      style=""
  4909.      aria-label="Color CAMO"
  4910.    ><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>
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916.    <li
  4917.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4918.      data-swatch-shape="round"
  4919.      style=""
  4920.      aria-label="Color BLACK"
  4921.    ><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>
  4922.  
  4923.  
  4924.  
  4925.  
  4926.  
  4927.    <li
  4928.      class="product-swatches-options__item product-swatches-options__item--swatch"
  4929.      data-swatch-shape="round"
  4930.      style=""
  4931.      aria-label="Color PINK"
  4932.    ><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>
  4933.  
  4934.  
  4935.  
  4936.  
  4937.    
  4938.  
  4939.  </ul>
  4940. </div>
  4941.  
  4942.  
  4943. <div class="product-chips-options">
  4944.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  4945.        O/S
  4946.      </li></ul>
  4947. </div>
  4948. </div></div>
  4949.    <div class="product-item__hover-container"></div>
  4950.  </div>
  4951. </div>
  4952.  
  4953.            </div><div class="featured-collection-grid__product carousel_slide swiper-slide">
  4954.              
  4955.  
  4956.  
  4957.  
  4958. <div
  4959.  class="
  4960.    product-item
  4961.    product-item--with-hover-swatches
  4962.    product-item--with-hover-chips
  4963.    product-item--border-on-hover
  4964.    animation
  4965.    animation--item
  4966.    
  4967.  "
  4968.  style="--z-index-item: ;"
  4969. >
  4970.  <div class="product-item__inner">
  4971.    <div class="product-item__media product-item__media--multiple-images">
  4972.      <a class="product-item__image-link" href="/collections/best-sellers/products/the-isabella-top-double-bubble" aria-label="THE ISABELLA TOP / DOUBLE BUBBLE"><div
  4973.    class="
  4974.      image
  4975.      product-item__image product-item__image--one
  4976.      aspect-ratio--portrait
  4977.      
  4978.      animation--lazy-load
  4979.    "
  4980.    style="--object-fit: cover;"
  4981.  >
  4982.    
  4983.  
  4984.  
  4985.  
  4986.  
  4987.  
  4988.  
  4989.  
  4990.  
  4991.  
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.  
  5002.  
  5003.  
  5004.    
  5005.  
  5006. <img
  5007.  alt=""
  5008.  class="image__img"
  5009.  loading="lazy"
  5010.  width="1284"
  5011.  height="1938"
  5012.  src="//lassoswim.com/cdn/shop/files/preview_images/IMG_1439.jpg?v=1704778786&width=320"
  5013.  
  5014.  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"
  5015.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  5016.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5017. />
  5018.  </div>
  5019. <div
  5020.    class="
  5021.      image
  5022.      product-item__image product-item__image--two
  5023.      aspect-ratio--portrait
  5024.      
  5025.      
  5026.    "
  5027.    style="--object-fit: cover;"
  5028.  >
  5029.    
  5030.  
  5031.  
  5032.  
  5033.  
  5034.  
  5035.  
  5036.  
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042.  
  5043.  
  5044.  
  5045.  
  5046.  
  5047.  
  5048.  
  5049.  
  5050.  
  5051.  
  5052.  
  5053.  
  5054. <img
  5055.  alt=""
  5056.  class="image__img"
  5057.  loading="lazy"
  5058.  width="3072"
  5059.  height="5472"
  5060.  src="//lassoswim.com/cdn/shop/files/IMG_3124_8900930c-b313-4574-99bd-9f0b92d6480d.jpg?v=1704778778&width=320"
  5061.  
  5062.  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"
  5063.  sizes="(max-width: 720px) calc((90vw - 12px) /2), (max-width: 1400px) calc((93.4vw - (12px * 3)) / 4), 304px"
  5064.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5065. />
  5066.  </div>
  5067. </a>
  5068.      
  5069.  
  5070.  
  5071. <div
  5072.  class="
  5073.    product-badges
  5074.    product-badges--position-top
  5075.    product-badges--position-left
  5076.  "
  5077. >
  5078.  
  5079.      <div class="product-badge product-badge--sale">
  5080.  
  5081.      40% off
  5082. </div>
  5083.      
  5084.  
  5085. </div>
  5086.  
  5087.  
  5088.      
  5089.        <div class="product-item__hover-action-wrap">
  5090.          
  5091.    <button
  5092.      class="btn btn--tertiary btn--x-small"
  5093.      
  5094.      data-quick-shop-trigger="quick-view"
  5095.  
  5096.      
  5097.        data-product-url="/products/the-isabella-top-double-bubble"
  5098.      
  5099.  
  5100.      tabindex="0"
  5101.    >
  5102.      <span>Quick View</span>
  5103.  
  5104.      <div class="btn__loading-wrap">
  5105.        <div class="btn__loading-bar"></div>
  5106.      </div>
  5107.    </button>
  5108.  
  5109.        </div>
  5110.      
  5111.  
  5112.      
  5113.        
  5114.    <button
  5115.      class="product-item__hoverless-quick-view-button btn btn--rounded"
  5116.      
  5117.      data-quick-shop-trigger="quick-view"
  5118.  
  5119.      
  5120.        data-product-url="/products/the-isabella-top-double-bubble"
  5121.      
  5122.  
  5123.      tabindex="0"
  5124.      title="Quick View"
  5125.    >
  5126.      <span class="icon icon-new icon-quick-view ">
  5127.  <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"/>
  5128.          <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"/>
  5129.          <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>
  5130. </span>
  5131.  
  5132.    </button>
  5133.  
  5134.      
  5135.    </div>
  5136.  
  5137.    <div class="product-item__meta">
  5138.      <div class="product-item__text ta-c ">
  5139.        <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>
  5140.  
  5141.        
  5142.  
  5143.        
  5144.          
  5145.        
  5146.  
  5147.        
  5148.        
  5149.          <p class="product-item__price">
  5150.            
  5151.              <span class="visually-hidden">Regular price</span>
  5152.  
  5153.              
  5154.  
  5155.              
  5156.                <s class="t-subdued">$70.00</s>
  5157.              
  5158.  
  5159.              
  5160.                <span class="sale">$42.00</span>
  5161.              
  5162.  
  5163.            
  5164.  
  5165.            
  5166.  
  5167.            <dl data-unit-price-container class="unit-price">
  5168.  <dt>
  5169.    <span class="visually-hidden visually-hidden--inline">Unit price</span>
  5170.  </dt>
  5171.  <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span
  5172.      ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span>
  5173.  </dd>
  5174. </dl>
  5175.  
  5176.          </p>
  5177.        
  5178.  
  5179.        
  5180.          
  5181.          <h5 class="ff-body fs-body-50 product-item__swatch-count">
  5182.            4 colors, 5 sizes
  5183.          </h5>
  5184.        
  5185.      </div><div class="product-item__variant-info"><div
  5186.  class="product-swatches-options"
  5187.  style="--swatch-width: 16px;--swatch-image-fit: contain;"
  5188. >
  5189.  <ul class="product-swatches-options__list ff-body fs-body-50">
  5190.    
  5191.      
  5192.      
  5193.  
  5194.  
  5195.  
  5196.    <li
  5197.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5198.      data-swatch-shape="round"
  5199.      style=""
  5200.      aria-label="Color BLACK ANGUS"
  5201.    ><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>
  5202.  
  5203.  
  5204.  
  5205.  
  5206.  
  5207.    <li
  5208.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5209.      data-swatch-shape="round"
  5210.      style=""
  5211.      aria-label="Color SWEET CREAM"
  5212.    ><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>
  5213.  
  5214.  
  5215.  
  5216.  
  5217.  
  5218.    <li
  5219.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5220.      data-swatch-shape="round"
  5221.      style=""
  5222.      aria-label="Color HUNTER"
  5223.    ><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>
  5224.  
  5225.  
  5226.  
  5227.  
  5228.  
  5229.    <li
  5230.      class="product-swatches-options__item product-swatches-options__item--swatch"
  5231.      data-swatch-shape="round"
  5232.      style=""
  5233.      aria-label="Color DOUBLE BUBBLE"
  5234.    ><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>
  5235.  
  5236.  
  5237.  
  5238.  
  5239.    
  5240.  
  5241.  </ul>
  5242. </div>
  5243.  
  5244.  
  5245. <div class="product-chips-options">
  5246.  <ul class="product-chips-options__list ff-body fs-body-50"><li class="product-chips-options__item product-chips-options__item--chip">
  5247.        XS
  5248.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5249.        S
  5250.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5251.        M
  5252.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5253.        L
  5254.      </li><li class="product-chips-options__item product-chips-options__item--chip">
  5255.        XL
  5256.      </li></ul>
  5257. </div>
  5258. </div></div>
  5259.    <div class="product-item__hover-container"></div>
  5260.  </div>
  5261. </div>
  5262.  
  5263.            </div></div>
  5264.    </div>
  5265.  </div>
  5266. </div>
  5267.  
  5268.  
  5269. </section><section id="shopify-section-template--22572985188670__image_hero_split_bDprA7" class="shopify-section shopify-section--full-width"><div
  5270.  class="
  5271.    image-hero-split
  5272.    section
  5273.    section--full-width
  5274.    section--vertical-padding-none
  5275.    
  5276.  "
  5277.  data-section-id="template--22572985188670__image_hero_split_bDprA7"
  5278.  data-section-type="image-hero-split"
  5279.  style="
  5280.    --custom-height: 100vh;
  5281.    --custom-height-mobile: 100vh;
  5282.    --color-text: #ffffff;
  5283.    --color-text-link: #ffffff;
  5284.    --overlay-background: #000000;
  5285.    
  5286.    --overlay-opacity: 0.3;
  5287.    
  5288. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  5289. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  5290. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  5291. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  5292. rgba(255, 255, 255, 0.1);
  5293.  
  5294.  "
  5295. >
  5296.  <div class="image-hero-split__inner">
  5297. <div
  5298.  
  5299.  class="
  5300.    image-hero-split-item
  5301.    image-hero-split-item--1
  5302.    image-hero-split-item--image-aspect-original
  5303.    animation--item
  5304.  "
  5305.  style="    --text-vertical-position: center;"
  5306. >
  5307.  <div class="image-hero-split-item__image-container"><div
  5308.    class="
  5309.      image
  5310.      image-hero-split-item__image
  5311.      
  5312.      image--animate
  5313.      animation--lazy-load
  5314.    "
  5315.    style="--focal-alignment: center;"
  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.  
  5344.  
  5345.  
  5346.  
  5347.  
  5348.  
  5349.  
  5350.  
  5351.    
  5352.  
  5353. <img
  5354.  alt=""
  5355.  class="image__img"
  5356.  loading="lazy"
  5357.  width="3429"
  5358.  height="3429"
  5359.  src="//lassoswim.com/cdn/shop/files/IMG_2918.jpg?v=1705595621&width=320"
  5360.  
  5361.  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"
  5362.  sizes="(max-width: 45em) 100vw, (max-width: 45em) 50vw"
  5363.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5364. />
  5365.  </div></div>
  5366.  <div class="image-hero-split-item__text-container">
  5367.    <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">
  5368.          THE RODEO
  5369.        </h2>
  5370.  
  5371.  
  5372.  
  5373.  
  5374.  <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
  5375.      
  5376.      
  5377.        href="/pages/about"
  5378.      
  5379.  
  5380.      class="
  5381.        btn
  5382.        
  5383.          btn--overlay
  5384.        
  5385.        
  5386.        
  5387.        
  5388.        btn--secondary"
  5389.    >
  5390.      <span>LEARN MORE</span>
  5391.    </a>
  5392.  </div>
  5393.  
  5394.  
  5395.  
  5396.  
  5397.    </div>
  5398.  </div>
  5399. </div>
  5400.  
  5401. <div
  5402.  
  5403.  class="
  5404.    image-hero-split-item
  5405.    image-hero-split-item--2
  5406.    image-hero-split-item--image-aspect-original
  5407.    animation--item
  5408.  "
  5409.  style="    --text-vertical-position: center;"
  5410. >
  5411.  <div class="image-hero-split-item__image-container"><div
  5412.    class="
  5413.      image
  5414.      image-hero-split-item__image
  5415.      
  5416.      image--animate
  5417.      animation--lazy-load
  5418.    "
  5419.    style="--focal-alignment: center;"
  5420.  >
  5421.    
  5422.  
  5423.  
  5424.  
  5425.  
  5426.  
  5427.  
  5428.  
  5429.  
  5430.  
  5431.  
  5432.  
  5433.  
  5434.  
  5435.  
  5436.  
  5437.  
  5438.  
  5439.  
  5440.  
  5441.  
  5442.  
  5443.  
  5444.  
  5445.  
  5446.  
  5447.  
  5448.    
  5449.  
  5450. <img
  5451.  alt=""
  5452.  class="image__img"
  5453.  loading="lazy"
  5454.  width="1630"
  5455.  height="1631"
  5456.  src="//lassoswim.com/cdn/shop/files/EB523E71-4F25-4C34-83A3-C9D29CB603DB.jpg?v=1699894542&width=320"
  5457.  
  5458.  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"
  5459.  sizes="(max-width: 45em) 100vw, (max-width: 45em) 50vw"
  5460.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5461. />
  5462.  </div></div>
  5463.  <div class="image-hero-split-item__text-container">
  5464.    <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">
  5465.          SUSTAINABILITY
  5466.        </h2>
  5467.  
  5468.  
  5469.  
  5470.  
  5471.  <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
  5472.      
  5473.      
  5474.        href="/pages/sustainability"
  5475.      
  5476.  
  5477.      class="
  5478.        btn
  5479.        
  5480.          btn--overlay
  5481.        
  5482.        
  5483.        
  5484.        
  5485.        btn--secondary"
  5486.    >
  5487.      <span>LEARN MORE</span>
  5488.    </a>
  5489.  </div>
  5490.  
  5491.  
  5492.  
  5493.  
  5494.    </div>
  5495.  </div>
  5496. </div>
  5497. <div class="image-hero-split__overlay"></div>
  5498.  </div>
  5499. </div>
  5500.  
  5501.  
  5502. </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" />
  5503. <div
  5504.  class="
  5505.    blog-posts
  5506.    section
  5507.    section--divider-solid
  5508.    section--vertical-padding-top-bottom
  5509.    
  5510.      animation
  5511.      animation--blog-posts
  5512.    
  5513.  "
  5514.  data-section-id="template--22572985188670__16548801325228c324"
  5515.  data-section-type="blog-posts"
  5516. >
  5517.  <div class="section-introduction animation--section-introduction"><h2 class="blog-posts__heading ff-heading fs-heading-3-base section-introduction__heading">
  5518.        Journal
  5519.      </h2>
  5520.  
  5521.  
  5522.  
  5523.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- blog-posts__header-button section-introduction__button" ><a
  5524.      
  5525.      
  5526.        href="/blogs/journal"
  5527.      
  5528.  
  5529.      class="
  5530.        btn
  5531.        
  5532.        
  5533.        
  5534.        
  5535.        btn--callout"
  5536.    >
  5537.      <span>View all posts</span>
  5538.    </a>
  5539.  </div>
  5540.  
  5541.  
  5542.  
  5543. </div>
  5544.  
  5545.  <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" />
  5546. <div
  5547.  class="
  5548.    article-item
  5549.    
  5550.    animation--article-item
  5551.    hover
  5552.  "
  5553.  data-image="true"
  5554. ><a
  5555.        href="/blogs/journal/our-1st-runway-show"
  5556.        class="article-item__image-wrapper"
  5557.        aria-label="Our 1st Runway Show!"
  5558.      ><div
  5559.    class="
  5560.      image
  5561.      article-item__image
  5562.      aspect-ratio--square
  5563.      image--animate
  5564.      animation--lazy-load
  5565.    "
  5566.    style=""
  5567.  >
  5568.    
  5569.  
  5570.  
  5571.  
  5572.  
  5573.  
  5574.  
  5575.  
  5576.  
  5577.  
  5578.  
  5579.  
  5580.  
  5581.  
  5582.  
  5583.  
  5584.  
  5585.  
  5586.  
  5587.  
  5588.  
  5589.  
  5590.  
  5591.  
  5592.  
  5593.  
  5594.  
  5595.  
  5596.  
  5597.  
  5598.  
  5599.  
  5600.  
  5601.  
  5602.  
  5603.    
  5604.  
  5605. <img
  5606.  alt="Our 1st Runway Show!"
  5607.  class="image__img"
  5608.  loading="lazy"
  5609.  width="3648"
  5610.  height="3648"
  5611.  src="//lassoswim.com/cdn/shop/articles/Tezza-0866.jpg?v=1698444866&width=320"
  5612.  
  5613.  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"
  5614.  sizes="(min-width: 720px) calc(calc(50vw - calc(2 * clamp(18px, 3.3vw, 3.3vw)))), calc(100vw - calc(2 * 3.3vw))"
  5615.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5616. />
  5617.  </div></a><div class="article-item__content">
  5618.      <div class="article-item__content-inner"><h4 class="article-item__title ff-heading fs-heading-4-base">
  5619.          <a href="/blogs/journal/our-1st-runway-show">Our 1st Runway Show!</a>
  5620.        </h4><p class="article-item__meta fs-body-75"><span>By
  5621.                Kayleigh Berkes</span><time datetime="2023-10-27T22:34:45Z">Oct 27, 2023</time>
  5622. </p>
  5623.  
  5624.  
  5625.  
  5626.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- article-item__read-button" ><a
  5627.      
  5628.      
  5629.        href="/blogs/journal/our-1st-runway-show"
  5630.      
  5631.  
  5632.      class="
  5633.        btn
  5634.        
  5635.        
  5636.        
  5637.        
  5638.        btn--callout"
  5639.    >
  5640.      <span>Read more</span>
  5641.    </a>
  5642.  </div>
  5643.  
  5644.  
  5645.  
  5646. </div>
  5647.    </div></div>
  5648.  
  5649. </div>
  5650. </div>
  5651.  
  5652.  
  5653. </section><section id="shopify-section-template--22572985188670__newsletter_6eLtWp" class="shopify-section"><div
  5654.  class="
  5655.    newsletter
  5656.    
  5657.    newsletter--content-alignment-left
  5658.    
  5659.  "
  5660.  data-section-id="template--22572985188670__newsletter_6eLtWp"
  5661.  data-section-type="newsletter"
  5662.  style="
  5663.    
  5664.      --content-width: 700px;
  5665.    
  5666.    --content-alignment: left;
  5667.    --color-background: #f5f5f5;
  5668.    --color-text: #ffffff;
  5669.    --color-text-link: #ffffff;
  5670.    --color-text-input: #000000;
  5671.    --color-background-input: #ffffff;
  5672.    --overlay-background: #000000;
  5673.    
  5674.    --overlay-opacity: 0.5;
  5675.    
  5676. --color-text-overlay-button: #000000; --color-text-overlay-button-alpha:
  5677. rgba(0, 0, 0, 0.6); --color-background-overlay-button: #ffffff;
  5678. --color-background-overlay-button-hover: #ededed;--color-background-overlay-button-alpha:
  5679. rgba(255, 255, 255, 0.6); --color-background-overlay-outline-button-alpha:
  5680. rgba(255, 255, 255, 0.1);
  5681.  
  5682.    --max-signup-width: px;
  5683.    --max-block-content-width: px;
  5684.  "
  5685. >
  5686.  <div
  5687.    class="
  5688.      newsletter__inner
  5689.      
  5690.        section
  5691.  section--vertical-padding-top-bottom
  5692.  section--divider-none
  5693.  
  5694.      
  5695.    "
  5696.  ><div class="newsletter__background-image-wrapper"><div
  5697.    class="
  5698.      image
  5699.      newsletter__background-image
  5700.      
  5701.      image--animate
  5702.      animation--lazy-load
  5703.    "
  5704.    style="--focal-alignment: center;"
  5705.  >
  5706.    
  5707.  
  5708.  
  5709.  
  5710.  
  5711.  
  5712.  
  5713.  
  5714.  
  5715.  
  5716.  
  5717.  
  5718.  
  5719.  
  5720.  
  5721.  
  5722.  
  5723.  
  5724.  
  5725.  
  5726.  
  5727.  
  5728.  
  5729.  
  5730.  
  5731.  
  5732.  
  5733.  
  5734.  
  5735.  
  5736.  
  5737.  
  5738.  
  5739.  
  5740.    
  5741.  
  5742. <img
  5743.  alt=""
  5744.  class="image__img"
  5745.  loading="lazy"
  5746.  width="3024"
  5747.  height="4032"
  5748.  src="//lassoswim.com/cdn/shop/files/pexels-alexey-komissarov-9946917.jpg?v=1705595697&width=320"
  5749.  
  5750.  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"
  5751.  sizes="100vw"
  5752.  onload="javascript: this.closest('.image').classList.add('loaded')"
  5753. />
  5754.  </div></div><div class="newsletter__overlay"></div>
  5755.  
  5756.    <div class="newsletter__block-content section-blocks animation--section-blocks"><div class="section-blocks__spacer" style="height: 40px"></div>
  5757. <h2 class="newsletter__block-content-heading ff-heading fs-heading-3-base section-blocks__heading">
  5758.                Join the rodeo
  5759.              </h2><div class="newsletter__block-content-text rte ff-body fs-body-75 section-blocks__text">
  5760.                <p>Subscribe to get 10% off your first purchase & gain access to exclusive updates, discounts, and behind the scenes!</p>
  5761.              </div><div class="section-blocks__spacer" style="height: 4px"></div>
  5762. <div class="social-icons-block section-blocks__social-icons "><ul class="social-icons social-icons--left" data-count="4"><li>
  5763.          <a
  5764.            href="https://facebook.com/lassoswim"
  5765.            title="Lasso Swim on Facebook"
  5766.            target="_blank"
  5767.            rel="noopener"
  5768.          >
  5769.            <span class="icon icon-new icon-facebook ">
  5770.  <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>
  5771. </span>
  5772.  
  5773.          </a>
  5774.        </li><li>
  5775.          <a
  5776.            href="https://www.instagram.com/lassoswim/"
  5777.            title="Lasso Swim on Instagram"
  5778.            target="_blank"
  5779.            rel="noopener"
  5780.          >
  5781.            <span class="icon icon-new icon-instagram ">
  5782.  <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>
  5783. </span>
  5784.  
  5785.          </a>
  5786.        </li><li>
  5787.          <a
  5788.            href="https://pinterest.com/lassoswim"
  5789.            title="Lasso Swim on Pinterest"
  5790.            target="_blank"
  5791.            rel="noopener"
  5792.          >
  5793.            <span class="icon icon-new icon-pinterest ">
  5794.  <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>
  5795. </span>
  5796.  
  5797.          </a>
  5798.        </li><li>
  5799.          <a
  5800.            href="https://tiktok.com/@lassoswim"
  5801.            title="Lasso Swim on Tiktok"
  5802.            target="_blank"
  5803.            rel="noopener"
  5804.          >
  5805.            <span class="icon icon-new icon-tiktok ">
  5806.  <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>
  5807. </span>
  5808.  
  5809.          </a>
  5810.        </li></ul></div>
  5811.  
  5812. <div class="newsletter__signup section-blocks__newsletter-signup">
  5813.              <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="✓" />
  5814.                
  5815.  
  5816.  
  5817. <div class="newsletter__signup-inner">
  5818.                    <input type="hidden" name="contact[tags]" value="newsletter">
  5819.                    <label for="newsletter-subscribe-email" class="visually-hidden">Your email</label>
  5820.                    <input
  5821.                      type="email"
  5822.                      class="input newsletter__signup-input"
  5823.                      name="contact[email]"
  5824.                      id="newsletter-subscribe-email"
  5825.                      value=""
  5826.                      placeholder="Your email"
  5827.                      autocorrect="off"
  5828.                      autocapitalize="off"
  5829.                      required
  5830.                    >
  5831.  
  5832.  
  5833.  
  5834.  <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- newsletter__signup-button" ><button
  5835.      
  5836.      
  5837.        type="submit"
  5838.        
  5839.      
  5840.  
  5841.      class="
  5842.        btn
  5843.        
  5844.          btn--overlay
  5845.        
  5846.        
  5847.          btn--full
  5848.        
  5849.        
  5850.        
  5851.        btn--primary"
  5852.    >
  5853.      <span>Sign up</span>
  5854.    </button>
  5855.  </div>
  5856.  
  5857.  
  5858.  
  5859. </div></form>
  5860.            </div><div class="section-blocks__spacer" style="height: 12px"></div>
  5861. </div>
  5862.  </div>
  5863. </div>
  5864.  
  5865.  
  5866. </section><div id="shopify-section-template--22572985188670__17001802813ed06975" class="shopify-section"><div
  5867.  class="
  5868.    apps
  5869.    section
  5870.    section--divider-none
  5871.    section--vertical-padding-top-bottom
  5872.    
  5873.      animation
  5874.      animation--apps
  5875.    
  5876.  "
  5877.  data-section-id="template--22572985188670__17001802813ed06975"
  5878.  data-section-type="apps"
  5879. >
  5880.  <div class="section-introduction animation--section-introduction"><h2 class="apps__heading ff-heading fs-heading-3-base section-introduction__heading">
  5881.        @LASSOSWIM
  5882.      </h2></div><div class="animation--item">
  5883.      <div id="shopify-block-9ef23a74-e073-43ad-9e62-61826a5076c8" class="shopify-block shopify-app-block">
  5884.  
  5885.  
  5886. <style>
  5887.    body #insta-feed {
  5888.        
  5889.  
  5890.        
  5891.  
  5892.        
  5893.  
  5894.        
  5895.  
  5896.        
  5897.        text-align: center;
  5898.    }
  5899.    #insta-feed h2 {
  5900.      
  5901.      
  5902.  }
  5903. </style>
  5904.  
  5905.  
  5906.  
  5907.  
  5908.  
  5909.  
  5910.  <div id="insta-feed"></div>
  5911.  <script>
  5912.    if (typeof instafeedLocalTitle === 'undefined') var instafeedLocalTitle = '';
  5913.    
  5914.  </script>
  5915.  
  5916.  
  5917.  
  5918.  
  5919.  
  5920.  
  5921. </div>
  5922.    </div></div>
  5923.  
  5924.  
  5925. </div>
  5926.      </main>
  5927.  
  5928.      <!-- BEGIN sections: footer-group -->
  5929. <footer id="shopify-section-sections--22572985778494__footer" class="shopify-section shopify-section-group-footer-group footer__parent"><div
  5930.  class="footer section"
  5931.  data-section-id="sections--22572985778494__footer"
  5932.  data-section-type="footer"
  5933.  style="
  5934.    --color-background-input: rgba(255, 255, 255, 0.2);
  5935.    --color-background-input-hover: rgba(255, 255, 255, 0.25);
  5936.    --color-background-input-hover-dull: rgba(255, 255, 255, 0.1);
  5937.    --color-background-input-highlight: rgba(255, 255, 255, 0.35);
  5938.    --color-text-input: rgba(255, 255, 255, 0.95);
  5939.  "
  5940. >
  5941.  <div class="footer__inner">
  5942.    <div class="footer__groups"><div
  5943.          class="
  5944.            footer__group
  5945.            footer__group--links
  5946.            footer__group--1
  5947.            footer__group--collapse
  5948.            footer__group--first
  5949.            
  5950.            
  5951.          "
  5952.          style="
  5953.            --desktop-width: 15%;
  5954.            --desktop-padding: 4%;
  5955.            
  5956.          "
  5957.        ><h4 class="footer__header ff-body footer__header--collapsed">
  5958.              <span class="footer__heading fs-accent">Need Help?</span>
  5959.            </h4><button type="button" class="footer__header ff-body" data-header>
  5960.                <span class="footer__heading fs-accent">Need Help?</span>
  5961.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  5962.  <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>
  5963. </span>
  5964. </span>
  5965.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  5966.                
  5967.                  <ul>
  5968.                    
  5969.                      <li>
  5970.                        <a href="/pages/size-chart">Size Chart</a>
  5971.                      </li>
  5972.                    
  5973.                      <li>
  5974.                        <a href="/pages/faq">FAQ</a>
  5975.                      </li>
  5976.                    
  5977.                      <li>
  5978.                        <a href="/pages/press">Press</a>
  5979.                      </li>
  5980.                    
  5981.                      <li>
  5982.                        <a href="/pages/sustainability">Sustainability</a>
  5983.                      </li>
  5984.                    
  5985.                  </ul>
  5986.                
  5987.              </div></div>
  5988.        </div>
  5989.      <div
  5990.          class="
  5991.            footer__group
  5992.            footer__group--spacer
  5993.            footer__group--2
  5994.            
  5995.            
  5996.            
  5997.            hide-title-on-desktop
  5998.          "
  5999.          style="
  6000.            --desktop-width: 5%;
  6001.            --desktop-padding: %;
  6002.            
  6003.          "
  6004.        ><div class="footer__group-content"></div>
  6005.        </div>
  6006.      <div
  6007.          class="
  6008.            footer__group
  6009.            footer__group--links
  6010.            footer__group--3
  6011.            footer__group--collapse
  6012.            
  6013.            
  6014.            
  6015.          "
  6016.          style="
  6017.            --desktop-width: 20%;
  6018.            --desktop-padding: 4%;
  6019.            
  6020.          "
  6021.        ><h4 class="footer__header ff-body footer__header--collapsed">
  6022.              <span class="footer__heading fs-accent">Customer Care</span>
  6023.            </h4><button type="button" class="footer__header ff-body" data-header>
  6024.                <span class="footer__heading fs-accent">Customer Care</span>
  6025.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  6026.  <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>
  6027. </span>
  6028. </span>
  6029.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  6030.                
  6031.                  <ul>
  6032.                    
  6033.                      <li>
  6034.                        <a href="/pages/contact">Contact Us</a>
  6035.                      </li>
  6036.                    
  6037.                      <li>
  6038.                        <a href="/pages/faq">Shipping</a>
  6039.                      </li>
  6040.                    
  6041.                      <li>
  6042.                        <a href="/pages/faq">Returns</a>
  6043.                      </li>
  6044.                    
  6045.                      <li>
  6046.                        <a href="/pages/contact">Request A Return</a>
  6047.                      </li>
  6048.                    
  6049.                  </ul>
  6050.                
  6051.              </div></div>
  6052.        </div>
  6053.      <div
  6054.          class="
  6055.            footer__group
  6056.            footer__group--spacer
  6057.            footer__group--4
  6058.            
  6059.            
  6060.            
  6061.            hide-title-on-desktop
  6062.          "
  6063.          style="
  6064.            --desktop-width: 5%;
  6065.            --desktop-padding: %;
  6066.            
  6067.          "
  6068.        ><div class="footer__group-content"></div>
  6069.        </div>
  6070.      <div
  6071.          class="
  6072.            footer__group
  6073.            footer__group--links
  6074.            footer__group--5
  6075.            footer__group--collapse
  6076.            
  6077.            
  6078.            
  6079.          "
  6080.          style="
  6081.            --desktop-width: 20%;
  6082.            --desktop-padding: 4%;
  6083.            
  6084.          "
  6085.        ><h4 class="footer__header ff-body footer__header--collapsed">
  6086.              <span class="footer__heading fs-accent">Legal</span>
  6087.            </h4><button type="button" class="footer__header ff-body" data-header>
  6088.                <span class="footer__heading fs-accent">Legal</span>
  6089.                <span class="footer__arrow"><span class="icon icon-new icon-chevron-small ">
  6090.  <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>
  6091. </span>
  6092. </span>
  6093.              </button><div class="footer__group-content"><div class="footer__links fs-body-100">
  6094.                
  6095.                  <ul>
  6096.                    
  6097.                      <li>
  6098.                        <a href="/policies/privacy-policy">Privacy Policy</a>
  6099.                      </li>
  6100.                    
  6101.                      <li>
  6102.                        <a href="/policies/refund-policy">Refund Policy</a>
  6103.                      </li>
  6104.                    
  6105.                      <li>
  6106.                        <a href="/policies/terms-of-service">Terms </a>
  6107.                      </li>
  6108.                    
  6109.                  </ul>
  6110.                
  6111.              </div></div>
  6112.        </div>
  6113.      <div
  6114.          class="
  6115.            footer__group
  6116.            footer__group--spacer
  6117.            footer__group--6
  6118.            
  6119.            
  6120.            
  6121.            hide-title-on-desktop
  6122.          "
  6123.          style="
  6124.            --desktop-width: 5%;
  6125.            --desktop-padding: %;
  6126.            
  6127.          "
  6128.        ><div class="footer__group-content"></div>
  6129.        </div>
  6130.      <div
  6131.          class="
  6132.            footer__group
  6133.            footer__group--newsletter
  6134.            footer__group--7
  6135.            
  6136.            
  6137.            footer__group--last
  6138.            
  6139.          "
  6140.          style="
  6141.            --desktop-width: 30%;
  6142.            --desktop-padding: 0%;
  6143.            
  6144.          "
  6145.        ><h4 class="footer__header ff-body">
  6146.              <span class="footer__heading fs-accent">Newsletter</span>
  6147.            </h4><div class="footer__group-content"><div class="footer__newsletter">
  6148.                <div class="ff-heading fs-body-150 footer__text"></div>
  6149.  
  6150.                <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="✓" />
  6151.                  
  6152.  
  6153.  
  6154. <div class="footer__newsletter-inner">
  6155.                      <input type="hidden" name="contact[tags]" value="newsletter">
  6156.                      <label for="footer-subscribe-email" class="visually-hidden">Your email</label>
  6157.                      <input
  6158.                        type="email"
  6159.                        class="input"
  6160.                        name="contact[email]"
  6161.                        id="footer-subscribe-email"
  6162.                        value=""
  6163.                        placeholder="Your email"
  6164.                        autocorrect="off"
  6165.                        autocapitalize="off"
  6166.                        required
  6167.                      >
  6168.                      <button
  6169.                        type="submit"
  6170.                        name="commit"
  6171.                        id="Subscribe-footer"
  6172.                        class="footer__newsletter-button"
  6173.                        aria-label="Subscribe"
  6174.                      >
  6175.                        Subscribe
  6176.                      </button>
  6177.                    </div></form>
  6178. <ul class="social-icons social-icons--left" data-count="4"><li>
  6179.          <a
  6180.            href="https://facebook.com/lassoswim"
  6181.            title="Lasso Swim on Facebook"
  6182.            target="_blank"
  6183.            rel="noopener"
  6184.          >
  6185.            <span class="icon icon-new icon-facebook ">
  6186.  <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>
  6187. </span>
  6188.  
  6189.          </a>
  6190.        </li><li>
  6191.          <a
  6192.            href="https://www.instagram.com/lassoswim/"
  6193.            title="Lasso Swim on Instagram"
  6194.            target="_blank"
  6195.            rel="noopener"
  6196.          >
  6197.            <span class="icon icon-new icon-instagram ">
  6198.  <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>
  6199. </span>
  6200.  
  6201.          </a>
  6202.        </li><li>
  6203.          <a
  6204.            href="https://pinterest.com/lassoswim"
  6205.            title="Lasso Swim on Pinterest"
  6206.            target="_blank"
  6207.            rel="noopener"
  6208.          >
  6209.            <span class="icon icon-new icon-pinterest ">
  6210.  <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>
  6211. </span>
  6212.  
  6213.          </a>
  6214.        </li><li>
  6215.          <a
  6216.            href="https://tiktok.com/@lassoswim"
  6217.            title="Lasso Swim on Tiktok"
  6218.            target="_blank"
  6219.            rel="noopener"
  6220.          >
  6221.            <span class="icon icon-new icon-tiktok ">
  6222.  <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>
  6223. </span>
  6224.  
  6225.          </a>
  6226.        </li></ul>
  6227. </div></div>
  6228.        </div>
  6229.      
  6230.    </div>
  6231.  
  6232.    <div class="footer__bottom">
  6233.      <div class="footer__bottom-left"><div class="footer__credits fs-body-50">
  6234.          <p>
  6235.            Copyright &copy; 2024, <a href="/" title="">Lasso Swim</a>.
  6236.            All rights reserved.
  6237.            See our terms of use and privacy notice.
  6238.          </p>
  6239.          
  6240.          <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>
  6241.        </div>
  6242.      </div>
  6243.  
  6244.      <div class="footer__bottom-right"><div class="payment-icons">
  6245.  
  6246.    <div class="payment-icons__icon">
  6247.      <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>
  6248.  
  6249.    </div>
  6250.  
  6251.    <div class="payment-icons__icon">
  6252.      <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>
  6253.  
  6254.    </div>
  6255.  
  6256.    <div class="payment-icons__icon">
  6257.      <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>
  6258.    </div>
  6259.  
  6260.    <div class="payment-icons__icon">
  6261.      <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>
  6262.    </div>
  6263.  
  6264.    <div class="payment-icons__icon">
  6265.      <svg class="icon icon--full-color" width="38" height="24" role="img" aria-labelledby="pi-metapay" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-metapay">Meta 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 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="M4.983 12.986c0 .348.076.614.176.776a.6.6 0 00.524.3c.257 0 .491-.063.943-.688.362-.5.788-1.204 1.076-1.645l.486-.747c.337-.518.728-1.095 1.176-1.486.366-.319.76-.496 1.158-.496.667 0 1.302.386 1.788 1.111.532.794.79 1.793.79 2.825 0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688v-.981c.558 0 .697-.513.697-1.1 0-.836-.195-1.764-.624-2.427-.305-.47-.7-.757-1.134-.757-.47 0-.848.354-1.274.986-.226.336-.457.745-.718 1.207l-.287.508c-.576 1.02-.722 1.254-1.01 1.637-.504.672-.935.927-1.502.927-.674 0-1.1-.291-1.363-.73C4.106 13.956 4 13.486 4 12.95l.983.035z" fill="#0081FB"/><path d="M4.775 10.18C5.225 9.486 5.875 9 6.622 9c.432 0 .861.128 1.31.494.49.4 1.013 1.06 1.665 2.146l.234.39c.565.94.886 1.424 1.074 1.652.242.293.411.38.631.38.558 0 .697-.512.697-1.099l.867-.027c0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688-.405 0-.764-.088-1.16-.462-.306-.287-.663-.798-.937-1.257l-.816-1.363c-.41-.684-.785-1.194-1.003-1.425-.234-.249-.534-.549-1.014-.549-.388 0-.718.273-.994.69l-.837-.498z" fill="url(#pi-paint0_linear_1164_3)"/><path d="M6.606 9.988c-.388 0-.718.273-.994.69-.39.588-.629 1.466-.629 2.308 0 .348.076.614.176.776l-.838.552C4.106 13.956 4 13.486 4 12.95c0-.973.267-1.987.775-2.77C5.225 9.485 5.875 9 6.622 9l-.016.988z" fill="url(#pi-paint1_linear_1164_3)"/><path d="M15.01 9.191h1.138l1.933 3.498 1.934-3.498h1.112v5.747h-.928v-4.405l-1.695 3.05h-.87l-1.696-3.05v4.405h-.927V9.191zm9.023 2.143c-.665 0-1.066.5-1.162 1.12h2.258c-.046-.638-.415-1.12-1.096-1.12zm-2.081 1.474c0-1.305.843-2.254 2.097-2.254 1.234 0 1.971.937 1.971 2.323v.255h-3.148c.111.674.559 1.129 1.28 1.129.576 0 .936-.176 1.277-.497l.493.603c-.465.427-1.055.674-1.803.674-1.358 0-2.167-.99-2.167-2.233zm5.193-1.392h-.854v-.76h.854V9.402h.895v1.256h1.297v.76H28.04v1.924c0 .657.21.89.726.89.236 0 .371-.02.57-.053v.752c-.248.07-.485.102-.742.102-.966 0-1.45-.528-1.45-1.584v-2.032zm5.96.739a1.207 1.207 0 00-1.17-.788c-.766 0-1.256.543-1.256 1.428 0 .863.451 1.433 1.22 1.433.603 0 1.034-.351 1.206-.788v-1.285zM34 14.938h-.878v-.6c-.246.353-.693.703-1.417.703-1.164 0-1.941-.975-1.941-2.246 0-1.283.796-2.241 1.99-2.241.591 0 1.055.236 1.368.653v-.55H34v4.281z" fill="#000000"/><defs><linearGradient id="pi-paint0_linear_1164_3" x1="5.93" y1="12.703" x2="12.196" y2="13.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1"/><stop offset=".4" stop-color="#0064E1"/><stop offset=".83" stop-color="#0073EE"/><stop offset="1" stop-color="#0082FB"/></linearGradient><linearGradient id="pi-paint1_linear_1164_3" x1="5.424" y1="13.399" x2="5.424" y2="11.089" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB"/><stop offset="1" stop-color="#0064E0"/></linearGradient></defs></svg>
  6266.  
  6267.    </div>
  6268.  
  6269.    <div class="payment-icons__icon">
  6270.      <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>
  6271.  
  6272.    </div>
  6273.  
  6274.    <div class="payment-icons__icon">
  6275.      <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>
  6276.    </div>
  6277.  
  6278.    <div class="payment-icons__icon">
  6279.      <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>
  6280.    </div>
  6281.  
  6282.    <div class="payment-icons__icon">
  6283.      <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>
  6284.  
  6285.    </div>
  6286.  
  6287.    <div class="payment-icons__icon">
  6288.      <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>
  6289.  
  6290.    </div>
  6291.  
  6292.    <div class="payment-icons__icon">
  6293.      <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>
  6294.    </div>
  6295.  
  6296. </div>
  6297.  
  6298. </div>
  6299.    </div>
  6300.  </div>
  6301. </div>
  6302.  
  6303.  
  6304. </footer>
  6305. <!-- END sections: footer-group -->
  6306.  
  6307.      <div
  6308.  class="
  6309.    store-availability-drawer
  6310.    popover
  6311.    
  6312.      animation
  6313.      animation--store-availability-drawer
  6314.    
  6315.  "
  6316.  data-store-availability-drawer
  6317.  aria-describedby="drawer-title"
  6318.  aria-hidden="true"
  6319.  role="dialog"
  6320. >
  6321.  <div class="store-availability-drawer__wash" data-store-availability-drawer-wash></div>
  6322.  <div class="store-availability-drawer__container">
  6323.    <div class="store-availability-drawer__inner">
  6324.      <div class="store-availability-drawer__header">
  6325.        <div class="store-availability-drawer__product-info">
  6326.          <h4
  6327.            id="drawer-title"
  6328.            class="store-availability-drawer__store-list-product-title ff-heading fs-heading-5-base"
  6329.            data-store-availability-product-title
  6330.          >
  6331.            Availability
  6332.          </h4>
  6333.          <p
  6334.            class="store-availability-drawer__store-list-variant-title fs-body-60 t-opacity-60"
  6335.            data-store-availability-variant-title
  6336.          ></p>
  6337.        </div>
  6338.        <button
  6339.          type="button"
  6340.          class="store-availability-drawer__close"
  6341.          data-store-availability-close
  6342.          aria-label="Close"
  6343.        >
  6344.          <span
  6345.  class="icon-button icon-button-close  icon-button--small "
  6346.  
  6347. >
  6348.  <span class="icon-button__icon">
  6349.    <span class="icon icon-new icon-close ">
  6350.  <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>
  6351. </span>
  6352.  
  6353.  </span>
  6354. </span>
  6355.  
  6356.        </button>
  6357.      </div>
  6358.      <div class="store-availbility-drawer__product" data-store-availability-product></div>
  6359.  
  6360.      <div class="store-availbility-drawer__content" data-store-list-container></div>
  6361.    </div>
  6362.  </div>
  6363. </div>
  6364.  
  6365.      <div
  6366.  class="
  6367.    quick-product--wrap
  6368.    modal
  6369.    popover
  6370.    is-fixed
  6371.    
  6372.    
  6373.      animation
  6374.      animation--quick-view
  6375.      animation--quick-view-revealed
  6376.    
  6377.  "
  6378.  aria-modal="true"
  6379.  
  6380.    aria-hidden="true"
  6381.  
  6382.  data-quick-view-modal
  6383. >
  6384.  <div class="modal__wash"></div>
  6385.  
  6386.  <div class="quick-product--modal__inner modal__inner">
  6387.    <div class="quick-view-modal__content empty">
  6388.      <h3 class="quick-view-modal-loading-indicator">
  6389.    <div class="loader">
  6390.  <div class="loader__wrap">
  6391.    <div class="loader__bar"></div>
  6392.  </div>
  6393. </div>
  6394.  
  6395.  </h3>
  6396.    </div>
  6397.    <button
  6398.      type="button"
  6399.      data-modal-close
  6400.      class="modal__close-icon"
  6401.      aria-label="Close"
  6402.    >
  6403.      <span
  6404.  class="icon-button icon-button-close  icon-button--small "
  6405.  
  6406. >
  6407.  <span class="icon-button__icon">
  6408.    <span class="icon icon-new icon-close ">
  6409.  <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>
  6410. </span>
  6411.  
  6412.  </span>
  6413. </span>
  6414.  
  6415.    </button>
  6416.  </div>
  6417. </div>
  6418.  
  6419.  
  6420.      <div class="modal popover" data-modal>
  6421.  <div class="modal__wash"></div>
  6422.  <div class="modal__inner" data-scroll-lock-ignore>
  6423.    <div class="modal__header">
  6424.      <button
  6425.        type="button"
  6426.        data-modal-close
  6427.        class="modal__close-icon"
  6428.        aria-label="Close"
  6429.      >
  6430.        <span
  6431.  class="icon-button icon-button-close  icon-button--small "
  6432.  
  6433. >
  6434.  <span class="icon-button__icon">
  6435.    <span class="icon icon-new icon-close ">
  6436.  <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>
  6437. </span>
  6438.  
  6439.  </span>
  6440. </span>
  6441.  
  6442.      </button>
  6443.    </div>
  6444.    <div class="modal__content rte non-page-rte"></div>
  6445.  </div>
  6446. </div>
  6447.  
  6448.      
  6449.  <div
  6450.    class="
  6451.      back-to-top
  6452.      back-to-top--bottom-left
  6453.    "
  6454.    data-back-to-top
  6455.  >
  6456.    <button
  6457.      type="button"
  6458.      class="back-to-top__button"
  6459.      aria-label="Back to top"
  6460.      data-back-to-top-button
  6461.    >
  6462.      <span class="icon icon-new icon-chevron ">
  6463.  <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>
  6464. </span>
  6465.  
  6466.    </button>
  6467.  </div>
  6468.  
  6469.  
  6470.    </div>
  6471.  
  6472.    <script src="//www.youtube.com/iframe_api" type="text/javascript"></script>
  6473.    <link href="//lassoswim.com/cdn/shopifycloud/shopify-plyr/v1.0/shopify-plyr.css" rel="stylesheet" type="text/css" media="all" />
  6474.  <div id="shopify-block-6174324309569838175" class="shopify-block shopify-app-block">
  6475.  
  6476.  
  6477. <div class="smile-shopify-init"
  6478.  data-channel-key="channel_kQ8JYKf451snNQG8n4tO87ok"
  6479.  
  6480. ></div>
  6481.  
  6482.  
  6483. </div><div id="shopify-block-15683396631634586217" class="shopify-block shopify-app-block"><script
  6484.  id="chat-button-container"
  6485.  data-horizontal-position=bottom_right
  6486.  data-vertical-position=lowest
  6487.  data-icon=chat_bubble
  6488.  data-text=no_text
  6489.  data-color=#000000
  6490.  data-secondary-color=#FFFFFF
  6491.  data-ternary-color=#6A6A6A
  6492.  
  6493.    data-greeting-message=%F0%9F%91%8B+Hi%2C+message+us+with+any+questions.+We%27re+happy+to+help%21
  6494.  
  6495.  data-domain=lassoswim.com
  6496.  data-external-identifier=jFhHc-BtJb0YGXg3IfFjyTxfqeXdW2fz2X_4VRwBmbY
  6497. >
  6498. </script>
  6499.  
  6500.  
  6501. </div></body>
  6502.  <link
  6503.    rel="preload"
  6504.    fetchpriority="low"
  6505.    href="//lassoswim.com/cdn/shop/t/17/assets/theme-deferred.css?v=100538309232085770951715650379"
  6506.    as="style"
  6507.    onload="this.onload=null;this.rel='stylesheet'"
  6508.  >
  6509.  <noscript><link rel="stylesheet" href="//lassoswim.com/cdn/shop/t/17/assets/theme-deferred.css?v=100538309232085770951715650379"></noscript>
  6510. </html>
  6511.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda