60 Years of Family Free Shipping on Orders over $75 Phone: 1.800.480.4754
Hansens Surf Shop Menu Search Hansens Surf Shop Hansens Surf Shop Account
Search Hansens Surf Shop

Mens Fullsuits

{% assign numberSelectedFilters = 0 %} {% assign pageType = "collection" %} {% unless settings.layout == 2 %}
{{translation.filter.filter_by | default: "Filter by"}}
{% endunless %} {% if settings.layout == 2 %} {% if settings.enableCollectionSearch and pageType != 'search' %} {% endif %}
{% if filters %}
{% for filter in filters %} {% assign filterLabel = filter.label | escape %} {% if translation.labels and translation.labels[filter.id] %} {% assign filterLabel = translation.labels[filter.id] | escape %} {% endif %}
{{filterLabel}} {% if filter.help %}
{{filter.help | newline_to_br}}
{% endif %}
{% if filter.is_selected %} {{ translation.filter.clear | default: "Clear"}} {% endif %}
{% if filter.searchable and filter.style != 'Slider' %}{% endif %} {% assign values_count = 0 %} {% if filter.values %}{% assign values_count = filter.values | size %}{% endif %}
{% if filter.style == 'Slider' %}
-
{% if filter.is_selected %}{% assign numberSelectedFilters = numberSelectedFilters | plus: 1 %}{% endif %} {% elsif filter.style == 'Select' %} {% else %}
    {% if filter.attribute == 'Collection' and filter.tree %} {% for value in filter.tree %} {% endfor %}
{% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% else %} {% for value in filter.values %} {% assign value_label = value.label | escape %} {% if filter.is_selected %}{% assign numberSelectedFilters = numberSelectedFilters | plus: 1 %}{% endif %} {% if filter.style == 'Checkbox' %} {% elsif filter.style == 'Radio' %} {% elsif filter.style == 'Box - Rectangle' %} {% elsif filter.style == 'Collection' %} {% elsif filter.style == 'Rating' %} {% elsif filter.style contains 'Swatch' %} {% assign attribute = filter.attribute | replace: 'option:', '' | downcase %} {% assign value_handle = value.value | downcase %} {% endif %} {% endfor %} {% if filter.style == 'Swatch' %}
  • {% endif %} {% endif %} {% endif %}
    {% endfor %}
    {% endif %} {% if settings.sorts %} {% assign relevance = '' %} {% if pageType == 'search' %} {% assign relevance = 'relevance,' %} {% endif %} {% if terms %}{% assign relevance = 'relevance,' %}{% endif %} {% assign allSorts = settings.sorts | join: "," %} {% assign allSorts = allSorts | prepend: relevance | append: "," | append: sort_by | append: ',created-descending' | replace: "featured", "manual" | split: "," | uniq %} {% capture selectedSortText %} {% if sort_by =='best-selling' %} {{translation.sort.best_selling | default: "Best Selling"}} {% elsif sort_by == 'manual' or sort_by == 'featured' %} {{translation.sort.manually | default: "Featured"}} {% elsif sort_by == 'relevance' %} {{translation.sort.relevance | default: "Relevance"}} {% elsif sort_by == 'stock-descending' %} {{translation.sort.availability_in_stock_first | default: "Availability"}} {% elsif sort_by == 'title-ascending' %} {{translation.sort.alphabetically_a_z | default: "Alphabetically, A-Z"}} {% elsif sort_by == 'title-descending' %} {{translation.sort.alphabetically_z_a | default: "Alphabetically, Z-A"}} {% elsif sort_by == 'price-ascending' %} {{translation.sort.price_low_to_high | default: "Price, low to high"}} {% elsif sort_by == 'price-descending' %} {{translation.sort.price_high_to_low | default: "Price, high to low"}} {% elsif sort_by == 'created-descending' %} {{translation.sort.date_new_to_old | default: "Date, new to old"}} {% elsif sort_by == 'created-ascending' %} {{translation.sort.date_old_to_new | default: "Date, old to new"}} {% elsif sort_by == 'sale-descending' %} {{translation.sort.sale_off | default: "% Sale off"}} {% elsif translation.sort[sort_by] %} {{translation.sort[sort_by]}} {% else %} {{sort_by | remove_first: "mf-custom-" | replace: "-", " " | capitalize}} {% endif %} {% endcapture %}
    {% for sort in allSorts %} {%- if sort == 'best-selling' -%} {{translation.sort.best_selling | default: "Best Selling"}} {%- elsif sort == 'manual' -%} {{translation.sort.manually | default: "Featured"}} {%- elsif sort == 'featured' -%} {{translation.sort.manually | default: "Featured"}} {%- elsif sort == 'stock-descending' -%} {{translation.sort.availability_in_stock_first | default: "Availability"}} {%- elsif sort == 'relevance' -%} {{translation.sort.relevance | default: "Relevance"}} {%- elsif sort == 'title-ascending' -%} {{translation.sort.alphabetically_a_z | default: "Alphabetically, A-Z"}} {%- elsif sort == 'title-descending' -%} {{translation.sort.alphabetically_z_a | default: "Alphabetically, Z-A"}} {%- elsif sort == 'price-ascending' -%} {{translation.sort.price_low_to_high | default: "Price, low to high"}} {%- elsif sort == 'price-descending' -%} {{translation.sort.price_high_to_low | default: "Price, high to low"}} {%- elsif sort == 'created-descending' -%} {{translation.sort.date_new_to_old | default: "Date, new to old"}} {%- elsif sort == 'created-ascending' -%} {{translation.sort.date_old_to_new | default: "Date, old to new"}} {%- elsif sort == 'sale-descending' -%} {{translation.sort.sale_off | default: "% Sale off"}} {%- else -%} {% if translation.sort[sort] %}{{translation.sort[sort]}}{% else %}{{sort | remove_first: "mf-custom-" | replace: "-", " " | capitalize}}{% endif %} {%- endif -%} {%- endfor -%}
    {% endif %}
    {% if settings.showRefine %}
    {% if selectedItems %} {% endif %}
    {% endif %} {% else %} {% if settings.showRefine %}
    {% if has_filter %}
    {% if selectedItems %} {% for selectedItem in selectedItems %} {% assign filterLabel = selectedItem.label | escape %} {% if translation.labels and translation.labels[selectedItem.id] %} {% assign filterLabel = translation.labels[selectedItem.id] | escape %} {% endif %} {% if selectedItem.style == 'Slider' %} {% else %} {% for value in selectedItem.values %} {% assign value_label = value.label | escape %} {% endfor %} {% endif %} {% endfor %} {% endif %}
    {% endif %}
    {% endif %}
    {% if filters %} {% for filter in filters %} {% assign filterLabel = filter.label | escape %} {% if translation.labels and translation.labels[filter.id] %} {% assign filterLabel = translation.labels[filter.id] | escape %} {% endif %} {% if filter.values.size >= 1 or filter.values.first.selected == true or filter.values.first.count != pagination.total or settings.hideOneValue == false %}
    {{filterLabel}} {% if filter.help %}
    {{filter.help | newline_to_br}}
    {% endif %}
    {% if filter.is_selected %} {{ translation.filter.clear | default: "Clear"}} {% endif %}
    {% if filter.searchable and filter.style != 'Slider' %}{% endif %} {% assign values_count = 0 %} {% if filter.values %}{% assign values_count = filter.values | size %}{% endif %}
    {% if filter.style == 'Slider' %}
    -
    {% elsif filter.style == 'Select' %} {% else %}
      {% if filter.attribute == 'Collection' and filter.tree %} {% for value in filter.tree %} {% endfor %}
    {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% else %} {% for value in filter.values %} {% assign value_label = value.label | escape %} {% if filter.style == 'Checkbox' %} {% elsif filter.style == 'Radio' %} {% elsif filter.style == 'Box - Rectangle' %} {% elsif filter.style == 'Collection' %} {% elsif filter.style == 'Rating' %} {% elsif filter.style contains 'Swatch' %} {% assign attribute = filter.attribute | replace: 'option:', '' | downcase %} {% assign value_handle = value.value | downcase %} {% endif %} {% endfor %} {% if filter.style == 'Swatch' %}
  • {% endif %} {% endif %} {% endif %}
    {% endif %} {% endfor %} {% endif %}
    {% endif %}
    {% assign plurality = translation.search.products | default: "Products" %} {% assign singular = translation.search.product | default: "Product" %}
    Page

    For the vast majority of the year, water temps in Southern California are moderately cool, often requiring a fullsuit for enjoyable surf sessions. The most common wetsuit worn by San Diego surfers is a 3/2 fullsuit, however thicker suits such as a 4/3 or 5/4 may be needed in chillier winter conditions.

    Wetsuits are generally categorized by thickness, meaning that when you buy a 3/2, you are purchasing a wetsuit that has 3mm of neoprene in the chest or core area and 2mm of neoprene in the arms and legs. This offers you maximized core warmth while still allowing for optimal flexibility, so you can stay warm and still get radical. That same formula applies to other men’s fullsuits as well - essentially the higher the number, the more material and the warmer the wetsuit.

    For San Diego’s mostly moderate water temps, a 3/2 fullsuit can be a great option for anyone that is looking to purchase one suit which can handle most conditions. For more advanced surfers who are in the water year-round, having a 4/3, a 3/2 and a men's wetsuit top or vest in your collection is ideal for handling any water temperature along the Southern California coastline.

    Hansen’s specializes in helping you choose the right fullsuit for your needs. From our wetsuit buyer’s guide to our professional and knowledgeable staff, it is our goal to get you into a wetsuit that will keep you both warm and comfortable. We carry a number of fullsuits from top surf brands Rip Curl, Xcel and O’Neill to fit any budget or performance requirements.

    Whether you’re planning on surfing, stand up paddling, or body surfing in San Diego, a high quality men’s fullsuit is a must have, and we will help you find a wetsuit that can maximize your stoke. If you’re an ocean enthusiast or just learning to shred, let us help guide you in buying the right fullsuit.