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

Submitted URL: https://trk.klclick1.com/ls/click?upn=Rnr70Y2s-2Bw-2BKJy1cRe6-2B6-2B1dpOUmfsnRalj6XOM-2FJGUDaYi7lGTqvq3iU7BGHI2g23Y3Ghc3q...
Effective URL: https://www.redlandcotton.com/products/luxe-knit-long-sleeve-set-sky-blue?utm_source=Klaviyo&utm_medium=email&utm_campaign=Las...
Submission: On February 08 via manual from FR — Scanned from FR

Form analysis 6 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <style>
    .shipping-bar {
      position: relative;
    }

    .shipping-bar__message {
      padding: 10px 0;
      font-size: max(calc(var(--typeBaseSize) - 6px), 11px);
      letter-spacing: 0.2em;
      line-height: 1.42;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      position: relative !important;
    }

    .free-shipping__progress {
      position: absolute;
      background-color: #111111;
      left: 0 !important;
      top: 0 !important;
      height: 100% !important;
    }

    .shipping-bar .shipping-bar__message {
      text-align: center;
      color: #000000;
      margin: 10px;
    }

    .shipping-progress--container {
      width: 90%;
      margin: 5px auto 20px auto;
    }

    .shipping-progress--container.success {
      display: none;
    }

    .shipping-progress--container .shipping-progress--progress {
      width: 100%;
    }

    .shipping-progress--progress {
      padding: 1px;
      background: rgba(0, 0, 0, 0.15);
    }

    .shipping-progress--progress-bar {
      visibility: visible;
      background-color: #78081c;
      height: 10px;
      background-image: -webkit-linear-gradient(tgwwwop, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    }

    .shipping-progress--progress-bar.animated {
      animation: load 0.5s forwards;
    }

    .shipping-progress--progress-bar.success {
      display: none;
      background-color: #000000;
    }

    @keyframes load {
      0% {
        width: 0;
      }

      100% {
        width: var(--percent);
      }
    }
  </style>
  <div class="shipping-bar 10000  " id="shipping-bar" data-promote="Add [value] to earn free shipping" data-unlocked="Free shipping!" data-threshold="10000" data-quotient="100" data-procent="0">
    <p class="shipping-bar__message" id="ship_message"></p>
    <div class="shipping-progress--container" id="ship_bar" style="visibility: hidden;">
      <div class="shipping-progress--progress">
        <div class="shipping-progress--progress-bar animated" style="visibility: hidden;"></div>
      </div>
    </div>
  </div>
  <script>
    function shipChange(cart) {
      var price = cart.total_price / 100;
      if (price == 0) {
        var message = '';
        document.getElementById('ship_bar').style.visibility = 'hidden';
        document.querySelector('#ship_bar .shipping-progress--progress-bar').style.visibility = 'hidden';
      } else {
        var left = (10000 / 100) - price;
        $("#ship_bar").load(location.href + " #ship_bar");
        if (left > 0) {
          document.getElementById('ship_bar').classList.remove('success');
          var percent = price / 100 * 100;
          document.documentElement.style.setProperty('--percent', `${percent}%`);
          var message = 'Add [value] to earn free shipping'.replace('[value]', `$${Math.round(left)}`);
          document.querySelector('#ship_bar .shipping-progress--progress-bar').classList.add('animated')
        } else {
          document.getElementById('ship_bar').classList.add('success');
          // document.documentElement.style.setProperty('--percent', '100%');
          var message = 'Free shipping!';
        }
        document.getElementById('ship_bar').style.visibility = 'visible';
        document.querySelector('#ship_bar .shipping-progress--progress-bar').style.visibility = 'hidden';
      }
      tag = document.getElementById("ship_message");
      tag.innerHTML = message;
    }
    document.addEventListener('freeShippingBar:updated', function(e) {
      e.preventDefault();
      let {
        detail: {
          cart = []
        }
      } = e;
      shipChange(cart);
    })
  </script>
  <div id="CartContainer" class="drawer__inner">
    <div class="drawer__scrollable drawer-empty">
      <p class="appear-animation appear-delay-3">Your cart is currently empty.</p>
    </div>
  </div>
  <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" type="text/css" media="all">
  <style>
    .ajaxified-cart-feedback {
      display: block;
      line-height: 36px;
      font-size: 90%;
      vertical-align: middle;
    }

    .cart-upsells.cart-upsells-optimize-hidden.upsell-hide {
      display: none !important;
    }

    .cart-upsells.cart-upsells-optimize-hidden input[type="button"] {
      cursor: pointer
    }

    .cart-upsells.cart-upsells-optimize-hidden.upsell-hide+.cart-upsells {
      display: none !important;
    }

    .ajaxified-cart-feedback.success {
      color: #3D9970;
    }

    .ajaxified-cart-feedback.error {
      color: #FF4136;
    }

    .ajaxified-cart-feedback a {
      border-bottom: 1px solid;
    }
  </style>
  <style>
    .cart-upsells {
      background: #f2f2f2;
      padding: 25px 25px 5px;
      margin-bottom: 25px;
      margin-left: 0;
      margin-right: 0;
    }

    .prismfly-plugin select {
      font-size: 11px !important;
      padding: 0 5px;
      width: 100%;
      outline: #e8e8e1;
      background-position: right 5px center !important;
      background-size: 8px !important;
    }

    .prismfly-plugin select:focus {
      font-size: 11px !important;
      border: solid 1px #e8e8e1;
    }

    .prismfly-plugin input {
      padding: 3px 10px;
      font-size: 12px !important;
      text-transform: uppercase;
      margin-top: 10px;
      background: #000;
      color: #fff;
    }

    .prismfly-plugin .design-pre-order-template-wrapper.bottom-direction {
      align-items: baseline;
      text-align: left;
    }

    .prismfly-plugin .design-pre-order-template-wrapper [data-editable="pre-order-button"] {
      padding: 5px 10px;
      font-size: 12px !important;
      text-transform: uppercase;
      margin-top: 10px;
      background: #000;
      color: #fff;
      font-style: normal;
    }

    .prismfly-plugin .hover {
      padding: 5px 10px;
      font-size: 12px !important;
      text-transform: uppercase;
      margin-top: 10px;
      background: #000;
      color: #fff;
      font-style: normal;
    }

    .prismfly-plugin .pre-order-2-message {
      padding: 0 5px;
    }

    .prismfly-plugin {
      /*	border-top: solid 1px #e8e8e1; */
    }

    .prismfly-plugin .ajaxcart__row {
      margin-bottom: 0;
    }

    .cartupsell {
      background-color: #f7f7f7;
    }

    .cart-upsell:first-child {
      display: none;
    }

    .cart-upsell__image_img {
      border-color: #bfbfbf;
      border-style: solid;
      border-width: thin;
    }

    .cart-upsell .filler {
      position: relative;
    }

    @media only screen and (max-width:768px) {
      .drawer--right {
        width: 350px;
      }
    }

    .cart-upsells-optimize-hidden.cart-upsells {
      display: none;
    }

    .cart-upsells.cart-upsells-optimize-hidden {
      background-color: transparent;
      padding: 0;
    }

    .cart-upsells-optimize-hidden .product-images-slider,
    .cart-upsells-optimize-hidden {
      margin: auto;
      overflow: hidden;
    }

    .cart-upsells-optimize-hidden .product-images-slides,
    .cart-upsells-optimize-hidden .cart-upsells-inner-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .cart-upsells-optimize-hidden .product-images-slide,
    .cart-upsells-optimize-hidden .cart-upsell {
      min-width: 100%;
      box-sizing: border-box;
    }

    .cart-upsells-optimize-hidden .cart-upsell:first-child {
      display: unset;
    }

    .cart-upsells-optimize-hidden .cart-upsell {
      background-color: #F2F2F2;
    }

    .cart-upsells-optimize-hidden .ajax-cart__flex {
      display: flex;
      gap: 12px;
    }

    .cart-upsells-optimize-hidden .product-images-slider-wrapper {
      position: relative;
      flex: 0 0 120px;
      border: 1px solid #BFBFBF;
    }

    .cart-upsells-optimize-hidden .product-images-slider img {
      object-fit: cover;
    }

    .cart-upsells-optimize-hidden .product-images-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
    }

    .cart-upsells-optimize-hidden .product-images-prev-button {
      left: 0;
    }

    .cart-upsells-optimize-hidden .product-images-next-button {
      right: 0;
    }

    .cart-upsells-optimize-hidden .product-images-prev-button svg,
    .cart-upsells-optimize-hidden .product-upsell-prev-button svg {
      transform: rotate(180deg);
    }

    .cart-upsells-optimize-hidden .product-single__form {
      margin-bottom: 0;
      height: 100%;
      position: relative;
    }

    .cart-upsells-optimize-hidden .product-cta-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 4px;
      width: calc(100% - 12px);
      position: absolute;
      bottom: 12px;
    }

    .cart-upsells-optimize-hidden input[type="submit"] {
      margin-top: 0;
      text-transform: capitalize;
    }

    .cart-upsells-optimize-hidden .title-buttons-wrapper h4 {
      margin-bottom: 0;
    }

    .cart-upsells-optimize-hidden .title-buttons-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 8px;
      margin-bottom: 16px;
    }

    .product-images-slider-wrapper[current-index="0"] .product-images-prev-button,
    .cart-upsells-optimize-hidden[current-index="0"] .product-upsell-prev-button {
      pointer-events: none;
      opacity: 0.3;
    }

    .cart-upsells-optimize-hidden[max-index="1"] .product-button-wrapper {
      display: none;
    }

    .cart-upsells-optimize-hidden .product-info-wrapper {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 12px;
      position: relative;
    }

    .cart-upsells-optimize-hidden .product-title-wrapper {
      margin-bottom: 4px;
    }

    .cart-upsells-optimize-hidden select {
      padding-right: 21px;
    }

    @media screen and (max-width: 767.9px) {
      .cart-upsells-optimize-hidden .product-cta-wrapper {
        position: unset;
        width: 100%;
      }

      .cart-upsells-optimize-hidden .product-images-slider-wrapper {
        max-height: 120px;
      }

      .cart-upsells-optimize-hidden .ajax-cart__flex {
        align-items: center;
      }
    }
  </style>
  <div class="prismfly-plugin appear-animation appear-delay-11" style="display: none;">
    <div class="cart-upsells cart-upsells-optimize-hidden">
      <div class="title-buttons-wrapper">
        <h4 style="margin-bottom: 6px;">You may also like:</h4>
        <div class="buttons-wrapper"></div>
      </div>
      <div class="cart-upsells-inner-wrapper">
        <div class="cart-upsell cart-upsell__1 clearfix ajaxcart__product appear-animation appear-delay-3" data-product-handle="back-to-basics-pillowcase-sets">
          <div class="ajax-cart__flex">
            <div class="product-images-slider-wrapper">
              <div class="product-images-slider">
                <div class="product-images-slides">
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basics-Pillow-Case-Sets-White3217-web_small.png?v=1569210906" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basic-Sheets_0007_EBH_RedlandCotton_245_small.png?v=1666746653" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basic-Pillowcase-Sets-Natural3246-web_small.png?v=1666746653" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basics-Pillowcase-Sets-White_3473-web_small.png?v=1648066888" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basics-Pillowcase-Sets-Natural_3477-web_small.png?v=1648066888" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Ticking8_small.jpg?v=1648066888" width="120" height="120" class="featured-product-image" loading="lazy"></div>
                </div>
              </div>
            </div>
            <div class="product-info-wrapper">
              <div class="product-title-wrapper">Basic Pillowcase Sets</div>
              <select name="id" onchange="changePrice(this)">
                <option variant-price="$45.00" value="40327820304">White / Standard: 20"x32"</option>
                <option variant-price="$50.00" value="40327820432">White / King: 20"x38"</option>
                <option variant-price="$45.00" value="40327820368">Natural / Standard: 20"x32"</option>
                <option variant-price="$50.00" value="40327820496">Natural / King: 20"x38"</option>
              </select>
              <div class="product-cta-wrapper">
                <div class="price-wrapper">$45.00</div>
                <input id="AddToCart__1" class="add-to-cart ajaxcart" type="button" onclick="submitCart(this)" data-var-id="40327820304" value="Add" aria-controls="CartDrawer">
              </div>
            </div>
          </div>
        </div>
        <div class="cart-upsell cart-upsell__2 clearfix ajaxcart__product appear-animation appear-delay-3" data-product-handle="bankhead-basic-classic-quilt">
          <div class="ajax-cart__flex">
            <div class="product-images-slider-wrapper">
              <div class="product-images-slider">
                <div class="product-images-slides">
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basic-Classic-Quilt-White_3324-web_small.png?v=1686171710" width="120" height="120" class="featured-product-image" loading="lazy"></div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basic-Classic-Quilt-Natural_3331-web_small.jpg?v=1686171710" width="120" height="120" class="featured-product-image" loading="lazy">
                  </div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/RLC-White-Quilts-Adult2_small.png?v=1686171710" width="120" height="120" class="featured-product-image" loading="lazy"></div>
                  <div class="product-images-slide"><img src="//www.redlandcotton.com/cdn/shop/products/RLC-White-Quilts-Adult1_small.png?v=1666117570" width="120" height="120" class="featured-product-image" loading="lazy"></div>
                </div>
              </div>
            </div>
            <div class="product-info-wrapper">
              <div class="product-title-wrapper">Classic Quilt</div>
              <select name="id" onchange="changePrice(this)">
                <option variant-price="$240.00" value="8548622565492">White / Twin</option>
                <option variant-price="$260.00" value="8548622598260">White / Full/Queen</option>
                <option variant-price="$285.00" value="8548622631028">White / King/Cal King</option>
                <option disabled="disabled">Natural / Twin - Sold Out</option>
                <option disabled="disabled">Natural / Full/Queen - Sold Out</option>
                <option disabled="disabled">Natural / King/Cal King - Sold Out</option>
              </select>
              <div class="product-cta-wrapper">
                <div class="price-wrapper">$240.00</div>
                <input id="AddToCart__2" class="add-to-cart ajaxcart" type="button" onclick="submitCart(this)" data-var-id="8548622565492" value="Add" aria-controls="CartDrawer">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="cart-upsells">
      <h4 style="margin-bottom: 6px;">You may also like:</h4>
      <div class="cart-upsell cart-upsell__1 clearfix ajaxcart__product appear-animation appear-delay-3">
        <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-single__form test" enctype="multipart/form-data">
          <div class="ajaxcart__row">
            <div class="grid">
              <div class="cart-upsell__image grid__item one-third">
                <a href="/products/back-to-basics-pillowcase-sets">
                      <img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basics-Pillow-Case-Sets-White3217-web_grande.png?v=1569210906" alt="Basic Pillowcase Sets" class="cart-upsell__image_img cart-upsell__original-img">
                  </a>
              </div>
              <div class="cart-upsell__title grid__item two-thirds">
                <div class="ajaxcart__product-name--wrapper">
                  <a href="/products/back-to-basics-pillowcase-sets" class="clearfix">
                      </a><a class="ajaxcart__product-name" href="/products/back-to-basics-pillowcase-sets">Basic Pillowcase Sets</a>
                  <div class="grid grid--full">
                    <div class="grid__item display-table-cell one-whole filler">
                      <select name="id">
                        <option value="40327820304">White / Standard: 20"x32" - $45.00</option>
                        <option value="40327820432">White / King: 20"x38" - $50.00</option>
                        <option value="40327820368">Natural / Standard: 20"x32" - $45.00</option>
                        <option value="40327820496">Natural / King: 20"x38" - $50.00</option>
                      </select>
                      <input id="AddToCart" class="add-to-cart ajaxcart" type="submit" value="ADD TO CART" aria-controls="CartDrawer">
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="giftreggie-pdp-cta-area giftreggie-pdp-cta-area--column giftreggie-pdp-cta-area--justify"><button class="giftreggie-pdp-registry-cta giftreggie-pdp-registry-cta--button" type="button">Add to Registry</button><button
              class="giftreggie-pdp-wishlist-cta giftreggie-pdp-wishlist-cta--button" type="button">Add to Wishlist</button></div>
        </form>
      </div>
    </div>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="product-single__form test" enctype="multipart/form-data">
  <div class="ajaxcart__row">
    <div class="grid">
      <div class="cart-upsell__image grid__item one-third">
        <a href="/products/back-to-basics-pillowcase-sets">
                      <img src="//www.redlandcotton.com/cdn/shop/products/Bankhead-Basics-Pillow-Case-Sets-White3217-web_grande.png?v=1569210906" alt="Basic Pillowcase Sets" class="cart-upsell__image_img cart-upsell__original-img">
                  </a>
      </div>
      <div class="cart-upsell__title grid__item two-thirds">
        <div class="ajaxcart__product-name--wrapper">
          <a href="/products/back-to-basics-pillowcase-sets" class="clearfix">
                      </a><a class="ajaxcart__product-name" href="/products/back-to-basics-pillowcase-sets">Basic Pillowcase Sets</a>
          <div class="grid grid--full">
            <div class="grid__item display-table-cell one-whole filler">
              <select name="id">
                <option value="40327820304">White / Standard: 20"x32" - $45.00</option>
                <option value="40327820432">White / King: 20"x38" - $50.00</option>
                <option value="40327820368">Natural / Standard: 20"x32" - $45.00</option>
                <option value="40327820496">Natural / King: 20"x38" - $50.00</option>
              </select>
              <input id="AddToCart" class="add-to-cart ajaxcart" type="submit" value="ADD TO CART" aria-controls="CartDrawer">
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="giftreggie-pdp-cta-area giftreggie-pdp-cta-area--column giftreggie-pdp-cta-area--justify"><button class="giftreggie-pdp-registry-cta giftreggie-pdp-registry-cta--button" type="button">Add to Registry</button><button
      class="giftreggie-pdp-wishlist-cta giftreggie-pdp-wishlist-cta--button" type="button">Add to Wishlist</button></div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
  <input type="hidden" name="type" value="product,article,page,collection">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="product-single__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="sticky-product-info">
    <div class="image-wrapper"><img src="//www.redlandcotton.com/cdn/shop/files/Luxe-Long-Sky-Blue_0000_RCSpring2438281_medium.jpg?v=1706908368"></div>
    <div class="sticky-product-info--description">
      <h1 class="h2 product-single__title"> Luxe Knit Long Sleeve Set - Sky Blue </h1>
      <span class="sticky-product-price"> $195.00 </span>
    </div>
  </div>
  <div class="product-variant-wrapper-container">
    <div class="size_section variant-wrapper variant-wrapper--button js  ">
      <label class="variant__label
          
           " for="ProductSelect-6754339356768-option-0"> Size: <span class="variant__label-info">
          <span id="VariantColorLabel-6754339356768-0" class="selected-color" data-option-index="0"> S </span>
        </span>
      </label>
      <fieldset class="variant-input-wrap" name="Size" data-index="option1" data-handle="size" id="ProductSelect-6754339356768-option-0">
        <legend class="hide">Size</legend>
        <div class="variant-input" data-index="option1" data-value="S">
          <input type="radio" checked="checked" value="S" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-S"><label
            for="ProductSelect-6754339356768-option-size-S" class="variant__button-label">S</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="M">
          <input type="radio" value="M" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-M"><label for="ProductSelect-6754339356768-option-size-M"
            class="variant__button-label">M</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="L">
          <input type="radio" value="L" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-L"><label for="ProductSelect-6754339356768-option-size-L"
            class="variant__button-label">L</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="XL">
          <input type="radio" value="XL" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-XL"><label for="ProductSelect-6754339356768-option-size-XL"
            class="variant__button-label">XL</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="XXL">
          <input type="radio" value="XXL" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-XXL"><label for="ProductSelect-6754339356768-option-size-XXL"
            class="variant__button-label">XXL</label>
        </div>
      </fieldset>
      <div class="size_chart">
        <label id="size_chartop"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
            <path
              d="M11.3209 5.03222C11.607 4.75587 11.7717 4.37715 11.7787 3.97939C11.7856 3.58163 11.6342 3.19739 11.3579 2.91122L9.27392 0.753204C8.99757 0.467033 8.61885 0.302363 8.22109 0.29542C7.82333 0.288477 7.4391 0.439829 7.15292 0.716182L0.678866 6.96811C0.392696 7.24446 0.228025 7.62317 0.221082 8.02094C0.214139 8.4187 0.365492 8.80293 0.641844 9.0891L2.72582 11.2471C3.00217 11.5333 3.38089 11.698 3.77865 11.7049C4.17641 11.7118 4.56065 11.5605 4.84682 11.2841L11.3209 5.03222ZM10.6386 3.60588C10.7307 3.70127 10.7811 3.82935 10.7788 3.96194C10.7765 4.09453 10.7216 4.22076 10.6262 4.31288L4.15216 10.5648C4.05677 10.6569 3.92869 10.7074 3.7961 10.7051C3.66351 10.7027 3.53728 10.6479 3.44516 10.5525L1.36118 8.39445C1.26907 8.29905 1.21862 8.17098 1.22093 8.03839C1.22324 7.9058 1.27813 7.77956 1.37352 7.68745L2.45253 6.64546L3.49452 7.72447C3.58664 7.81986 3.71288 7.87475 3.84547 7.87706C3.97805 7.87938 4.10613 7.82893 4.20152 7.73681C4.29691 7.64469 4.3518 7.51845 4.35412 7.38586C4.35643 7.25328 4.30598 7.1252 4.21386 7.02981L3.17187 5.9508L4.25088 4.90881L5.6402 6.34749C5.73232 6.44288 5.85856 6.49777 5.99114 6.50009C6.12373 6.5024 6.25181 6.45195 6.3472 6.35983C6.44259 6.26772 6.49748 6.14148 6.49979 6.00889C6.50211 5.8763 6.45166 5.74822 6.35954 5.65283L4.97022 4.21415L6.04923 3.17217L7.09122 4.25118C7.18334 4.34657 7.30958 4.40146 7.44216 4.40377C7.57475 4.40609 7.70283 4.35563 7.79822 4.26352C7.89361 4.1714 7.9485 4.04516 7.95081 3.91257C7.95313 3.77999 7.90268 3.65191 7.81056 3.55652L6.76857 2.47751L7.84758 1.43552C7.94297 1.3434 8.07105 1.29295 8.20364 1.29527C8.33623 1.29758 8.46246 1.35247 8.55458 1.44786L10.6386 3.60588Z"
              fill="#221F20"></path>
          </svg>SizeGuide</label>
        <div class="sg_overlay"></div>
        <div class="size_popup">
          <div class="guid_tit">
            <h2>Size Guide</h2>
            <label class="close_siz_pop">
              <svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none">
                <path
                  d="M12.41 11L20.7 2.71C20.8638 2.5187 20.9494 2.27262 20.9397 2.02095C20.93 1.76927 20.8256 1.53053 20.6475 1.35244C20.4694 1.17434 20.2307 1.07001 19.979 1.06029C19.7274 1.05057 19.4813 1.13618 19.29 1.3L11 9.59L2.70997 1.29C2.52167 1.1017 2.26627 0.995911 1.99997 0.995911C1.73367 0.995911 1.47828 1.1017 1.28997 1.29C1.10167 1.47831 0.995881 1.7337 0.995881 2C0.995881 2.2663 1.10167 2.5217 1.28997 2.71L9.58997 11L1.28997 19.29C1.18529 19.3797 1.10027 19.49 1.04025 19.614C0.980225 19.7381 0.946494 19.8732 0.941175 20.0109C0.935855 20.1487 0.959061 20.286 1.00934 20.4143C1.05961 20.5427 1.13587 20.6592 1.23332 20.7567C1.33078 20.8541 1.44732 20.9304 1.57565 20.9806C1.70398 21.0309 1.84131 21.0541 1.97903 21.0488C2.11675 21.0435 2.25188 21.0098 2.37594 20.9497C2.50001 20.8897 2.61033 20.8047 2.69997 20.7L11 12.41L19.29 20.7C19.4813 20.8638 19.7274 20.9494 19.979 20.9397C20.2307 20.93 20.4694 20.8257 20.6475 20.6476C20.8256 20.4695 20.93 20.2307 20.9397 19.9791C20.9494 19.7274 20.8638 19.4813 20.7 19.29L12.41 11Z"
                  fill="black"></path>
              </svg>
            </label>
          </div>
          <table>
            <tbody>
              <tr>
                <td></td>
                <td>Fitted Sheet</td>
                <td>Flat Sheet</td>
                <td>Pillowcases</td>
              </tr>
              <tr>
                <td>Twin</td>
                <td><span class="inc">39” x 75”</span></td>
                <td><span class="inc">74” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>XL Twin</td>
                <td><span class="inc">39” x 80”</span></td>
                <td><span class="inc">74” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>Full</td>
                <td><span class="inc">54” x 75”</span></td>
                <td><span class="inc">90” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>Queen</td>
                <td><span class="inc">60” x 80”</span></td>
                <td><span class="inc">96” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>King</td>
                <td><span class="inc">78” x 80”</span></td>
                <td><span class="inc">108” x 105”</span></td>
                <td><span class="inc">20” x 38”</span></td>
              </tr>
              <tr>
                <td>Cal King</td>
                <td><span class="inc">72” x 84”</span></td>
                <td><span class="inc">108” x 105”</span></td>
                <td><span class="inc">20” x 38”</span></td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
    <div class="sticky-atc-variant-dropdown">
      <label>Size</label>
      <select class="sticky-atc-variant-select" data-index="option1" name="Size">
        <option value="S" selected="selected"> S </option>
        <option value="M"> M </option>
        <option value="L"> L </option>
        <option value="XL"> XL </option>
        <option value="XXL"> XXL </option>
      </select>
    </div>
  </div>
  <div class="pf-gift-wrap-test" style="margin: 15px 0; display: none;">
    <img src="https://cdn.shopify.com/s/files/1/1777/6857/files/5a1d5a96295224_1.jpg?v=1702409492" alt="Gift Wrapping" style="
      margin-right: 5px; height: 22px;"><span class="variant__label-info xmaswrapper">Gift wrapping available in the cart!</span>
  </div>
  <select name="id" id="ProductSelect-6754339356768" class="product-single__variants no-js">
    <option selected="selected" price="$195.00 USD" value="39982002831456"> S - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002864224"> M - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002896992"> L - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002929760"> XL - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002962528"> XXL - $195.00 USD </option>
  </select>
  <div class="review-container">
    <div class="yotpo bottomLine" data-product-id="6754339356768">
    </div>
    <div class="sub-info-container">
      <div class="free-shipping-container " data-threshold="10000">
        <div class="check-mark">
          <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M3.24998 5.09183L1.19186 3.17092L0.308105 3.99575L3.24998 6.7415L9.31686 1.07908L8.43311 0.25425L3.24998 5.09183Z" fill="white"></path>
          </svg>
        </div>
        <span>Free Shipping</span>
      </div>
      <span class="little-stock-container hidden"> Only 27 left </span>
    </div>
  </div>
  <div class="payment-buttons"><button type="submit" name="add" id="AddToCart-6754339356768" class="btn btn--full add-to-cart btn--secondary">
      <span id="AddToCartText-6754339356768" data-default-text="Add to cart"> Add to cart </span>
      <span class="btn-prices no-change-text  "> · <span class="gb-hidden atc-paid-discount-inline-wrap" style="display: none;">
          <span class="atc-ten-percent">$176</span>
          <span class="atc-fifteen-percent">$166</span>
        </span>
        <span class="atc-product-price"> $195.00 </span>
        <span class="atc-product-compare-price  hidden ">
        </span>
      </span>
    </button>
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="false" class="shopify-payment-button">
      <div>
        <div>
          <div>
            <div class="shopify-cleanslate">
              <div id="shopify-svg-symbols" class="R9tDu8JrE_i1ctOEo0v_" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" xmlnsxlink="http://www.w3.org/1999/xlink" focusable="false">
                  <defs>
                    <symbol id="shopify-svg__warning" viewBox="0 0 16 14">
                      <path d="M5.925 2.344c1.146-1.889 3.002-1.893 4.149 0l4.994 8.235c1.146 1.889.288 3.421-1.916 3.421h-10.305c-2.204 0-3.063-1.529-1.916-3.421l4.994-8.235zm1.075 1.656v5h2v-5h-2zm0 6v2h2v-2h-2z"></path>
                    </symbol>
                    <symbol id="shopify-svg__loading" viewBox="0 0 32 32">
                      <path d="M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0v2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14h2z"></path>
                    </symbol>
                    <symbol id="shopify-svg__error" viewBox="0 0 18 18">
                      <path d="M9 18c5 0 9-4 9-9s-4-9-9-9-9 4-9 9 4 9 9 9z" style="fill: rgb(255, 62, 62);"></path>
                      <path d="M8 4h2v6H8z" style="fill: rgb(255, 255, 255);"></path>
                      <rect x="7.8" y="12" width="2.5" height="2.5" rx="1.3" style="fill: rgb(255, 255, 255);"></rect>
                    </symbol>
                    <symbol id="shopify-svg__close-circle" viewBox="0 0 16 16">
                      <circle cx="8" cy="8" r="8"></circle>
                      <path d="M10.5 5.5l-5 5M5.5 5.5l5 5" stroke="#FFF" stroke-width="1.5" stroke-linecap="square"></path>
                    </symbol>
                    <symbol id="shopify-svg__close" viewBox="0 0 20 20">
                      <path d="M17.1 4.3l-1.4-1.4-5.7 5.7-5.7-5.7-1.4 1.4 5.7 5.7-5.7 5.7 1.4 1.4 5.7-5.7 5.7 5.7 1.4-1.4-5.7-5.7z"></path>
                    </symbol>
                    <symbol id="shopify-svg__arrow-right" viewBox="0 0 16 16">
                      <path d="M16 8.1l-8.1 8.1-1.1-1.1L13 8.9H0V7.3h13L6.8 1.1 7.9 0 16 8.1z"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-google-pay-light" viewBox="0 0 41 17">
                      <path
                        d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                        style="fill: rgb(255, 255, 255);"></path>
                      <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                      <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                      <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                      <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-google-pay-dark" viewBox="0 0 41 17">
                      <path
                        d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                        style="fill: rgba(0, 0, 0, 0.55);"></path>
                      <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                      <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                      <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                      <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-facebook-pay-dark" viewBox="0 0 300 50">
                      <path
                        d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                        fill="#000000"></path>
                      <path
                        d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                        fill="#0081FB"></path>
                      <path
                        d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                        fill="url(#meta-pay-button__a)"></path>
                      <path
                        d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                        fill="url(#meta-pay-button__b)"></path>
                      <defs>
                        <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0064E1"></stop>
                          <stop offset=".4" stop-color="#0064E1"></stop>
                          <stop offset=".83" stop-color="#0073EE"></stop>
                          <stop offset="1" stop-color="#0082FB"></stop>
                        </linearGradient>
                        <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0082FB"></stop>
                          <stop offset="1" stop-color="#0064E0"></stop>
                        </linearGradient>
                      </defs>
                    </symbol>
                    <symbol id="shopify-svg__payments-facebook-pay-light" viewBox="0 0 300 50">
                      <path
                        d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                        fill="#fff"></path>
                      <path
                        d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                        fill="#0081FB"></path>
                      <path
                        d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                        fill="url(#meta-pay-button__a)"></path>
                      <path
                        d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                        fill="url(#meta-pay-button__b)"></path>
                      <defs>
                        <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0064E1"></stop>
                          <stop offset=".4" stop-color="#0064E1"></stop>
                          <stop offset=".83" stop-color="#0073EE"></stop>
                          <stop offset="1" stop-color="#0082FB"></stop>
                        </linearGradient>
                        <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0082FB"></stop>
                          <stop offset="1" stop-color="#0064E0"></stop>
                        </linearGradient>
                      </defs>
                    </symbol>
                    <symbol id="shopify-svg__payments-amazon-pay" viewBox="0 0 102 20">
                      <path
                        d="M75.19 1.786c-.994 0-1.933.326-2.815.98v5.94c.896.683 1.82 1.023 2.774 1.023 1.932 0 2.899-1.32 2.899-3.96 0-2.655-.953-3.983-2.858-3.983zm-2.962-.277A5.885 5.885 0 0 1 73.93.444a4.926 4.926 0 0 1 1.85-.362c.672 0 1.282.127 1.827.383a3.763 3.763 0 0 1 1.387 1.108c.378.482.669 1.068.872 1.757.203.689.305 1.466.305 2.332 0 .88-.109 1.675-.326 2.385-.217.71-.522 1.314-.914 1.81a4.137 4.137 0 0 1-1.429 1.16 4.165 4.165 0 0 1-1.87.416c-1.26 0-2.346-.419-3.256-1.256v4.983c0 .284-.14.426-.42.426h-1.24c-.28 0-.42-.142-.42-.426V.827c0-.284.14-.426.42-.426h.925c.28 0 .441.142.483.426l.105.682zm13.194 8.37a4.21 4.21 0 0 0 1.45-.277 5.463 5.463 0 0 0 1.45-.81V6.62c-.35-.085-.719-.152-1.104-.202a8.8 8.8 0 0 0-1.124-.075c-1.583 0-2.374.617-2.374 1.853 0 .54.147.955.441 1.246.294.29.715.437 1.261.437zm-2.458-7.625l-.158.053a.561.561 0 0 1-.179.033c-.182 0-.273-.128-.273-.384V1.38c0-.199.028-.337.084-.415.056-.078.169-.153.337-.224.448-.199 1-.359 1.66-.48.657-.12 1.316-.18 1.974-.18 1.33 0 2.311.277 2.942.83.63.554.945 1.413.945 2.577v7.284c0 .284-.14.426-.42.426h-.903c-.267 0-.42-.135-.463-.405l-.105-.702a5.74 5.74 0 0 1-1.67 1.022 4.908 4.908 0 0 1-1.817.362c-1.009 0-1.807-.288-2.395-.863-.589-.575-.883-1.345-.883-2.31 0-1.037.364-1.864 1.092-2.481.73-.618 1.71-.927 2.942-.927.784 0 1.667.12 2.647.362V3.852c0-.767-.168-1.307-.504-1.619-.336-.313-.925-.469-1.764-.469-.982 0-2.01.163-3.09.49zm14.16 10.84c-.379.98-.816 1.683-1.314 2.109-.496.426-1.144.639-1.943.639-.448 0-.847-.05-1.197-.15a.606.606 0 0 1-.336-.202c-.07-.093-.105-.237-.105-.437V14.5c0-.27.105-.405.315-.405.07 0 .175.014.315.043.14.028.33.043.567.043.532 0 .946-.128 1.24-.384.294-.255.56-.724.798-1.406l.4-1.086-4.056-10.137c-.098-.241-.146-.411-.146-.511 0-.17.097-.256.294-.256h1.26c.224 0 .378.036.463.106.083.072.167.228.251.47l2.942 8.263L99.708.976c.084-.24.168-.397.252-.469.084-.07.238-.106.462-.106h1.177c.196 0 .294.086.294.256 0 .1-.05.27-.147.51l-4.622 11.927M40.15 15.47c-3.761 2.814-9.216 4.31-13.912 4.31-6.583 0-12.51-2.466-16.996-6.572-.352-.322-.038-.763.385-.513 4.84 2.855 10.825 4.574 17.006 4.574 4.17 0 8.753-.877 12.971-2.691.636-.273 1.17.425.547.891"
                        style="fill: rgb(51, 62, 72);"></path>
                      <path
                        d="M41.717 13.657c-.482-.624-3.181-.296-4.394-.148-.368.044-.425-.281-.093-.517 2.153-1.533 5.682-1.09 6.092-.577.413.518-.108 4.104-2.127 5.816-.31.263-.605.122-.468-.225.455-1.15 1.471-3.724.99-4.349M37.429 2.06V.57A.365.365 0 0 1 37.8.193l6.59-.001c.21 0 .38.155.38.376v1.278c-.003.214-.18.494-.496.938L40.86 7.722c1.267-.03 2.607.163 3.757.818.26.148.33.367.35.582v1.59c0 .218-.237.472-.485.34-2.028-1.077-4.718-1.194-6.96.013-.23.124-.47-.126-.47-.345V9.209c0-.242.005-.656.246-1.024l3.953-5.75H37.81a.369.369 0 0 1-.38-.375M13.4 11.365h-2.005a.38.38 0 0 1-.358-.343L11.038.595a.38.38 0 0 1 .387-.375h1.866a.38.38 0 0 1 .365.35v1.36h.037C14.18.615 15.096 0 16.331 0c1.253 0 2.039.614 2.6 1.93C19.418.615 20.521 0 21.7 0c.842 0 1.758.351 2.32 1.141.635.878.505 2.15.505 3.27l-.002 6.58a.38.38 0 0 1-.387.374h-2.001a.378.378 0 0 1-.36-.374V5.463c0-.438.037-1.535-.056-1.952-.15-.703-.6-.9-1.179-.9-.486 0-.991.33-1.197.855-.206.527-.188 1.405-.188 1.997v5.527a.38.38 0 0 1-.386.375h-2.002a.379.379 0 0 1-.36-.374l-.001-5.528c0-1.163.186-2.874-1.235-2.874-1.44 0-1.384 1.668-1.384 2.874l-.001 5.527a.38.38 0 0 1-.387.375m37.059-9.236c-1.478 0-1.571 2.04-1.571 3.312 0 1.273-.02 3.993 1.552 3.993 1.554 0 1.628-2.194 1.628-3.532 0-.877-.038-1.93-.3-2.764-.224-.724-.673-1.01-1.31-1.01zM50.439 0c2.975 0 4.584 2.59 4.584 5.88 0 3.181-1.777 5.705-4.584 5.705-2.918 0-4.508-2.59-4.508-5.814C45.93 2.523 47.539 0 50.439 0zm8.441 11.365h-1.997a.379.379 0 0 1-.36-.374L56.52.561a.381.381 0 0 1 .386-.34L58.764.22c.175.009.32.13.356.291v1.595h.038C59.72.68 60.505 0 61.89 0c.898 0 1.778.329 2.339 1.229.524.834.524 2.237.524 3.247v6.561a.382.382 0 0 1-.385.328H62.36a.38.38 0 0 1-.357-.328V5.376c0-1.141.13-2.809-1.253-2.809-.487 0-.936.33-1.16.834-.281.636-.319 1.272-.319 1.975v5.614a.386.386 0 0 1-.39.375m-24.684.075a.41.41 0 0 1-.473.047c-.665-.56-.785-.82-1.149-1.354-1.1 1.136-1.879 1.477-3.304 1.477-1.687 0-3-1.055-3-3.166 0-1.65.882-2.77 2.138-3.32 1.087-.484 2.606-.572 3.769-.704v-.264c0-.484.037-1.055-.245-1.473-.243-.374-.712-.528-1.124-.528-.765 0-1.444.397-1.611 1.22-.035.183-.167.364-.348.374l-1.943-.214c-.164-.037-.346-.17-.299-.425C27.055.721 29.183 0 31.09 0c.975 0 2.25.263 3.018 1.011.975.924.881 2.155.881 3.497v3.165c0 .952.39 1.37.757 1.882.128.185.156.405-.007.54-.409.348-1.136.988-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.98.314-2.98 2.045 0 .88.45 1.473 1.218 1.473.562 0 1.069-.352 1.387-.923.394-.704.376-1.363.376-2.155zM7.926 11.44a.41.41 0 0 1-.473.047c-.667-.56-.786-.82-1.15-1.354C5.204 11.27 4.425 11.61 3 11.61c-1.688 0-3-1.055-3-3.166 0-1.65.88-2.77 2.137-3.32 1.087-.484 2.606-.572 3.768-.704v-.264c0-.484.038-1.055-.243-1.473-.244-.374-.713-.528-1.125-.528-.764 0-1.444.397-1.61 1.22-.036.183-.168.364-.35.374l-1.94-.214c-.165-.037-.347-.17-.3-.425C.783.721 2.911 0 4.818 0c.975 0 2.25.263 3.018 1.011.975.924.882 2.155.882 3.497v3.165c0 .952.39 1.37.756 1.882.128.185.157.405-.006.54a78.47 78.47 0 0 0-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.982.314-2.982 2.045 0 .88.45 1.473 1.219 1.473.562 0 1.069-.352 1.387-.923.394-.704.375-1.363.375-2.155z"
                        style="fill: rgb(51, 62, 72);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-apple-pay-dark" viewBox="0 0 43 19">
                      <path
                        d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                        style="fill: rgb(0, 0, 0);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-apple-pay-light" viewBox="0 0 43 19">
                      <path
                        d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                        style="fill: rgb(255, 255, 255);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-paypal" viewBox="0 0 67 19">
                      <path
                        d="M8.44.57H3.29a.718.718 0 0 0-.707.61L.502 14.517c-.041.263.16.5.425.5h2.458a.718.718 0 0 0 .707-.61l.561-3.597a.717.717 0 0 1 .706-.611h1.63c3.391 0 5.349-1.658 5.86-4.944.23-1.437.01-2.566-.657-3.357C11.461 1.029 10.162.57 8.44.57zm.594 4.87C8.752 7.308 7.34 7.308 5.976 7.308h-.777l.545-3.485a.43.43 0 0 1 .424-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.796-.06h-2.466a.43.43 0 0 0-.424.367l-.109.696-.172-.252c-.534-.783-1.724-1.044-2.912-1.044-2.725 0-5.052 2.084-5.505 5.008-.235 1.46.1 2.854.919 3.827.75.894 1.826 1.267 3.105 1.267 2.195 0 3.412-1.426 3.412-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.718.718 0 0 0 .707-.61l1.333-8.526a.43.43 0 0 0-.423-.5zm-3.437 4.849c-.238 1.422-1.356 2.378-2.782 2.378-.716 0-1.288-.232-1.655-.672-.365-.436-.503-1.058-.387-1.75.222-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.375.448.524 1.073.417 1.763zM36.96 5.38h-2.478a.716.716 0 0 0-.592.318l-3.417 5.085-1.448-4.887a.719.719 0 0 0-.687-.515h-2.435a.433.433 0 0 0-.407.573l2.73 8.09-2.567 3.66a.434.434 0 0 0 .35.684h2.475a.712.712 0 0 0 .588-.31l8.24-12.016a.434.434 0 0 0-.352-.681z"
                        style="fill: rgb(37, 59, 128);"></path>
                      <path
                        d="M45.163.57h-5.15a.717.717 0 0 0-.706.61l-2.082 13.337a.43.43 0 0 0 .423.5h2.642a.502.502 0 0 0 .494-.427l.591-3.78a.717.717 0 0 1 .706-.611h1.63c3.392 0 5.348-1.658 5.86-4.944.231-1.437.009-2.566-.657-3.357C48.183 1.029 46.886.57 45.163.57zm.593 4.87c-.28 1.867-1.692 1.867-3.057 1.867h-.777l.546-3.485a.429.429 0 0 1 .423-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.795-.06h-2.464a.428.428 0 0 0-.423.367l-.109.696-.173-.252c-.534-.783-1.723-1.044-2.911-1.044-2.724 0-5.05 2.084-5.504 5.008-.235 1.46.099 2.854.918 3.827.753.894 1.826 1.267 3.105 1.267 2.195 0 3.413-1.426 3.413-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.717.717 0 0 0 .707-.61l1.333-8.526a.433.433 0 0 0-.426-.5zm-3.436 4.849c-.237 1.422-1.356 2.378-2.782 2.378-.714 0-1.288-.232-1.655-.672-.365-.436-.502-1.058-.387-1.75.223-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.377.448.526 1.073.417 1.763zM63.458.935l-2.113 13.582a.43.43 0 0 0 .423.5h2.124a.716.716 0 0 0 .707-.61L66.683 1.07a.432.432 0 0 0-.423-.5h-2.379c-.21 0-.39.156-.423.366z"
                        style="fill: rgb(23, 155, 215);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-shop-pay" viewBox="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></path>
                    </symbol>
                  </defs>
                </svg></div>
            </div>
            <div data-testid="upstream-button" class="shopify-payment-button__button shopify-payment-button__button--branded BUz42FHpSPncCPJ4Pr_f">
              <div class="shopify-cleanslate">
                <div role="button" tabindex="0" class="kqsiVA9Jf8LJAbxw8Bau h7OYsWHrW5495r9beh2n jjzYeefyWpPZLH9pIgyw DnvZqPMEvBFbBre5UuP9 size--small" data-testid="ShopifyPay-button"><span class="Xrk_DudB6JJ3t2Kh2_cU">Buy now with
                    ShopPay</span><span aria-hidden="true">Buy with </span><span class="ElVMgDjOgshGFMIvg3se"><svg preserveAspectRatio="xMidYMid" class="qZgSr5RiiBCTAMfQYsty" style="height: 20px; width: 85px;">
                      <use xlink:href="#shopify-svg__payments-shop-pay"></use>
                    </svg></span><span aria-hidden="true"></span></div>
              </div>
            </div><button class="shopify-payment-button__more-options BUz42FHpSPncCPJ4Pr_f" type="button" data-testid="sheet-open-button">More payment options</button>
            <div>
              <div></div>
            </div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="sticky-payment-terms-container ">
      <shopify-payment-terms variant-id="39982002831456"
        shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:39982002831456,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002864224,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002896992,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002929760,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002962528,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:true,&quot;seller_id&quot;:942004}"></shopify-payment-terms>
    </div>
  </div>
  <div class="payment-terms-container ">
    <shopify-payment-terms variant-id="39982002831456"
      shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:39982002831456,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002864224,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002896992,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002929760,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002962528,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:true,&quot;seller_id&quot;:942004}"></shopify-payment-terms>
  </div>
  <div class="form-bottom-links">
    <div class="gift-reggie-button">
      <p style="margin-top: 5px; width: 100%; height: 46px; background-color:black; color: white; border-radius: 0;font-family: Garamond;cursor: pointer;" class="btn">Add to Registry</p>
    </div>
    <script type="text/javascript">
      (function($) {
        var getCookieFunction = function(c_name) {
          var c_value = document.cookie;
          var c_start = c_value.indexOf(" " + c_name + "=");
          if (c_start == -1) c_start = c_value.indexOf(c_name + "=");
          if (c_start == -1) return null;
          c_start = c_value.indexOf("=", c_start) + 1;
          var c_end = c_value.indexOf(";", c_start);
          if (c_end == -1) c_end = c_value.length;
          return unescape(c_value.substring(c_start, c_end));
        };
        var clearCookieFunction = function(c_name) {
          document.cookie = c_name + '=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;';
        }
        var sessionId = getCookieFunction("giftreggie_session_cookie");
        if (sessionId) {
          sessionId = null;
          $.ajax({
            url: '/cart/update.js',
            type: "POST",
            data: {
              'attributes[registry_admin]': '',
              'attributes[registry_id]': '',
            }
          }).done(function() {
            clearCookieFunction("giftreggie_session_cookie");
          });
        }
        var publishButton = function(div) {
          var form = $(div).parents("form");
          var currentLanguage = "";
          var languageParam = currentLanguage != "" ? "&lang=" + encodeURIComponent(currentLanguage) : "";
          var languageInitialParam = languageParam != "" ? languageParam.replace("&", "?") : "";
          var defaultLanguage = "en";
          var buttonNames = {
            "en": "Add to Registry",
            "fr": "Ajoutez au Liste"
          };
          var value = buttonNames[currentLanguage] ? buttonNames[currentLanguage] : buttonNames[defaultLanguage];
          if (div.html() == '') {
            if (form.length > 0 && /cart/.test(form.attr('action'))) {
              $("<p style='margin-top: 5px; width: 100%; height: 46px; background-color:black; color: white; border-radius: 0;font-family: Garamond;cursor: pointer;' class='btn' >" + value + "</p>").appendTo(div).click(function() {
                window.location = "/apps/giftregistry/signup" + languageInitialParam;
                return false;
              });
            } else {
              alert("Unable to integrate this snippet properly with your theme. Please remove or modify it to comply with your theme. For help modifying the snippet, please contact gift-reggie@eshopadmin.com.");
            }
          }
          return false;
        };
        $(document).ready(function() {
          $(".gift-reggie-button").each(function() {
            publishButton($(this));
          });
        });
      })(jQuery);
    </script>
  </div>
  <textarea id="VariantsJson-6754339356768" class="hide" aria-hidden="true" aria-label="Product JSON">    [{"id":39982002831456,"title":"S","option1":"S","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LS","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - S","public_title":"S","options":["S"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":27,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002864224,"title":"M","option1":"M","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LM","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - M","public_title":"M","options":["M"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":39,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002896992,"title":"L","option1":"L","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - L","public_title":"L","options":["L"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002929760,"title":"XL","option1":"XL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - XL","public_title":"XL","options":["XL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002962528,"title":"XXL","option1":"XXL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - XXL","public_title":"XXL","options":["XXL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
  </textarea>
  <div class="scroll-form-anchor widescreen--hide"><button class="color-select-button" type="button">Select Color/Size</button></div><input type="hidden" name="product-id" value="6754339356768"><input type="hidden" name="section-id"
    value="product-template-pdp-redesign">
  <div class="giftreggie-pdp-cta-area giftreggie-pdp-cta-area--column giftreggie-pdp-cta-area--justify"><button class="giftreggie-pdp-registry-cta giftreggie-pdp-registry-cta--button" type="button">Add to Registry</button><button
      class="giftreggie-pdp-wishlist-cta giftreggie-pdp-wishlist-cta--button" type="button">Add to Wishlist</button></div>
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="product-single__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="sticky-product-info">
    <div class="image-wrapper"><img src="//www.redlandcotton.com/cdn/shop/files/Luxe-Long-Sky-Blue_0000_RCSpring2438281_medium.jpg?v=1706908368"></div>
    <div class="sticky-product-info--description">
      <h1 class="h2 product-single__title"> Luxe Knit Long Sleeve Set - Sky Blue </h1>
      <span class="sticky-product-price"> $195.00 </span>
    </div>
  </div>
  <div class="product-variant-wrapper-container">
    <div class="size_section variant-wrapper variant-wrapper--button js  ">
      <label class="variant__label
          
           " for="ProductSelect-6754339356768-option-0"> Size </label>
      <fieldset class="variant-input-wrap" name="Size" data-index="option1" data-handle="size" id="ProductSelect-6754339356768-option-0">
        <legend class="hide">Size</legend>
        <div class="variant-input" data-index="option1" data-value="S">
          <input type="radio" checked="checked" value="S" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-S"><label
            for="ProductSelect-6754339356768-option-size-S" class="variant__button-label">S</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="M">
          <input type="radio" value="M" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-M"><label for="ProductSelect-6754339356768-option-size-M"
            class="variant__button-label">M</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="L">
          <input type="radio" value="L" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-L"><label for="ProductSelect-6754339356768-option-size-L"
            class="variant__button-label">L</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="XL">
          <input type="radio" value="XL" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-XL"><label for="ProductSelect-6754339356768-option-size-XL"
            class="variant__button-label">XL</label>
        </div>
        <div class="variant-input" data-index="option1" data-value="XXL">
          <input type="radio" value="XXL" data-index="option1" name="Size" onclick="selctedColor(this)" class="variant__input-6754339356768" id="ProductSelect-6754339356768-option-size-XXL"><label for="ProductSelect-6754339356768-option-size-XXL"
            class="variant__button-label">XXL</label>
        </div>
      </fieldset>
      <div class="size_chart">
        <label id="size_chartop"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
            <path
              d="M11.3209 5.03222C11.607 4.75587 11.7717 4.37715 11.7787 3.97939C11.7856 3.58163 11.6342 3.19739 11.3579 2.91122L9.27392 0.753204C8.99757 0.467033 8.61885 0.302363 8.22109 0.29542C7.82333 0.288477 7.4391 0.439829 7.15292 0.716182L0.678866 6.96811C0.392696 7.24446 0.228025 7.62317 0.221082 8.02094C0.214139 8.4187 0.365492 8.80293 0.641844 9.0891L2.72582 11.2471C3.00217 11.5333 3.38089 11.698 3.77865 11.7049C4.17641 11.7118 4.56065 11.5605 4.84682 11.2841L11.3209 5.03222ZM10.6386 3.60588C10.7307 3.70127 10.7811 3.82935 10.7788 3.96194C10.7765 4.09453 10.7216 4.22076 10.6262 4.31288L4.15216 10.5648C4.05677 10.6569 3.92869 10.7074 3.7961 10.7051C3.66351 10.7027 3.53728 10.6479 3.44516 10.5525L1.36118 8.39445C1.26907 8.29905 1.21862 8.17098 1.22093 8.03839C1.22324 7.9058 1.27813 7.77956 1.37352 7.68745L2.45253 6.64546L3.49452 7.72447C3.58664 7.81986 3.71288 7.87475 3.84547 7.87706C3.97805 7.87938 4.10613 7.82893 4.20152 7.73681C4.29691 7.64469 4.3518 7.51845 4.35412 7.38586C4.35643 7.25328 4.30598 7.1252 4.21386 7.02981L3.17187 5.9508L4.25088 4.90881L5.6402 6.34749C5.73232 6.44288 5.85856 6.49777 5.99114 6.50009C6.12373 6.5024 6.25181 6.45195 6.3472 6.35983C6.44259 6.26772 6.49748 6.14148 6.49979 6.00889C6.50211 5.8763 6.45166 5.74822 6.35954 5.65283L4.97022 4.21415L6.04923 3.17217L7.09122 4.25118C7.18334 4.34657 7.30958 4.40146 7.44216 4.40377C7.57475 4.40609 7.70283 4.35563 7.79822 4.26352C7.89361 4.1714 7.9485 4.04516 7.95081 3.91257C7.95313 3.77999 7.90268 3.65191 7.81056 3.55652L6.76857 2.47751L7.84758 1.43552C7.94297 1.3434 8.07105 1.29295 8.20364 1.29527C8.33623 1.29758 8.46246 1.35247 8.55458 1.44786L10.6386 3.60588Z"
              fill="#221F20"></path>
          </svg>SizeGuide</label>
        <div class="sg_overlay"></div>
        <div class="size_popup">
          <div class="guid_tit">
            <h2>Size Guide</h2>
            <label class="close_siz_pop">
              <svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none">
                <path
                  d="M12.41 11L20.7 2.71C20.8638 2.5187 20.9494 2.27262 20.9397 2.02095C20.93 1.76927 20.8256 1.53053 20.6475 1.35244C20.4694 1.17434 20.2307 1.07001 19.979 1.06029C19.7274 1.05057 19.4813 1.13618 19.29 1.3L11 9.59L2.70997 1.29C2.52167 1.1017 2.26627 0.995911 1.99997 0.995911C1.73367 0.995911 1.47828 1.1017 1.28997 1.29C1.10167 1.47831 0.995881 1.7337 0.995881 2C0.995881 2.2663 1.10167 2.5217 1.28997 2.71L9.58997 11L1.28997 19.29C1.18529 19.3797 1.10027 19.49 1.04025 19.614C0.980225 19.7381 0.946494 19.8732 0.941175 20.0109C0.935855 20.1487 0.959061 20.286 1.00934 20.4143C1.05961 20.5427 1.13587 20.6592 1.23332 20.7567C1.33078 20.8541 1.44732 20.9304 1.57565 20.9806C1.70398 21.0309 1.84131 21.0541 1.97903 21.0488C2.11675 21.0435 2.25188 21.0098 2.37594 20.9497C2.50001 20.8897 2.61033 20.8047 2.69997 20.7L11 12.41L19.29 20.7C19.4813 20.8638 19.7274 20.9494 19.979 20.9397C20.2307 20.93 20.4694 20.8257 20.6475 20.6476C20.8256 20.4695 20.93 20.2307 20.9397 19.9791C20.9494 19.7274 20.8638 19.4813 20.7 19.29L12.41 11Z"
                  fill="black"></path>
              </svg>
            </label>
          </div>
          <table>
            <tbody>
              <tr>
                <td></td>
                <td>Fitted Sheet</td>
                <td>Flat Sheet</td>
                <td>Pillowcases</td>
              </tr>
              <tr>
                <td>Twin</td>
                <td><span class="inc">39” x 75”</span></td>
                <td><span class="inc">74” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>XL Twin</td>
                <td><span class="inc">39” x 80”</span></td>
                <td><span class="inc">74” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>Full</td>
                <td><span class="inc">54” x 75”</span></td>
                <td><span class="inc">90” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>Queen</td>
                <td><span class="inc">60” x 80”</span></td>
                <td><span class="inc">96” x 105”</span></td>
                <td><span class="inc">20” x 32”</span></td>
              </tr>
              <tr>
                <td>King</td>
                <td><span class="inc">78” x 80”</span></td>
                <td><span class="inc">108” x 105”</span></td>
                <td><span class="inc">20” x 38”</span></td>
              </tr>
              <tr>
                <td>Cal King</td>
                <td><span class="inc">72” x 84”</span></td>
                <td><span class="inc">108” x 105”</span></td>
                <td><span class="inc">20” x 38”</span></td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
    <div class="sticky-atc-variant-dropdown">
      <label>Size</label>
      <select class="sticky-atc-variant-select" data-index="option1" name="Size">
        <option value="S" selected="selected"> S </option>
        <option value="M"> M </option>
        <option value="L"> L </option>
        <option value="XL"> XL </option>
        <option value="XXL"> XXL </option>
      </select>
    </div>
  </div>
  <div class="pf-gift-wrap-test" style="margin: 15px 0; display: none;">
    <img src="https://cdn.shopify.com/s/files/1/1777/6857/files/5a1d5a96295224_1.jpg?v=1702409492" alt="Gift Wrapping" style="
      margin-right: 5px; height: 22px;"><span class="variant__label-info xmaswrapper">Gift wrapping available in the cart!</span>
  </div>
  <select name="id" id="ProductSelect-6754339356768" class="product-single__variants no-js">
    <option selected="selected" price="$195.00 USD" value="39982002831456"> S - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002864224"> M - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002896992"> L - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002929760"> XL - $195.00 USD </option>
    <option price="$195.00 USD" value="39982002962528"> XXL - $195.00 USD </option>
  </select>
  <div class="review-container">
    <div class="yotpo bottomLine" data-product-id="6754339356768">
    </div>
    <div class="sub-info-container">
      <div class="free-shipping-container " data-threshold="10000">
        <div class="check-mark">
          <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M3.24998 5.09183L1.19186 3.17092L0.308105 3.99575L3.24998 6.7415L9.31686 1.07908L8.43311 0.25425L3.24998 5.09183Z" fill="white"></path>
          </svg>
        </div>
        <span>Free Shipping</span>
      </div>
      <span class="little-stock-container hidden"> Only 27 left </span>
    </div>
  </div>
  <div class="payment-buttons"><button type="submit" name="add" id="AddToCart-6754339356768" class="btn btn--full add-to-cart btn--secondary">
      <span id="AddToCartText-6754339356768" data-default-text="Add to cart"> Add to cart </span>
      <span class="btn-prices no-change-text  "> · <span class="gb-hidden atc-paid-discount-inline-wrap" style="display: none;">
          <span class="atc-ten-percent">$176</span>
          <span class="atc-fifteen-percent">$166</span>
        </span>
        <span class="atc-product-price"> $195.00 USD </span>
        <span class="atc-product-compare-price  hidden ">
        </span>
      </span>
    </button>
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="false" class="shopify-payment-button">
      <div>
        <div>
          <div>
            <div class="shopify-cleanslate">
              <div id="shopify-svg-symbols" class="R9tDu8JrE_i1ctOEo0v_" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" xmlnsxlink="http://www.w3.org/1999/xlink" focusable="false">
                  <defs>
                    <symbol id="shopify-svg__warning" viewBox="0 0 16 14">
                      <path d="M5.925 2.344c1.146-1.889 3.002-1.893 4.149 0l4.994 8.235c1.146 1.889.288 3.421-1.916 3.421h-10.305c-2.204 0-3.063-1.529-1.916-3.421l4.994-8.235zm1.075 1.656v5h2v-5h-2zm0 6v2h2v-2h-2z"></path>
                    </symbol>
                    <symbol id="shopify-svg__loading" viewBox="0 0 32 32">
                      <path d="M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0v2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14h2z"></path>
                    </symbol>
                    <symbol id="shopify-svg__error" viewBox="0 0 18 18">
                      <path d="M9 18c5 0 9-4 9-9s-4-9-9-9-9 4-9 9 4 9 9 9z" style="fill: rgb(255, 62, 62);"></path>
                      <path d="M8 4h2v6H8z" style="fill: rgb(255, 255, 255);"></path>
                      <rect x="7.8" y="12" width="2.5" height="2.5" rx="1.3" style="fill: rgb(255, 255, 255);"></rect>
                    </symbol>
                    <symbol id="shopify-svg__close-circle" viewBox="0 0 16 16">
                      <circle cx="8" cy="8" r="8"></circle>
                      <path d="M10.5 5.5l-5 5M5.5 5.5l5 5" stroke="#FFF" stroke-width="1.5" stroke-linecap="square"></path>
                    </symbol>
                    <symbol id="shopify-svg__close" viewBox="0 0 20 20">
                      <path d="M17.1 4.3l-1.4-1.4-5.7 5.7-5.7-5.7-1.4 1.4 5.7 5.7-5.7 5.7 1.4 1.4 5.7-5.7 5.7 5.7 1.4-1.4-5.7-5.7z"></path>
                    </symbol>
                    <symbol id="shopify-svg__arrow-right" viewBox="0 0 16 16">
                      <path d="M16 8.1l-8.1 8.1-1.1-1.1L13 8.9H0V7.3h13L6.8 1.1 7.9 0 16 8.1z"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-google-pay-light" viewBox="0 0 41 17">
                      <path
                        d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                        style="fill: rgb(255, 255, 255);"></path>
                      <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                      <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                      <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                      <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-google-pay-dark" viewBox="0 0 41 17">
                      <path
                        d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                        style="fill: rgba(0, 0, 0, 0.55);"></path>
                      <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                      <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                      <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                      <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-facebook-pay-dark" viewBox="0 0 300 50">
                      <path
                        d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                        fill="#000000"></path>
                      <path
                        d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                        fill="#0081FB"></path>
                      <path
                        d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                        fill="url(#meta-pay-button__a)"></path>
                      <path
                        d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                        fill="url(#meta-pay-button__b)"></path>
                      <defs>
                        <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0064E1"></stop>
                          <stop offset=".4" stop-color="#0064E1"></stop>
                          <stop offset=".83" stop-color="#0073EE"></stop>
                          <stop offset="1" stop-color="#0082FB"></stop>
                        </linearGradient>
                        <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0082FB"></stop>
                          <stop offset="1" stop-color="#0064E0"></stop>
                        </linearGradient>
                      </defs>
                    </symbol>
                    <symbol id="shopify-svg__payments-facebook-pay-light" viewBox="0 0 300 50">
                      <path
                        d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                        fill="#fff"></path>
                      <path
                        d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                        fill="#0081FB"></path>
                      <path
                        d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                        fill="url(#meta-pay-button__a)"></path>
                      <path
                        d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                        fill="url(#meta-pay-button__b)"></path>
                      <defs>
                        <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0064E1"></stop>
                          <stop offset=".4" stop-color="#0064E1"></stop>
                          <stop offset=".83" stop-color="#0073EE"></stop>
                          <stop offset="1" stop-color="#0082FB"></stop>
                        </linearGradient>
                        <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                          <stop stop-color="#0082FB"></stop>
                          <stop offset="1" stop-color="#0064E0"></stop>
                        </linearGradient>
                      </defs>
                    </symbol>
                    <symbol id="shopify-svg__payments-amazon-pay" viewBox="0 0 102 20">
                      <path
                        d="M75.19 1.786c-.994 0-1.933.326-2.815.98v5.94c.896.683 1.82 1.023 2.774 1.023 1.932 0 2.899-1.32 2.899-3.96 0-2.655-.953-3.983-2.858-3.983zm-2.962-.277A5.885 5.885 0 0 1 73.93.444a4.926 4.926 0 0 1 1.85-.362c.672 0 1.282.127 1.827.383a3.763 3.763 0 0 1 1.387 1.108c.378.482.669 1.068.872 1.757.203.689.305 1.466.305 2.332 0 .88-.109 1.675-.326 2.385-.217.71-.522 1.314-.914 1.81a4.137 4.137 0 0 1-1.429 1.16 4.165 4.165 0 0 1-1.87.416c-1.26 0-2.346-.419-3.256-1.256v4.983c0 .284-.14.426-.42.426h-1.24c-.28 0-.42-.142-.42-.426V.827c0-.284.14-.426.42-.426h.925c.28 0 .441.142.483.426l.105.682zm13.194 8.37a4.21 4.21 0 0 0 1.45-.277 5.463 5.463 0 0 0 1.45-.81V6.62c-.35-.085-.719-.152-1.104-.202a8.8 8.8 0 0 0-1.124-.075c-1.583 0-2.374.617-2.374 1.853 0 .54.147.955.441 1.246.294.29.715.437 1.261.437zm-2.458-7.625l-.158.053a.561.561 0 0 1-.179.033c-.182 0-.273-.128-.273-.384V1.38c0-.199.028-.337.084-.415.056-.078.169-.153.337-.224.448-.199 1-.359 1.66-.48.657-.12 1.316-.18 1.974-.18 1.33 0 2.311.277 2.942.83.63.554.945 1.413.945 2.577v7.284c0 .284-.14.426-.42.426h-.903c-.267 0-.42-.135-.463-.405l-.105-.702a5.74 5.74 0 0 1-1.67 1.022 4.908 4.908 0 0 1-1.817.362c-1.009 0-1.807-.288-2.395-.863-.589-.575-.883-1.345-.883-2.31 0-1.037.364-1.864 1.092-2.481.73-.618 1.71-.927 2.942-.927.784 0 1.667.12 2.647.362V3.852c0-.767-.168-1.307-.504-1.619-.336-.313-.925-.469-1.764-.469-.982 0-2.01.163-3.09.49zm14.16 10.84c-.379.98-.816 1.683-1.314 2.109-.496.426-1.144.639-1.943.639-.448 0-.847-.05-1.197-.15a.606.606 0 0 1-.336-.202c-.07-.093-.105-.237-.105-.437V14.5c0-.27.105-.405.315-.405.07 0 .175.014.315.043.14.028.33.043.567.043.532 0 .946-.128 1.24-.384.294-.255.56-.724.798-1.406l.4-1.086-4.056-10.137c-.098-.241-.146-.411-.146-.511 0-.17.097-.256.294-.256h1.26c.224 0 .378.036.463.106.083.072.167.228.251.47l2.942 8.263L99.708.976c.084-.24.168-.397.252-.469.084-.07.238-.106.462-.106h1.177c.196 0 .294.086.294.256 0 .1-.05.27-.147.51l-4.622 11.927M40.15 15.47c-3.761 2.814-9.216 4.31-13.912 4.31-6.583 0-12.51-2.466-16.996-6.572-.352-.322-.038-.763.385-.513 4.84 2.855 10.825 4.574 17.006 4.574 4.17 0 8.753-.877 12.971-2.691.636-.273 1.17.425.547.891"
                        style="fill: rgb(51, 62, 72);"></path>
                      <path
                        d="M41.717 13.657c-.482-.624-3.181-.296-4.394-.148-.368.044-.425-.281-.093-.517 2.153-1.533 5.682-1.09 6.092-.577.413.518-.108 4.104-2.127 5.816-.31.263-.605.122-.468-.225.455-1.15 1.471-3.724.99-4.349M37.429 2.06V.57A.365.365 0 0 1 37.8.193l6.59-.001c.21 0 .38.155.38.376v1.278c-.003.214-.18.494-.496.938L40.86 7.722c1.267-.03 2.607.163 3.757.818.26.148.33.367.35.582v1.59c0 .218-.237.472-.485.34-2.028-1.077-4.718-1.194-6.96.013-.23.124-.47-.126-.47-.345V9.209c0-.242.005-.656.246-1.024l3.953-5.75H37.81a.369.369 0 0 1-.38-.375M13.4 11.365h-2.005a.38.38 0 0 1-.358-.343L11.038.595a.38.38 0 0 1 .387-.375h1.866a.38.38 0 0 1 .365.35v1.36h.037C14.18.615 15.096 0 16.331 0c1.253 0 2.039.614 2.6 1.93C19.418.615 20.521 0 21.7 0c.842 0 1.758.351 2.32 1.141.635.878.505 2.15.505 3.27l-.002 6.58a.38.38 0 0 1-.387.374h-2.001a.378.378 0 0 1-.36-.374V5.463c0-.438.037-1.535-.056-1.952-.15-.703-.6-.9-1.179-.9-.486 0-.991.33-1.197.855-.206.527-.188 1.405-.188 1.997v5.527a.38.38 0 0 1-.386.375h-2.002a.379.379 0 0 1-.36-.374l-.001-5.528c0-1.163.186-2.874-1.235-2.874-1.44 0-1.384 1.668-1.384 2.874l-.001 5.527a.38.38 0 0 1-.387.375m37.059-9.236c-1.478 0-1.571 2.04-1.571 3.312 0 1.273-.02 3.993 1.552 3.993 1.554 0 1.628-2.194 1.628-3.532 0-.877-.038-1.93-.3-2.764-.224-.724-.673-1.01-1.31-1.01zM50.439 0c2.975 0 4.584 2.59 4.584 5.88 0 3.181-1.777 5.705-4.584 5.705-2.918 0-4.508-2.59-4.508-5.814C45.93 2.523 47.539 0 50.439 0zm8.441 11.365h-1.997a.379.379 0 0 1-.36-.374L56.52.561a.381.381 0 0 1 .386-.34L58.764.22c.175.009.32.13.356.291v1.595h.038C59.72.68 60.505 0 61.89 0c.898 0 1.778.329 2.339 1.229.524.834.524 2.237.524 3.247v6.561a.382.382 0 0 1-.385.328H62.36a.38.38 0 0 1-.357-.328V5.376c0-1.141.13-2.809-1.253-2.809-.487 0-.936.33-1.16.834-.281.636-.319 1.272-.319 1.975v5.614a.386.386 0 0 1-.39.375m-24.684.075a.41.41 0 0 1-.473.047c-.665-.56-.785-.82-1.149-1.354-1.1 1.136-1.879 1.477-3.304 1.477-1.687 0-3-1.055-3-3.166 0-1.65.882-2.77 2.138-3.32 1.087-.484 2.606-.572 3.769-.704v-.264c0-.484.037-1.055-.245-1.473-.243-.374-.712-.528-1.124-.528-.765 0-1.444.397-1.611 1.22-.035.183-.167.364-.348.374l-1.943-.214c-.164-.037-.346-.17-.299-.425C27.055.721 29.183 0 31.09 0c.975 0 2.25.263 3.018 1.011.975.924.881 2.155.881 3.497v3.165c0 .952.39 1.37.757 1.882.128.185.156.405-.007.54-.409.348-1.136.988-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.98.314-2.98 2.045 0 .88.45 1.473 1.218 1.473.562 0 1.069-.352 1.387-.923.394-.704.376-1.363.376-2.155zM7.926 11.44a.41.41 0 0 1-.473.047c-.667-.56-.786-.82-1.15-1.354C5.204 11.27 4.425 11.61 3 11.61c-1.688 0-3-1.055-3-3.166 0-1.65.88-2.77 2.137-3.32 1.087-.484 2.606-.572 3.768-.704v-.264c0-.484.038-1.055-.243-1.473-.244-.374-.713-.528-1.125-.528-.764 0-1.444.397-1.61 1.22-.036.183-.168.364-.35.374l-1.94-.214c-.165-.037-.347-.17-.3-.425C.783.721 2.911 0 4.818 0c.975 0 2.25.263 3.018 1.011.975.924.882 2.155.882 3.497v3.165c0 .952.39 1.37.756 1.882.128.185.157.405-.006.54a78.47 78.47 0 0 0-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.982.314-2.982 2.045 0 .88.45 1.473 1.219 1.473.562 0 1.069-.352 1.387-.923.394-.704.375-1.363.375-2.155z"
                        style="fill: rgb(51, 62, 72);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-apple-pay-dark" viewBox="0 0 43 19">
                      <path
                        d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                        style="fill: rgb(0, 0, 0);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-apple-pay-light" viewBox="0 0 43 19">
                      <path
                        d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                        style="fill: rgb(255, 255, 255);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-paypal" viewBox="0 0 67 19">
                      <path
                        d="M8.44.57H3.29a.718.718 0 0 0-.707.61L.502 14.517c-.041.263.16.5.425.5h2.458a.718.718 0 0 0 .707-.61l.561-3.597a.717.717 0 0 1 .706-.611h1.63c3.391 0 5.349-1.658 5.86-4.944.23-1.437.01-2.566-.657-3.357C11.461 1.029 10.162.57 8.44.57zm.594 4.87C8.752 7.308 7.34 7.308 5.976 7.308h-.777l.545-3.485a.43.43 0 0 1 .424-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.796-.06h-2.466a.43.43 0 0 0-.424.367l-.109.696-.172-.252c-.534-.783-1.724-1.044-2.912-1.044-2.725 0-5.052 2.084-5.505 5.008-.235 1.46.1 2.854.919 3.827.75.894 1.826 1.267 3.105 1.267 2.195 0 3.412-1.426 3.412-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.718.718 0 0 0 .707-.61l1.333-8.526a.43.43 0 0 0-.423-.5zm-3.437 4.849c-.238 1.422-1.356 2.378-2.782 2.378-.716 0-1.288-.232-1.655-.672-.365-.436-.503-1.058-.387-1.75.222-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.375.448.524 1.073.417 1.763zM36.96 5.38h-2.478a.716.716 0 0 0-.592.318l-3.417 5.085-1.448-4.887a.719.719 0 0 0-.687-.515h-2.435a.433.433 0 0 0-.407.573l2.73 8.09-2.567 3.66a.434.434 0 0 0 .35.684h2.475a.712.712 0 0 0 .588-.31l8.24-12.016a.434.434 0 0 0-.352-.681z"
                        style="fill: rgb(37, 59, 128);"></path>
                      <path
                        d="M45.163.57h-5.15a.717.717 0 0 0-.706.61l-2.082 13.337a.43.43 0 0 0 .423.5h2.642a.502.502 0 0 0 .494-.427l.591-3.78a.717.717 0 0 1 .706-.611h1.63c3.392 0 5.348-1.658 5.86-4.944.231-1.437.009-2.566-.657-3.357C48.183 1.029 46.886.57 45.163.57zm.593 4.87c-.28 1.867-1.692 1.867-3.057 1.867h-.777l.546-3.485a.429.429 0 0 1 .423-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.795-.06h-2.464a.428.428 0 0 0-.423.367l-.109.696-.173-.252c-.534-.783-1.723-1.044-2.911-1.044-2.724 0-5.05 2.084-5.504 5.008-.235 1.46.099 2.854.918 3.827.753.894 1.826 1.267 3.105 1.267 2.195 0 3.413-1.426 3.413-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.717.717 0 0 0 .707-.61l1.333-8.526a.433.433 0 0 0-.426-.5zm-3.436 4.849c-.237 1.422-1.356 2.378-2.782 2.378-.714 0-1.288-.232-1.655-.672-.365-.436-.502-1.058-.387-1.75.223-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.377.448.526 1.073.417 1.763zM63.458.935l-2.113 13.582a.43.43 0 0 0 .423.5h2.124a.716.716 0 0 0 .707-.61L66.683 1.07a.432.432 0 0 0-.423-.5h-2.379c-.21 0-.39.156-.423.366z"
                        style="fill: rgb(23, 155, 215);"></path>
                    </symbol>
                    <symbol id="shopify-svg__payments-shop-pay" viewBox="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></path>
                    </symbol>
                  </defs>
                </svg></div>
            </div>
            <div data-testid="upstream-button" class="shopify-payment-button__button shopify-payment-button__button--branded BUz42FHpSPncCPJ4Pr_f">
              <div class="shopify-cleanslate">
                <div role="button" tabindex="0" class="kqsiVA9Jf8LJAbxw8Bau h7OYsWHrW5495r9beh2n jjzYeefyWpPZLH9pIgyw DnvZqPMEvBFbBre5UuP9 size--small" data-testid="ShopifyPay-button"><span class="Xrk_DudB6JJ3t2Kh2_cU">Buy now with
                    ShopPay</span><span aria-hidden="true">Buy with </span><span class="ElVMgDjOgshGFMIvg3se"><svg preserveAspectRatio="xMidYMid" class="qZgSr5RiiBCTAMfQYsty" style="height: 20px; width: 85px;">
                      <use xlink:href="#shopify-svg__payments-shop-pay"></use>
                    </svg></span><span aria-hidden="true"></span></div>
              </div>
            </div><button class="shopify-payment-button__more-options BUz42FHpSPncCPJ4Pr_f" type="button" data-testid="sheet-open-button">More payment options</button>
            <div>
              <div></div>
            </div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="sticky-payment-terms-container ">
      <shopify-payment-terms variant-id="39982002831456"
        shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:39982002831456,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002864224,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002896992,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002929760,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002962528,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:true,&quot;seller_id&quot;:942004}"></shopify-payment-terms>
    </div>
  </div>
  <div class="payment-terms-container ">
    <shopify-payment-terms variant-id="39982002831456"
      shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:39982002831456,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002864224,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002896992,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002929760,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true},{&quot;id&quot;:39982002962528,&quot;price_per_term&quot;:&quot;$48.75&quot;,&quot;full_price&quot;:&quot;$195.00&quot;,&quot;eligible&quot;:true,&quot;available&quot;:true}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:true,&quot;seller_id&quot;:942004}"></shopify-payment-terms>
  </div>
  <div class="form-bottom-links">
    <div class="gift-reggie-button">
      <p style="margin-top: 5px; width: 100%; height: 46px; background-color:black; color: white; border-radius: 0;font-family: Garamond;cursor: pointer;" class="btn">Add to Registry</p>
    </div>
    <script type="text/javascript">
      (function($) {
        var getCookieFunction = function(c_name) {
          var c_value = document.cookie;
          var c_start = c_value.indexOf(" " + c_name + "=");
          if (c_start == -1) c_start = c_value.indexOf(c_name + "=");
          if (c_start == -1) return null;
          c_start = c_value.indexOf("=", c_start) + 1;
          var c_end = c_value.indexOf(";", c_start);
          if (c_end == -1) c_end = c_value.length;
          return unescape(c_value.substring(c_start, c_end));
        };
        var clearCookieFunction = function(c_name) {
          document.cookie = c_name + '=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;';
        }
        var sessionId = getCookieFunction("giftreggie_session_cookie");
        if (sessionId) {
          sessionId = null;
          $.ajax({
            url: '/cart/update.js',
            type: "POST",
            data: {
              'attributes[registry_admin]': '',
              'attributes[registry_id]': '',
            }
          }).done(function() {
            clearCookieFunction("giftreggie_session_cookie");
          });
        }
        var publishButton = function(div) {
          var form = $(div).parents("form");
          var currentLanguage = "";
          var languageParam = currentLanguage != "" ? "&lang=" + encodeURIComponent(currentLanguage) : "";
          var languageInitialParam = languageParam != "" ? languageParam.replace("&", "?") : "";
          var defaultLanguage = "en";
          var buttonNames = {
            "en": "Add to Registry",
            "fr": "Ajoutez au Liste"
          };
          var value = buttonNames[currentLanguage] ? buttonNames[currentLanguage] : buttonNames[defaultLanguage];
          if (div.html() == '') {
            if (form.length > 0 && /cart/.test(form.attr('action'))) {
              $("<p style='margin-top: 5px; width: 100%; height: 46px; background-color:black; color: white; border-radius: 0;font-family: Garamond;cursor: pointer;' class='btn' >" + value + "</p>").appendTo(div).click(function() {
                window.location = "/apps/giftregistry/signup" + languageInitialParam;
                return false;
              });
            } else {
              alert("Unable to integrate this snippet properly with your theme. Please remove or modify it to comply with your theme. For help modifying the snippet, please contact gift-reggie@eshopadmin.com.");
            }
          }
          return false;
        };
        $(document).ready(function() {
          $(".gift-reggie-button").each(function() {
            publishButton($(this));
          });
        });
      })(jQuery);
    </script>
  </div>
  <textarea id="VariantsJson-6754339356768" class="hide" aria-hidden="true" aria-label="Product JSON">    [{"id":39982002831456,"title":"S","option1":"S","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LS","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - S","public_title":"S","options":["S"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":27,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002864224,"title":"M","option1":"M","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LM","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - M","public_title":"M","options":["M"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":39,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002896992,"title":"L","option1":"L","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - L","public_title":"L","options":["L"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002929760,"title":"XL","option1":"XL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - XL","public_title":"XL","options":["XL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002962528,"title":"XXL","option1":"XXL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe Knit Long Sleeve Set - Sky Blue - XXL","public_title":"XXL","options":["XXL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
  </textarea><input type="hidden" name="product-id" value="6754339356768">
  <div class="giftreggie-pdp-cta-area giftreggie-pdp-cta-area--column giftreggie-pdp-cta-area--justify"><button class="giftreggie-pdp-registry-cta giftreggie-pdp-registry-cta--button" type="button">Add to Registry</button><button
      class="giftreggie-pdp-wishlist-cta giftreggie-pdp-wishlist-cta--button" type="button">Add to Wishlist</button></div>
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><label
    for="Email-1494292487693" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-1494292487693" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" class="footer__newsletter-btn" name="commit" aria-label="Subscribe">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <path d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

Text Content

Skip to content
Close menu
 * SALE
 * Sheets
   
    * Sheet Sets
    * Pillowcases
    * Flat Sheets
    * Fitted Sheets

 * Bedding
   
    * Get Inspired
       * Design The All White Bed
       * Design Your Fall Bed
   
    * Collections
       * Ticking Stripe Print
       * The Basics
       * Matelasse
   
    * Sheet Sets
    * Duvet Covers & Shams
    * Quilts & Quilted Shams
    * Matelasse Bedspreads
    * Blankets
    * Baby Bedding
       * Crib Sheets
       * Crib Skirts
   
    * Shop All Bedding

 * Bath
   
    * Shop All Bath
    * Spa Collection
    * Core Bath Collection
    * Beach Collection

 * Apparel
   
    * NEW Luxe Loungewear
    * Swan Loungewear
    * The Go-Anywhere Dress
    * Shop All Loungewear
    * High Cotton T-Shirt
    * The Red Land Work Shirt

 * Extras
   
    * Tabletop Collection
    * Candles
    * Apron
    * Tea Towels
    * Gift Cards

 * Bundles
   
    * Bath Bundles
    * Baby Bundles
    * Signature Bundles

 * BEST SELLERS
 * rewards
 * ABOUT US
   
    * Blog
    * Registry
       * Find
       * Manage
       * Create
   
    * Resources
       * Guide to Buying Natural Cotton Bedding
       * How to Care for your Bedding & Towels
       * Benefits of Buying American Made Bedding & Towels
       * Children's Bed Linen Essentials
       * Buyer’s Guide to Cotton Towels
       * Tips for Creating a Luxurious Bed
       * The Perfect Bed
   
    * Our Story
    * FAQs
    * PRESS
    * Reviews
    * Hospitality
    * Contact Us

 * Log in

 * Instagram
 * Facebook
 * YouTube
 * Pinterest

Cart
Close cart



Your cart is currently empty.

YOU MAY ALSO LIKE:


Basic Pillowcase Sets
White / Standard: 20"x32" White / King: 20"x38" Natural / Standard: 20"x32"
Natural / King: 20"x38"
$45.00
Classic Quilt
White / Twin White / Full/Queen White / King/Cal King Natural / Twin - Sold Out
Natural / Full/Queen - Sold Out Natural / King/Cal King - Sold Out
$240.00

YOU MAY ALSO LIKE:

Basic Pillowcase Sets
White / Standard: 20"x32" - $45.00 White / King: 20"x38" - $50.00 Natural /
Standard: 20"x32" - $45.00 Natural / King: 20"x38" - $50.00
Add to RegistryAdd to Wishlist

This website uses cookies and similar technologies to provide functionality and
analytics that support your web browsing experience, to enable you to receive
messages from us, and to provide you with relevant advertisements. For more
information, please see our Privacy Policy.

Got it
Save 30% On Select Towels
Free Shipping On Orders Over $100
Enter to win our valentines day giveaway!enter now
Save 30% On Select Towels
Free Shipping On Orders Over $100

Search
Site navigation

Log in Search Cart
 * Sheets
   * Sheet Sets
   * Pillowcases
   * Flat Sheets
   * Fitted Sheets
 * Bedding
   Get Inspired
   Design The All White Bed
   Design Your Fall Bed
   Collections
   Ticking Stripe Print
   The Basics
   Matelasse
   Sheet Sets
   Duvet Covers & Shams
   Quilts & Quilted Shams
   Matelasse Bedspreads
   Blankets
   Baby Bedding
   Crib Sheets
   Crib Skirts
   Shop All Bedding
 * Bath
   * Shop All Bath
   * Spa Collection
   * Core Bath Collection
   * Beach Collection
 * Apparel
   * NEW Luxe Loungewear
   * Swan Loungewear
   * The Go-Anywhere Dress
   * Shop All Loungewear
   * High Cotton T-Shirt
   * The Red Land Work Shirt
 * Extras
   * Tabletop Collection
   * Candles
   * Apron
   * Tea Towels
   * Gift Cards
 * Bundles
   * Bath Bundles
   * Baby Bundles
   * Signature Bundles
 * BEST SELLERS
 * REWARDS
 * ABOUT US
   Blog
   Registry
   Find
   Manage
   Create
   Resources
   Guide to Buying Natural Cotton Bedding
   How to Care for your Bedding & Towels
   Benefits of Buying American Made Bedding & Towels
   Children's Bed Linen Essentials
   Buyer’s Guide to Cotton Towels
   Tips for Creating a Luxurious Bed
   The Perfect Bed
   Our Story
   FAQs
   PRESS
   Reviews
   Hospitality
   Contact Us
 * SALE

Search
"Close (esc)"
View more
Close (esc)
Close (esc)
Close (esc)




LUXE KNIT LONG SLEEVE SET - SKY BLUE

Regular price $195.00 $176 $166
/




LUXE KNIT LONG SLEEVE SET - SKY BLUE

$195.00
Size: S Size
S
M
L
XL
XXL
SizeGuide



SIZE GUIDE

Fitted Sheet Flat Sheet Pillowcases Twin 39” x 75” 74” x 105” 20” x 32” XL Twin
39” x 80” 74” x 105” 20” x 32” Full 54” x 75” 90” x 105” 20” x 32” Queen 60” x
80” 96” x 105” 20” x 32” King 78” x 80” 108” x 105” 20” x 38” Cal King 72” x 84”
108” x 105” 20” x 38”

Size S M L XL XXL
Gift wrapping available in the cart!
S - $195.00 USD M - $195.00 USD L - $195.00 USD XL - $195.00 USD XXL - $195.00
USD

Free Shipping
Only 27 left
Add to cart · $176 $166 $195.00
Buy now with ShopPayBuy with
More payment options





Add to Registry

[{"id":39982002831456,"title":"S","option1":"S","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LS","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
S","public_title":"S","options":["S"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":27,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002864224,"title":"M","option1":"M","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LM","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
M","public_title":"M","options":["M"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":39,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002896992,"title":"L","option1":"L","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
L","public_title":"L","options":["L"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002929760,"title":"XL","option1":"XL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
XL","public_title":"XL","options":["XL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002962528,"title":"XXL","option1":"XXL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
XXL","public_title":"XXL","options":["XXL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
Select Color/Size
Add to RegistryAdd to Wishlist

Our Luxe Knit Collection is super soft with a lightweight drape and stylish fit.
We took our learnings from our last loungewear collection to give you a knit
product that checks every box. As always, each piece is crafted with cotton
grown on our family farm and made entirely in the USA. 

×


PRODUCT FAQ


SHEETS

WHAT IS YOUR THREAD COUNT?
All of our bed sheets are 140 thread count, just like our 1920’s inspiration. We
couple a thicker yarn with an open weave to give you the perfect balance of
softness and breathability. The result? Everything you need for a comfortable
and restful night’s sleep.

ARE 140 THREAD COUNT PRODUCTS INFERIOR?
Not at all! Our linens are exact replicas of our 1920's inspiration bedding. We
only use our finest long staple cotton to weave a substantial single-ply yarn.
The combination of our thread count, our cotton, and our yarn size make a
luxuriously soft fabric that is also breathable.

WHAT IS THE DIFFERENCE BETWEEN "NATURAL" & "WHITE"
Our "White" products are a traditional white. Our "Natural" products are a
creamy ecru or light sand, the color of our cotton right off of the weaver.
You'll also see flecks of the leaves and stems from the cotton plant.

IS ONE COLOR SOFTER THAN ANOTHER?
Some customers find our white to be “softer.” During the bleaching process, all
impurities are removed from the fabric. This results in a “smooth” finish. Our
natural sheets aren’t bleached and therefore feature more vestiges of the cotton
plants that could be considered more textural. The truth is, both colors are
exceptionally soft and breathable. Choose the one that best suits your decor.

WHAT COMES IN A SET OF SHEETS?
Our sheet sets come with 1 Flat Sheet, 1 Fitted Sheet, and 2 Pillowcases.

WHAT’S THE DIFFERENCE BETWEEN THE SHEET SETS?
All of our sheets feature our signature fabric and breathable weave
construction. The primary differences are the decoration on each set. You can
choose from our decorative hemstitching on our Hemstitched Sheet Sets, a printed
ticking stripe pattern on our Ticking Stripe Sheet Sets or a choose a simple 3”
hemmed sheet set with our Basic Collection.

CAN I PURCHASE JUST A FLAT SHEET?
You can shop all of our pieces separately! Just go to the shop tab and drop down
to the "build your own sheet set" section. There you can choose from fitted,
flat and pillowcases. Below are links to those pages!
Fitted Sheets: https://www.redlandcotton.com/collections/fitted-sheets
Flat Sheets: https://www.redlandcotton.com/collections/flat-sheets
Pillowcases: https://www.redlandcotton.com/collections/pillowcases

DO YOUR SHEETS WRINKLE?
We appreciate wrinkles because they are the result of our all-natural process!
We do not use any chemicals on our fabric that prevent wrinkling; therefore, our
linens do have a slight wrinkle. Remove them from the dryer promptly after the
drying cycle to help prevent wrinkling. We also find that drying your sheets on
a line or laying flat to dry prevents significant wrinkling. You can also take
your sheets out of the dryer slightly before the cycle ends and hang them to
dry.

DO YOUR SHEETS SHRINK?
If you follow our care instructions, there should be little to no shrinkage as
our sheets are pre-shrunk in the finishing process. However, if you choose to
wash your sheets on hot water or dry them on high heat, some shrinkage will
occur. We recommend washing in cold or warm water and tumble dry on low heat for
best results.

DO YOU MAKE THE COMFORTER OR IS IT JUST A COVER?
We do not make comforters at this time. Currently, we only produce duvet covers.

WHAT IS A PERCALE WEAVE?
Percale is a basic over under weave that is closely woven. It is a plain-weave
fabric often used for bed covers. It has medium weight, is firm and smooth with
no gloss, and warps and washes very well.






TOWELS

DO THE TOWELS COME IN SETS?
All of our towels are sold separately so you can customize how many bath towels,
bath sheets, hand towels or washcloths you need or want. You can purchase our
bath bundle here

WHAT DOES A 2 PLY TOWEL MEAN?
The term 2-ply simply means 2 single ply strands of yarn twisted together to
derive a heavier more substantial yarn with twice the amount of cotton per
strand of yarn. Our towels are the only two-ply cotton towels made in the United
States.

WHAT IS THE GSM OF YOUR TOWEL? HOW DENSE IS YOUR TOWEL?
Our towels are approximately 620 GSM.

ARE YOUR TOWELS LOOPER OR SHAVED?
Our towels are looped and not shaved.

DO YOU MAKE THE TOWELS WITH A WOVEN SELVAGE EDGE?
Yes, our towels are woven all the way to the selvage edge to create a more
durable towel.






PILLOWCASES

ARE YOUR PILLOWCASES ENVELOPE STYLE OR REGULAR?
Our pillowcases are a regular design with an opening at the bottom of the case.






PRODUCT CARE FAQ

WHAT ARE YOUR CARE & WASHING INSTRUCTIONS?
We recommend washing before first use. Please machine wash in cold water, do not
use bleach and tumble dry on low heat and remove promptly OR lay flat to dry.
Use a warm iron if desired. Do not dry clean.

CAN I USE BLEACH?
We do not recommend the use of bleach as it can discolor the linens and degrade
the quality of the fibers. 

DO I HAVE TO IRON MY SHEETS?
It’s entirely up to you! Our linens are not finished with harsh, anti-wrinkling
chemicals so there will be a slight wrinkle in the fabric. Most of our customers
don’t feel the need to iron their sheets. If you want a truly “no-iron” sheet,
 our products might not be right for you.

WHAT ARE THE CARE INSTRUCTIONS FOR YOUR BATH TOWELS?
We recommend washing before first use. Wash with warm water with like colors. Do
not use bleach to avoid discoloration and damage to the integrity of the fibers.
Tumble dry in the dryer on low.

 


SHIPPING AND RETURNS FAQ

WHAT IS YOUR TURNAROUND TIME FOR ORDERS?
7-10 business days for in stock items. If we don't have it in stock, we will let
you know the anticipated delivery at the time of your order.

DO YOU SHIP INTERNATIONALLY?
Yes, shipping fees are calculated at checkout, and extra fees may apply.

DO YOU ALLOW OTHER SHIPPING SERVICES TO PICK UP AND SHIP?
No, we only ship through our carriers: UPS and USPS.

WHAT IS YOUR RETURN POLICY? 
Upon receipt, please inspect your purchase and notify us immediately of any
damages, size discrepancies or errors; we will arrange for an immediate
replacement. Red Land Cotton will honor returns within 30 days of the purchase
date but will not accept used or laundered returns. We cannot accept returns on
items damaged through normal wear and tear. You may return merchandise through
the mail for a refund or exchange. Please note there is a handling charge for
returning your product.

If you need to start a return, begin the process by clicking here.

Start A Return

 

 


SUPPLY CHAIN FAQ

WHERE ARE YOUR SHEETS MADE?
Our sheets are crafted from cotton grown exclusively on our family farm in
Moulton, Alabama. Our cotton is spun into yarn in Virginia. The yarn is woven
into fabric by Hamrick Mills in Gaffney, South Carolina. Our fabric is then
either finished in Flintstone, Georgia, at Yates Bleachery or at Santee
Printworks in Sumter, South Carolina. From there, our fabric is sent to
different cut and sew facilities in the Southern United States. 

WHERE ARE YOUR TOWELS MADE?
Our towels are crafted from cotton grown on our family farm in Moulton, Alabama.
Our cotton is spun into yarn and twisted in Virginia. From there, the yarn is
delivered to 1888 Mills in Griffin, Georgia, where our towels are woven,
finished and cut and sewn into the finished product.


FARMING FAQ

WHAT DOES IT MEAN TO BE SUSTAINABLY GROWN?
Our cotton is rain fed, never irrigated, and produced under the most up-to-date
and sustainable farming techniques. That means planting cover crops in the
winter to give our soil good protection from frost and supplying a source of
nutrition to local wildlife. It means following strict quality standards set by
the U.S. Department of Agriculture. No one loves the land they farm more than we
do, and we are always working hard to keep it healthy and sound so that we can
continue to do what we love.

IS YOUR COTTON ORGANIC?
We are a conventional cotton farm and therefore do not subscribe to the term
“organic.” Founder Mark Yeager has spent years implementing sustainable farming
practices so our farm can produce an unrivaled crop with minimal impact to the
surrounding environment. Because our plants have been bred to resist certain
pests and weeds, we use only the herbicides and pesticides necessary to ensure
the finest crop possible.

DO YOU USE GMO SEED?
We do use genetically modified seed on our farm. This allows us to use fewer
pesticides and herbicides during our growing season, because the plants are bred
to resist certain pests and weeds. In our opinion, this is simply smart science.

DO YOU USE PESTICIDES AND HERBICIDES ON YOUR COTTON? WHAT DO YOU USE?
We run a conventional cotton farm and, therefore, we do use pesticides and
herbicides as we grow our crops. Applications of these products are only done
when necessary and fall within the compliance dictated by the FDA. For more
information on our pesticide and herbicide use, we recommend you watch our How
It’s Grown video
here: https://www.redlandcotton.com/blogs/news/how-its-grown-part-4






SIZING FAQ

HOW DEEP ARE THE POCKETS ON THE FITTED SHEET?
We offer 2 pocket depths for optimal fit on your mattress. Our 16" deep pocket
can accommodate up to a 15" deep mattress. You can also select our 14" pocket
for a more shallow mattress. If you have an older mattress or one of the newer
mattresses on the market, consider using these fitted sheet suspenders. They
keep any fitted sheet tight and sleek on your mattress.

IF I HAVE A 14” MATTRESS SHOULD I GET THE 14” OR THE 16” FITTED SHEET?
We recommend going with our 16” option if your mattress measures 14” or greater.
However, everyone’s bedding preferences are different. Please try your fitted
sheet on your bed before laundering to ensure you love the fit.

WHAT SIZE PILLOWCASES COME IN A QUEEN SET?
Our queen set of sheets come with standard pillowcases.

WHAT ARE THE DIMENSIONS OF YOUR SHEETS?

FITTED SHEETS:
Twin Fitted Sheet: 39” wide x 75” long
XL Twin Fitted Sheet: 39” wide × 80” long
Full Fitted Sheet: 54” wide x 75” long
Queen Fitted Sheet: 60” wide x 80” long
King Fitted Sheet: 78” wide x 80” long
Cal King Fitted Sheet: 72” wide x 84” long

FLAT SHEETS:
Twin/Twin XL Flat Sheet: 74” wide x 105” long
Full Flat Sheet: 86” wide x 105” long
Queen Flat Sheet: 96” wide x 105” long
King/Cal King Flat Sheet: 108” wide x 105” long

PILLOWCASES:
Standard Pillowcase (2): 20” high x 32” wide
King Pillowcase (2): 20” high x 38” wide

WHAT ARE THE SIZES OF YOUR BATH TOWELS?

Bath Towel: 30"x56"
Bath Sheet: 34"x68"
Hand Towel: 16"x30"
Washcloth: 13"x13"

 


CUSTOMIZATION & WHOLESALE FAQ

DO YOU MAKE CUSTOM SHEETS?
We are happy to discuss any custom needs you may have. Please send an email to
info@redlandcotton.com

DO YOU MONOGRAM?
We do not currently offer monogramming. 

DO YOU WHOLESALE?
We do not wholesale our products at this time. It is our goal to remain a
"direct to consumer" company so that we can provide the best prices possible to
our customers.

DO YOU SEND SAMPLES OF YOUR FABRIC?
At this time, we do not send samples. We do, however, encourage our new
customers to try a set of our Bankhead Basics pillowcases before investing in a
whole set. We know our items are an investment and we want you to be able to
fully assess the sleep-ability of our fabric rather than just feeling a few
inches of cloth.




GENERAL FAQ

WHERE IS YOUR STORE LOCATED?
Our headquarters and storefront are located at 1000 County Road 213 in Moulton,
Alabama 35650.

WHAT IS THE BEST WAY TO STAY UPDATED ON PRODUCTS & SALES?
Make sure to follow us on Instagram and Facebook. We also recommend signing up
for our email list!

WHAT’S THE DIFFERENCE IN THE PRICE?
Our price is determined by the cost of labor that goes into making each piece.
Our Hemstitched Sheets, for example, features 2 lines of decorative hemstitching
that take considerable time. Our Basic Collection features a simple 3” hem,
which takes less time and is, therefore, more economical. All of our sheets
feature the same soft, breathable fabric.

WHY ARE THE PRODUCTS EXPENSIVE?
We are proud to manufacture all our products in the USA, starting with the
cotton grown in our fields in Lawrence County Alabama. All of our employees on
the farm and at Red Land Cotton earn a livable wage here in the U.S.
Subsequently, all of our manufacturer’s employees earn at or above minimum wage.
American labor will always be more expensive than labor overseas and that shows
on the price tag. We feel that it’s a price worth paying to support our
neighbors, our economy, and the American dream. We understand that buying
American-made products can mean spending a bit more, but we hope that means
investing in our quality over quantity and our dedication to customer service.

WILL YOU EVER MAKE MORE COLORS?
Currently, we are working on getting our basic colors perfect before we add any
additional colors to our offerings.

Made Entirely in the USA
-
100% Cotton sourced from our family farm in Alabama
-
Sustainably & Ethically Grown & Made
See what other customers say
Made Entirely in the USA
100% Cotton sourced from our family farm in Alabama
Sustainably & Ethically Grown & Made
 * 1
 * 2
 * 3

Description LUXE KNIT COLLECTION LONG SLEEVE SHIRT SIZES LUXE KNIT COLLECTION
PANT SIZES LUXE KNITS COLLECTION OVERVIEW Shipping & RETURN POLICY
Our Luxe Knit Collection is super soft with a lightweight drape and stylish fit.
We took our learnings from our last loungewear collection to give you a knit
product that checks every box. As always, each piece is crafted with cotton
grown on our family farm and made entirely in the USA. 


Full Circumference Size Measurement S M L XL 2XL Center Back Length 24.75 25
25.25 25.5 25.75 Bust, at Armhole 35 37 40 44 49 Sweep 38 40 43 47 53 Sleeve
Length from CBN 30.125 30.75 31.125 31.375 31.75 Across Upper Arm 14.75 15.5
16.125 18 20.25 Sleeve Opening 7.25 7.5 7.75 8.125 8.625 Neck Width 7.625 7.75
7.875 8 8.125 Back Neck Depth 0.625 0.75 0.75 0.875 0.875 Front Neck Depth 5.625
5.75 5.75 5.875 5.875

Full Circumference Size Measurement S M L XL 2XL Waist, Relaxed 29.25 31 33.75
39 45 Waist, Stretched 41 43 46 50 56 Hip 41.75 43.75 46.75 50.75 56.75 Thigh
26.5 27.5 29.25 32.625 36.25 Ankle 16 16.5 17 17.5 18 Inseam, np* 29.75 29.75
29.75 29.875 30 Front Rise, to Bottom of WB 9.75 10 10.375 11.375 12.125 Back
Rise, to Bottom of WB 13.75 14 14.375 15.375 16.125 Waist Elastic Width 1 1 1 1
1 Waistband Height 1.125 1.125 1.125 1.125 1.125 Cuff Height, np* 2 2 2 2 2
Pocket Opening, on Piping Set Seam 6.375 6.375 6.375 6.875 6.875

 

• 100% Red Land Cotton from our farm in North Alabama
• Designed and manufactured entirely in the USA
• Soft and cozy long staple cotton 


Please allow 5-7 days for fulfillment unless otherwise indicated on the
individual product page. Please allow for holidays and Sundays as Red Land
Cotton values it's employees time for rest and family. Please contact us via
email at info@redlandcotton.com with any questions or concerns about our
shipping times.

Upon receipt, please inspect your purchase and notify us of any damages, size
discrepancies or errors; we will arrange for an immediate replacement. Red Land
Cotton will honor returns within 30 days of the purchase date but will not
accept used or laundered returns.

We cannot accept returns on items damaged through normal wear and tear.

You may return merchandise through the mail for a refund or exchange.

If an item is final sale and in our "sale" section. It is NOT eligible for
returns or exchanges. 

Please note there is a handling fee applied to returns and exchanges.

If you need to start a return, begin the process by clicking here.

Start A Return

Description
Our Luxe Knit Collection is super soft with a lightweight drape and stylish fit.
We took our learnings from our last loungewear collection to give you a knit
product that checks every box. As always, each piece is crafted with cotton
grown on our family farm and made entirely in the USA. 

LUXE KNIT COLLECTION LONG SLEEVE SHIRT SIZES

Full Circumference Size Measurement S M L XL 2XL Center Back Length 24.75 25
25.25 25.5 25.75 Bust, at Armhole 35 37 40 44 49 Sweep 38 40 43 47 53 Sleeve
Length from CBN 30.125 30.75 31.125 31.375 31.75 Across Upper Arm 14.75 15.5
16.125 18 20.25 Sleeve Opening 7.25 7.5 7.75 8.125 8.625 Neck Width 7.625 7.75
7.875 8 8.125 Back Neck Depth 0.625 0.75 0.75 0.875 0.875 Front Neck Depth 5.625
5.75 5.75 5.875 5.875

LUXE KNIT COLLECTION PANT SIZES

Full Circumference Size Measurement S M L XL 2XL Waist, Relaxed 29.25 31 33.75
39 45 Waist, Stretched 41 43 46 50 56 Hip 41.75 43.75 46.75 50.75 56.75 Thigh
26.5 27.5 29.25 32.625 36.25 Ankle 16 16.5 17 17.5 18 Inseam, np* 29.75 29.75
29.75 29.875 30 Front Rise, to Bottom of WB 9.75 10 10.375 11.375 12.125 Back
Rise, to Bottom of WB 13.75 14 14.375 15.375 16.125 Waist Elastic Width 1 1 1 1
1 Waistband Height 1.125 1.125 1.125 1.125 1.125 Cuff Height, np* 2 2 2 2 2
Pocket Opening, on Piping Set Seam 6.375 6.375 6.375 6.875 6.875

 

LUXE KNITS COLLECTION OVERVIEW

• 100% Red Land Cotton from our farm in North Alabama
• Designed and manufactured entirely in the USA
• Soft and cozy long staple cotton 


Shipping & RETURN POLICY

Please allow 5-7 days for fulfillment unless otherwise indicated on the
individual product page. Please allow for holidays and Sundays as Red Land
Cotton values it's employees time for rest and family. Please contact us via
email at info@redlandcotton.com with any questions or concerns about our
shipping times.

Upon receipt, please inspect your purchase and notify us of any damages, size
discrepancies or errors; we will arrange for an immediate replacement. Red Land
Cotton will honor returns within 30 days of the purchase date but will not
accept used or laundered returns.

We cannot accept returns on items damaged through normal wear and tear.

You may return merchandise through the mail for a refund or exchange.

If an item is final sale and in our "sale" section. It is NOT eligible for
returns or exchanges. 

Please note there is a handling fee applied to returns and exchanges.

If you need to start a return, begin the process by clicking here.

Start A Return




OUR CUSTOMERS ALSO LOVED

Quick view


Cotton Spa Bath Towel - White
$45.00 $45

Quick view


Luxe Knit Long Sleeve Set - Sapphire Blue
$195.00 $195

Quick view


Luxe Knit Long Sleeve Set - Sapphire Blue Stripe
$185.00 $185

Quick view



Luxe Knit Long Sleeve Set - White
$185.00 $185

White
White
Quick view


Luxe Knit Long Sleeve Set - Plum
$195.00 $195

Plum
Plum

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"


TESTIMONIALS

> Love everything behind this company. So happy to see someone making a great
> product right here in the USA.
> The material is crisp and strong and a good hefty weight. Am thinking it will
> last a long time. Doesn't wrinkle too badly and the sheets just plain feel
> great in bed and the shifts are a good design. Love this company!!
> 
> Linda J.

quality from the ground up

Grown Here.

Our cotton is grown by our family in North Alabama. From the seed in the ground
to the final stitch sewn, every piece of Red Land Cotton is made right here in
the USA. You can trust that the cotton used in our products is grown via strict
US regulations and sustainable farming practices. We live on our farm and want
only the best for our children and the environment.



american made

no compromising.

every piece of Red Land Cotton is made right here in America. we don't do what
is easy, we do what is right.

different by design

heirloom inspired.

all of our products are inspired by timeless style, heirloom quality and a time
when things were made right.





FROM OUR CUSTOMERS


Customer Reviews




LUXE KNIT LONG SLEEVE SET - SKY BLUE

Verified Reviewer



LUXE KNIT LONG SLEEVE SET - SKY BLUE

$195.00
Size Size
S
M
L
XL
XXL
SizeGuide



SIZE GUIDE

Fitted Sheet Flat Sheet Pillowcases Twin 39” x 75” 74” x 105” 20” x 32” XL Twin
39” x 80” 74” x 105” 20” x 32” Full 54” x 75” 90” x 105” 20” x 32” Queen 60” x
80” 96” x 105” 20” x 32” King 78” x 80” 108” x 105” 20” x 38” Cal King 72” x 84”
108” x 105” 20” x 38”

Size S M L XL XXL
Gift wrapping available in the cart!
S - $195.00 USD M - $195.00 USD L - $195.00 USD XL - $195.00 USD XXL - $195.00
USD

Free Shipping
Only 27 left
Add to cart · $176 $166 $195.00 USD
Buy now with ShopPayBuy with
More payment options





Add to Registry

[{"id":39982002831456,"title":"S","option1":"S","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LS","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
S","public_title":"S","options":["S"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":27,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002864224,"title":"M","option1":"M","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LM","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
M","public_title":"M","options":["M"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":39,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002896992,"title":"L","option1":"L","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
L","public_title":"L","options":["L"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002929760,"title":"XL","option1":"XL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
XL","public_title":"XL","options":["XL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":39982002962528,"title":"XXL","option1":"XXL","option2":null,"option3":null,"sku":"RL-LUXSET-LB-LXXL","requires_shipping":true,"taxable":true,"featured_image":{"id":30010768097376,"product_id":6754339356768,"position":1,"created_at":"2024-02-02T15:09:04-06:00","updated_at":"2024-02-02T15:12:48-06:00","alt":null,"width":1800,"height":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368","variant_ids":[39982002831456,39982002864224,39982002896992,39982002929760,39982002962528]},"available":true,"name":"Luxe
Knit Long Sleeve Set - Sky Blue -
XXL","public_title":"XXL","options":["XXL"],"price":19500,"weight":907,"compare_at_price":null,"inventory_quantity":47,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22292813054048,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1800,"width":1800,"src":"\/\/www.redlandcotton.com\/cdn\/shop\/files\/Luxe-Long-Sky-Blue_0000_RCSpring2438281.jpg?v=1706908368"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]
Add to RegistryAdd to Wishlist
 


Your order is above $300 and qualifies you for a free T-Shirt! Pick color and
size below.



Add To Cart



FREE GIFT FREE SHIRT
Your order is above $300 and qualifies you for a free T-Shirt! Pick color and
size below.
,White / M,,White / XL,,White / XS,Charcoal / S,Charcoal / M,Charcoal /
L,Charcoal / XL,Charcoal / XXL,Charcoal / XS,Blue / S,Blue / M,Blue / L,Blue /
XL,Blue / XXL,Blue / XS
ADD TO CART
FREE GIFT FREE SHIRT



Get To Know Us Better

Get To Know Us Better
 * FAQ
 * Contact Us
 * Returns/Guarantee
 * Shop In Store
 * Press
 * Create A Registry
 * Ambassadors & Affiliates
 * Blog
 * Privacy Policy
 * Terms Of Service
 * Mobile App
 * Accessibility

Sign up and save

Sign up and save

get all of our inspiration, news, sales and promotions in your inbox:

Enter your email
Subscribe
 * Instagram
 * Facebook
 * YouTube
 * Pinterest

Download Our App

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Red Land Cotton


Does your order include a gift?
Choose gift wrapping
$0
Choose Gift Items

Add a personalized gift note
Order notes
Next Cancel
Total: $0.00

Previous Next

"Close (esc)"


Order note