Scuba Crewneck Sweatshirt - Resale (2024)

  1. Women
Scuba Crewneck Sweatshirt - Resale

$59 New $0

Skip to product information
  • Scuba Crewneck Sweatshirt - Resale (1)

  • Scuba Crewneck Sweatshirt - Resale (2)

1 / of 2

Standard product image. See condition notes for information on the item you'll receive.

Scuba Crewneck Sweatshirt - Resale

$59 New $0

`; } function renderVariantList(optionType, currentVariant) { const isParent = optionType === 'parent_options'; return Object.keys(allVariants[optionType]).map((option, i) => { let radios = Object.keys(allVariants[optionType][option]).sort(sortRadios(option)).map((variation, j) => { if (option === 'size' && 'radio' === 'dropdown') { return renderVariantOption({ type: option, value: variation, disabled: !availableVariants?.[optionType]?.[option]?.[variation], selected: variation == currentVariant?.[optionType]?.[option], id: isParent ? `template--22383498395924__main-${option}-${j}` : `template--22383498395924__main-${i + 1}-${j}`, }) } return renderVariantSelector({ type: option, value: variation, disabled: !availableVariants?.[optionType]?.[option]?.[variation], handle: isParent ? availableVariants?.[optionType]?.[option]?.[variation] || allVariants[optionType]?.[option]?.[variation] : null, selected: variation == currentVariant?.[optionType]?.[option], id: isParent ? `template--22383498395924__main-${option}-${j}` : `template--22383498395924__main-${i + 1}-${j}`, }) }); const shouldShowSizeGuide = option === 'size'; const sizeGuideLink = 'Size guide' ? `

` : ''; const sizeGuideModalOpener = `

Size guide`; const sizeGuideModal = shouldShowSizeGuide && true ? `

Size Guide - Women's

Scroll down forMen's Size Guide

Women's Tops

XXXSXXSXSSMLXLXXL---
02468101214161820
Tanks Chest Width (in.)14.5-15.5"15.75-16.5"16.75-17.5"17.75-18.5"18.75-19.5"19.75-20.5"20.75-21.5"21.75-22.5"22.75-23.5"23.75-24.5"24.75-25.5"
Tees Chest Width (in.)15.25-16"16.25-17"17.25-18"18.25-19"19.25-20"20.25-21"21.25-22"22.25-23"23.25-24"24.25-25"25.25-26"
2nd Layers Chest Width (in.)15.5-16.5"16.75-17.5"17.75-18.5"18.75-19.5"19.75-20.5"20.75-21.5"21.75-22.5"22.75-23.5"23.75-24.5"24.75-25.5"25.75-26.5"
Outerwear Chest Width (in.)17.5-18.5"18.75-19.5"19.75-20.5"20.75-21.5"21.75-22.5"22.75-23.5"23.75-24.5"24.75-25.5"25.75-26.5"26.75-27.5"27.75-28.5"

Women's Relaxed & Oversized Tops

XXXSXXSXSSMLXLXXL---
02468101214161820
Shirts with Dropped Shoulder Chest Width (in.)16.75-17.5"17.75-18.5"18.75-19.5"19.75-20.5"20.75-21.5"21.75-22.5"22.75-23.5"23.75-24.5"24.75-25.5"25.75-26.5"26.75-27.5"

Women's Bottoms

XXXSXXSXSSMLXLXXL---
02468101214161820
Waist (in.)21.5"23"25"27"29"31"33"35"38"41"43"
Hip (in.)31.5"33"35"37"39"41"43"45"47"49"51"

Women's Shoes

US Women's55.566.577.588.599.51010.51111.512
Inches8 3/4"8 7/8"9"9 1/8"9 3/8"9 1/2"9 5/8"9 7/8"10"10 1/4"10 3/8"10 1/2"10 5/8"10 7/8"11"

Women's Bras

XXSXSSMLXLXXL
2468101214
Band Size28-3030-3232-3434-3636-3838-4040-42


Size Guide - Men's

Men's Tops

XSSMLXLXXL
Tanks, Tees & Shirts Chest Width (in.)18-19"19.25-20.25"20.5-21.5"21.75-22.75"23-24"24.25-25.25"
2nd Layers Chest Width (in.)18.25-19.5"19.75-21"21.25-22.5"22.75-24"24.25-25.5"25.75-27"

Men's Bottoms (Alpha Sizing)

XSSMLXLXXL
Waist (in.)28"30"32"35"38"41"
Hip (in.)34"36"38"41"44"47"

Men's Bottoms (Numeric Sizing)

2627282930313233343536373840424446
Waist (in.)27"28"29"30"31"32"33"34"35"36"37"38"39"40"42"44"46"

` : ''; const sizeGuide = shouldShowSizeGuide ? (true ? sizeGuideModalOpener : sizeGuideLink ): ''; const optionTitle = getTranslatedOption(option); const shouldDisplayPopupOpenerIcon = `true`; let variantFormElements = radios.join(''); const productInfoContainer = document.querySelector('.product__info-wrapper.grid__item.left .product__info-container'); if (option === 'colorDisplay' && 'thumbnail' === 'carousel' && productInfoContainer) { const productInfoContainerWidth = productInfoContainer.offsetWidth * 2; const pillMargin = 5; const pillWidth = 60 + pillMargin; const pillsWidth = pillWidth * radios.length; if (pillsWidth >= productInfoContainerWidth) { variantFormElements = renderColorVariantCarousel(radios); } } if (option === 'condition') { const modalOpener = `

`; return `

${optionTitle}: ${currentVariant[optionType][option]} ${ shouldDisplayPopupOpenerIcon == 'true' ? modalOpener : '' } ${variantFormElements}

${sizeGuide} ${sizeGuideModal}`; } if (option === 'size' && 'radio' === 'dropdown') { const id = "product-form__input-dropdown" variantFormElements = `

`; } return `

${optionTitle}: ${currentVariant[optionType][option]} ${variantFormElements}

${sizeGuide} ${sizeGuideModal}`; }).join('') } function updateAvailability(currentVariant) { getVariantPrice(currentVariant); optionTypes.forEach(optionType => { const isParent = optionType === 'parent_options'; Object.keys(allVariants[optionType]).forEach((option, i) => { Object.keys(allVariants[optionType][option]).sort(sortRadios(option)).forEach((variation, j) => { const el = document.getElementById(isParent ? `template--22383498395924__main-${option}-${j}` : `template--22383498395924__main-${ i + 1 }-${j}`); const isTagOption = el.tagName === 'OPTION'; if(!availableVariants[optionType]?.[option]?.[variation]) { el.classList.add('disabled'); el.removeAttribute('checked'); el.removeAttribute('selected'); el.setAttribute('aria-disabled', true); if (isTagOption) { el.setAttribute('disabled', true) } } else { el.classList.remove('disabled'); el.removeAttribute('aria-disabled'); if (isTagOption) { el.removeAttribute('disabled') } } if (variation == currentVariant[optionType][option]) { el.setAttribute('checked', true); el.setAttribute('selected', true); } else { el.removeAttribute('checked'); el.removeAttribute('selected'); } }); }); }); } function updateFieldsetAvailability(currentVariant) { const productFormInputs = document.querySelectorAll('.product-form__input'); productFormInputs.forEach(variantField => { const currentSelectedVariant = variantField.querySelector('input:checked, option:checked'); if (currentSelectedVariant && currentSelectedVariant.getAttribute('aria-disabled') === "true") { variantField.classList.add('variant-disabled'); } else { variantField.classList.remove('variant-disabled'); } }); } function renderAllVariants(update = false) { const currentVariant = {...getCurrentVariant(), cloned: true}; if (update) { optionTypes.forEach(optionType => { Object.keys(currentVariant[optionType]).forEach(option => { const optionTitle = getTranslatedOption(option); const variantLabel = document.querySelector(`legend[option=${option}] .form-label__current-variant`); variantLabel.classList.remove('form-label__current-variant--unselected'); variantLabel.textContent = currentVariant[optionType][option] || UNSELECTED_VARIANT_TEXT[option]; if (!currentVariant[optionType][option]) { variantLabel.classList.add('form-label__current-variant--unselected'); } const dropdown = document.querySelector(`select[option=${option}]`) if (dropdown) dropdown.setAttribute('data-acsb-tooltip', `${currentVariant[optionType][option]}`); const label = document.querySelector(`label[option=${option}]`) if (label) label.textContent = `${optionTitle}: ${currentVariant[optionType][option]}`; }) }) } allVariants.parent_options = {}; allVariants.variant_options = {}; availableVariants.parent_options = {}; availableVariants.variant_options = {}; const newVariants = getVariants(); newVariants.forEach(variant => { optionTypes.forEach(optionType => { Object.keys(variant[optionType]).forEach(option => { if(!allVariants[optionType][option]) allVariants[optionType][option] = {}; if(!allVariants[optionType][option][variant[optionType][option]]) { allVariants[optionType][option][variant[optionType][option]] = variant.handle } if (checkAvailable(variant, option, currentVariant)) { if(!availableVariants[optionType][option]) availableVariants[optionType][option] = {}; if(!availableVariants[optionType][option][variant[optionType][option]]) { availableVariants[optionType][option][variant[optionType][option]] = variant.handle } } }) }); }); if (update) { updateAvailability(currentVariant); } else { // initial render const sections = {}; optionTypes.forEach(optionType => { sections[optionType] = renderVariantList(optionType, currentVariant) }); document.querySelector('.trove-parents-container').innerHTML += sections.parent_options; document.querySelector('.trove-variants-container').innerHTML += sections.variant_options; } updateFieldsetAvailability(); } const preventAddToNavigationHistory = (url) => history.replaceState({}, '', url); renderAllVariants(); window.addEventListener('load', function(event) { renderAllVariants(true); });

Like New gear is fully quality checked to ensure it is functionally perfect. However, it may show some signs of wear. If what you have purchased doesn’t meet your expectations, you can return it online within 30 days. ​

Good As New

No visible, or very faint, flaws, damage, or signs of wear.


Gently Used
See the condition notes below for more details.

Learn moreabout how we sort our gear.

Questions about this product?

Chat with a lululemon product expert.

View full details

Designed For

Expand

Collapse

  • Casual

Care

Expand

Collapse

  • Wash with like colors
  • Machine wash cold
  • Do not bleach
  • Tumble dry low
  • Do not Iron
  • Do not Dry Clean

Scuba Crewneck Sweatshirt - Resale

Scuba Crewneck Sweatshirt - Resale (3) Scuba Crewneck Sweatshirt - Resale (4)
Scuba Crewneck Sweatshirt - Resale (2024)
Top Articles
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 6587

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.