{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Yoga & Pilates Mats

Premium 1/2-Inch Extra Thick Exercise Yoga Mat

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'premium-extra-thick-exercise-yoga-mat-1-2-inch-sf-em03'%} {% assign compared = true %} {% endif %} {% endfor %}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}
{% assign ik = 0 %} {% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %} {% assign ik = ik | plus: 1 %} {% endfor %}
{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Sun, Sep 22 - Thu, Sep 26

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Crafted from premium high-density foam, this mat ensures long-lasting durability and optimal support during intense workouts, making it a reliable foundation for all exercise routines. Its robust foam material withstands rigorous exercise, maintaining its shape and integrity over time. Measuring 74 x 24 x 0.5 inches, the mat offers extra-thick cushioning for enhanced comfort and superior joint support during yoga practice, ideal for prolonged use and high-impact exercises. The ribbed surface texture enhances grip and stability, providing secure footing and preventing slips during various yoga poses. It includes an easy-to-carry strap for convenient transport to and from yoga classes or the gym. Available in stylish colors such as blue, grey, and pink, the mat adds a touch of personality to your fitness routine. Enhance your workouts with the free SunnyFit App, offering access to various yoga classes, and benefit from Sunny Health & Fitness's 20+ years of excellence, backed by a dedicated U.S. customer service team and certified trainers.

High-Density Support | Experience unparalleled stability and support during your workouts with our high-density foam mat, engineered to handle the most rigorous exercises.

High-Density Support

Experience unparalleled stability and support during your workouts with our high-density foam mat, engineered to handle the most rigorous exercises.
Durable Foam | Made from premium high-density foam, this mat offers long-lasting durability, ensuring it stands up to frequent use.

Durable Foam

Made from premium high-density foam, this mat offers long-lasting durability, ensuring it stands up to frequent use.
Extra Thick Cushion | Enjoy superior comfort and joint protection with the mat’s extra-thick cushioning, providing enhanced support for yoga, stretching, and other floor exercises.

Extra Thick Cushion

Enjoy superior comfort and joint protection with the mat’s extra-thick cushioning, providing enhanced support for yoga, stretching, and other floor exercises.
Ribbed Surface Texture | The textured surface enhances grip and stability, reducing the risk of slipping during your workouts and providing a secure surface for all types of exercises.

Ribbed Surface Texture

The textured surface enhances grip and stability, reducing the risk of slipping during your workouts and providing a secure surface for all types of exercises.
Convenient Portability | Featuring an easy-to-carry strap, this mat is designed for effortless transport, making it simple to take with you to the gym, yoga class, or anywhere you exercise.

Convenient Portability

Featuring an easy-to-carry strap, this mat is designed for effortless transport, making it simple to take with you to the gym, yoga class, or anywhere you exercise.
Personalized Color Options | Choose from a variety of vibrant colors to match your personal style and make your workout space uniquely yours.

Personalized Color Options

Choose from a variety of vibrant colors to match your personal style and make your workout space uniquely yours.

FAQS

Specifications

Technology

  • design
    Lightweight/Portable
  • surface
    textured, anti-slip

Comfort

  • benefits
    Ensures optimal comfort
  • cleaning instructions
    wipe w/ damp cloth

Engineering

  • color options
    Blue / Grey / Pink
  • foldable
    Easily rolls up for storage
  • multifunctional
    easily portable for home or gym use
  • what's included
    1 yoga mat, 1 carry strap

Convenience

  • product dimensions
    74L x 24W x 0.5H in
  • product weight
    2.5 lb
  • ship dimensions
    25.2L x 7W x 7H in
  • Ship weight
    3.1 lb
  • warranty
    1 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% comment %}
{% endcomment %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


Premium 1/2-Inch Extra Thick Exercise Yoga Mat has a rating of 4.9 stars based on 7 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back