www.karensnaak.shop Open in urlscan Pro
2606:4700:3034::ac43:818f  Public Scan

Submitted URL: https://karensnaak.shop/ventas/mujer-pantalones-the-north-face-pantalon-de-chandal-polar-half-dome-para-misty-sage-snow
Effective URL: https://www.karensnaak.shop/ventas/mujer-pantalones-the-north-face-pantalon-de-chandal-polar-half-dome-para-misty-sage-snow/
Submission: On October 26 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://www.karensnaak.shop/

<form role="search" method="get" class="searchform" action="https://www.karensnaak.shop/">
  <label for="ocean-search-form-1">
    <span class="screen-reader-text">Search this website</span>
    <input type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Buscar" name="s">
  </label>
  <input type="hidden" name="post_type" value="product">
</form>

GET https://www.karensnaak.shop/

<form aria-label="Search this website" method="get" action="https://www.karensnaak.shop/" class="mobile-searchform">
  <input aria-label="Insert search query" value="" class="field" id="ocean-mobile-search-2" type="search" name="s" autocomplete="off" placeholder="Buscar">
  <button aria-label="Submit search" type="submit" class="searchform-submit">
    <i class=" icon-magnifier" aria-hidden="true" role="img"></i> </button>
  <input type="hidden" name="post_type" value="product">
</form>

POST ?add-to-cart=59831

<form action="?add-to-cart=59831" class="cart" method="post" enctype="multipart/form-data">
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_671d1caeeb7ca">Mujer Pantalones | The North Face Pantalón De Chándal Polar Half Dome Para Misty Sage-snow cantidad</label>
    <a href="javascript:void(0)" class="minus">-</a><input type="number" id="quantity_671d1caeeb7ca" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Cantidad" size="4" placeholder="" inputmode="numeric"
      autocomplete="off"><a href="javascript:void(0)" class="plus">+</a>
  </div>
  <button type="submit" name="add-to-cart" value="59831" class="floating_add_to_cart_button button alt">Añadir al carrito</button>
</form>

POST https://www.karensnaak.shop/ventas/mujer-pantalones-the-north-face-pantalon-de-chandal-polar-half-dome-para-misty-sage-snow/

<form class="cart" action="https://www.karensnaak.shop/ventas/mujer-pantalones-the-north-face-pantalon-de-chandal-polar-half-dome-para-misty-sage-snow/" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Talla <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[talla]">
        <option data-price="" value="XS"> XS </option>
        <option data-price="" value="S"> S </option>
        <option data-price="" value="M"> M </option>
        <option data-price="" value="L"> L </option>
        <option data-price="" value="XL"> XL </option>
        <option data-price="" value="XXL"> XXL </option>
        <option data-price="" value="3XL"> 3XL </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="51.66"></div>
  </div>
  <script type="text/javascript">
    jQuery(document).ready(function($) {
      $(this).on('change', 'input:text, select, textarea, input.qty', function() {
        ProductCustomOptions();
      });
      ProductCustomOptions();

      function ProductCustomOptions() {
        var option_total = 0;
        var product_price = $('#product_options_total').attr('product-price');
        var product_total_price = 0;
        var final_total = 0;
        $('.fmeop').each(function() {
          var option_price = 0;
          if ($(this).attr('type') == 'select') {
            option_price = $("option:selected", this).attr('data-price');
          } else if ($(this).attr('type') == 'mselect') {
            var sum = option_price;
            $("option:selected", this).each(function() {
              str = parseFloat($(this).attr('data-price'));
              sum = str + sum;
            });
            option_price = sum;
          } else {
            option_price = $(this).attr('data-price');
          }
          var value_entered = $(this).val();
          if (value_entered != '' || option_price == 0) {
            option_total = parseFloat(option_total) + parseFloat(option_price);
          }
        });
        var qty = $('.qty').val();
        if (option_total > 0 && qty > 0) {
          option_total = parseFloat(option_total * qty);
          var price_form = "left";
          var op_price = '';
          if (price_form == 'left') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%s%v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'left_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%s %v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%v%s"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&euro;",
              format: "%v %s"
            }, "2", ".", ","); // €4.999,99
          }
          if (product_price) {
            product_total_price = parseFloat(product_price * qty);
          }
          final_total = option_total + product_total_price;
          var fi_price = '';
          if (price_form == 'left') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%s%v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'left_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%s %v"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%v%s"
            }, "2", ".", ","); // €4.999,99
          } else if (price_form == 'right_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&euro;",
              format: "%v %s"
            }, "2", ".", ","); // €4.999,99
          }
          html = '';
          html = html + '<div class="tprice"><div class="leftprice">Options Total:</div><div class="rightprice optionprice">' + op_price + '</div></div>';
          if (final_total) {
            html = html + '<div class="tprice"><div class="leftprice">Final Total:</div><div class="rightprice finalprice">' + fi_price + '</div></div>';
          }
          html = html + '</dl>';
          $('#product_options_total').html(html);
        } else {
          $('#product_options_total').html('');
        }
      }
    });
  </script>
  <script>
    var URL = "https://www.karensnaak.shop/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_671d1caf1e52c">Mujer Pantalones | The North Face Pantalón De Chándal Polar Half Dome Para Misty Sage-snow cantidad</label>
    <a href="javascript:void(0)" class="minus">-</a><input type="number" id="quantity_671d1caf1e52c" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Cantidad" size="4" placeholder="" inputmode="numeric"
      autocomplete="off"><a href="javascript:void(0)" class="plus">+</a>
  </div>
  <button type="submit" name="add-to-cart" value="59831" class="single_add_to_cart_button button alt">Añadir al carrito</button>
</form>

POST https://www.karensnaak.shop/?na=s

<form method="post" action="https://www.karensnaak.shop/?na=s">
  <input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
  <div class="tnp-field tnp-field-email"><label for="tnp-1">Email</label>
    <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required="">
  </div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

Skip to content
 * Los recién llegados
 * Mujer
   * Calzado
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas de trail & running
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
   * Chaquetas
     * Triclimate 3 en 1
     * Chalecos
     * Chaquetas de talla grande
     * Impermeable
     * Chaquetas con aislamiento integral
     * Chaquetas ligeras
     * Parkas & abrigos
     * Chaquetas de plumón
     * Esquí & snowboard
     * Chaquetas nuptse & Chaquetas acolchadas
   * Tops
     * Tops de talla grande
     * Sujetadores deportivos
     * Sudaderas con capucha y suéteres
     * Forros polares
     * Combinaciones
     * Camisetas y camisas
   * Colecciones
     * Exclusivo
     * Tallas grandes
   * Pantalones
     * Pantolones cortos
     * Esquí & snowboard
     * Pantalones de talla grande
     * Pantalones
     * Mallas
     * Faldas y vestidos
   * Accessorios
     * Accesorios de viaje
     * Gorros
     * Cuidado de la ropa y el calzado
     * Mochilas para mujeres
     * Gorras y sombreros
     * Guantes & bufandas
 * Hombre
   * Calzado
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas de trail & running
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
   * Colecciones
     * Exclusivo
     * Sustainable gear
   * Comprar por actividad
     * Cuidado de la ropa y el calzado
   * Chaquetas
     * Triclimate 3 en 1
     * Chaquetas nuptse y acolchadas
     * Impermeable
     * Chaquetas de plumón
     * Chalecos
     * Chaquetas shell ligeras
     * Chaquetas con aislamiento integral
     * Parkas & abrigos
   * Tops
     * Denali Collection
     * Sudaderas con capucha y suéteres
     * Camisetas y camisas
     * Forros polares
     * Chalecos
   * Accessorios
     * Accesorios de viaje
     * Guantes & bufandas
     * Gorros
     * Gorras y sombreros
     * Mochilas para hombre
   * Pantalones
     * Esquí & snowboard
     * Mallas
     * Pantalones cortos & mallas
     * Pantalones
 * Bolsos & Equipamiento
   * Tiendas y sacos de dormir
     * Sacos de dormir
     * Tiendas
   * Comprar por actividad
     * Equipamiento para correr
     * Bolsas de viaje
     * Mochilas escolares
     * Mochilas lifestyle
     * Mochilas para escalada y deportes de invierno
   * Colecciones
     * Borealis
     * Voyager
     * Base camp duffel
     * Equipamiento sostenible
   * Accesorios
     * Mochilas de senderismo
     * Bolsos tote & bandoleras
     * Accesorios de viaje
     * Riñoneras
   * Bolsas duffel & maletas
     * Duffels
     * Maletas
   * Mochilas
     * Mochilas para niños
     * Mochilas para mujeres
     * Mochilas para hombre
 * Niños
   * Niño (7-16 años)
     * Chaquetas impermeables
     * Pantalones
     * Calzado
     * Forros polares & sudaderas
     * Accesorios & Mochilas
     * Camisetas
     * Abrigos & chaquetas
   * Niña (7-16 años)
     * Camisetas y sujetadores
     * Pantalones
     * Calzado
     * Chaquetas impermeables
     * Accesorios & Mochilas
     * Abrigos & chaquetas
     * Forros polares & sudaderas
   * Comprar por actividad
     * Esquí & snowboard
     * Senderismo
   * Bebés y niños pequeños (0-7años)
     * Bebés (0-2 años)
     * Niños pequeños (2-7 años)
 * Calzado
   * Mujer
     * Zapatillas de Montaña & Senderismo
     * Calcetines
     * Zapatillas informales
     * Zapatillas de trail & running
     * Zapatillas de Alpinismo
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
     * Zapatillas & botas impermeables
   * Niños
     * Pantuflas y chanclas
     * Calzado con Aislamento y de Senderismo
   * Hombre
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas & botas impermeables
     * Cuidado de la ropa y el calzado
     * Zapatillas de Alpinismo
     * Zapatillas de trail & running
     * Calcetines
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
 * The North Face
 * Deseados
 * Mi Cuenta
 * 0
   
   No products in the cart. Add Products

 * 

Search this website
0 Menú Cerrar
 * Los recién llegados
 * Mujer
   * Calzado
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas de trail & running
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
   * Chaquetas
     * Triclimate 3 en 1
     * Chalecos
     * Chaquetas de talla grande
     * Impermeable
     * Chaquetas con aislamiento integral
     * Chaquetas ligeras
     * Parkas & abrigos
     * Chaquetas de plumón
     * Esquí & snowboard
     * Chaquetas nuptse & Chaquetas acolchadas
   * Tops
     * Tops de talla grande
     * Sujetadores deportivos
     * Sudaderas con capucha y suéteres
     * Forros polares
     * Combinaciones
     * Camisetas y camisas
   * Colecciones
     * Exclusivo
     * Tallas grandes
   * Pantalones
     * Pantolones cortos
     * Esquí & snowboard
     * Pantalones de talla grande
     * Pantalones
     * Mallas
     * Faldas y vestidos
   * Accessorios
     * Accesorios de viaje
     * Gorros
     * Cuidado de la ropa y el calzado
     * Mochilas para mujeres
     * Gorras y sombreros
     * Guantes & bufandas
 * Hombre
   * Calzado
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas de trail & running
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
   * Colecciones
     * Exclusivo
     * Sustainable gear
   * Comprar por actividad
     * Cuidado de la ropa y el calzado
   * Chaquetas
     * Triclimate 3 en 1
     * Chaquetas nuptse y acolchadas
     * Impermeable
     * Chaquetas de plumón
     * Chalecos
     * Chaquetas shell ligeras
     * Chaquetas con aislamiento integral
     * Parkas & abrigos
   * Tops
     * Denali Collection
     * Sudaderas con capucha y suéteres
     * Camisetas y camisas
     * Forros polares
     * Chalecos
   * Accessorios
     * Accesorios de viaje
     * Guantes & bufandas
     * Gorros
     * Gorras y sombreros
     * Mochilas para hombre
   * Pantalones
     * Esquí & snowboard
     * Mallas
     * Pantalones cortos & mallas
     * Pantalones
 * Bolsos & Equipamiento
   * Tiendas y sacos de dormir
     * Sacos de dormir
     * Tiendas
   * Comprar por actividad
     * Equipamiento para correr
     * Bolsas de viaje
     * Mochilas escolares
     * Mochilas lifestyle
     * Mochilas para escalada y deportes de invierno
   * Colecciones
     * Borealis
     * Voyager
     * Base camp duffel
     * Equipamiento sostenible
   * Accesorios
     * Mochilas de senderismo
     * Bolsos tote & bandoleras
     * Accesorios de viaje
     * Riñoneras
   * Bolsas duffel & maletas
     * Duffels
     * Maletas
   * Mochilas
     * Mochilas para niños
     * Mochilas para mujeres
     * Mochilas para hombre
 * Niños
   * Niño (7-16 años)
     * Chaquetas impermeables
     * Pantalones
     * Calzado
     * Forros polares & sudaderas
     * Accesorios & Mochilas
     * Camisetas
     * Abrigos & chaquetas
   * Niña (7-16 años)
     * Camisetas y sujetadores
     * Pantalones
     * Calzado
     * Chaquetas impermeables
     * Accesorios & Mochilas
     * Abrigos & chaquetas
     * Forros polares & sudaderas
   * Comprar por actividad
     * Esquí & snowboard
     * Senderismo
   * Bebés y niños pequeños (0-7años)
     * Bebés (0-2 años)
     * Niños pequeños (2-7 años)
 * Calzado
   * Mujer
     * Zapatillas de Montaña & Senderismo
     * Calcetines
     * Zapatillas informales
     * Zapatillas de trail & running
     * Zapatillas de Alpinismo
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
     * Zapatillas & botas impermeables
   * Niños
     * Pantuflas y chanclas
     * Calzado con Aislamento y de Senderismo
   * Hombre
     * Zapatillas de Montaña & Senderismo
     * Zapatillas informales
     * Zapatillas & botas impermeables
     * Cuidado de la ropa y el calzado
     * Zapatillas de Alpinismo
     * Zapatillas de trail & running
     * Calcetines
     * Botas insuladas
     * Chanclas, Sandalias & Pantuflas
 * The North Face
 * Deseados
 * Mi Cuenta
 * 0
   
   No products in the cart. Add Products

 * 



Selected:


MUJER PANTALONES | THE…

€54,38 €51,66

Mujer Pantalones | The North Face Pantalón De Chándal Polar Half Dome Para Misty
Sage-snow cantidad -+
Añadir al carrito


MUJER PANTALONES | THE NORTH FACE PANTALÓN DE CHÁNDAL POLAR HALF DOME PARA MISTY
SAGE-SNOW

Home » Productos » Mujer Pantalones | The North Face Pantalón De Chándal Polar
Half Dome Para Misty Sage-snow

by Fmeaddons

¡Oferta!
 * Previous Product
   
 * Next Product
   

🔍

 1.  
 2.  
 3.  
 4.  
 5.  
 6.  
 7.  
 8.  
 9.  
 10. 
 11. 


MUJER PANTALONES | THE NORTH FACE PANTALÓN DE CHÁNDAL POLAR HALF DOME PARA MISTY
SAGE-SNOW

€54,38 €51,66

Corte recto: la prenda se ajusta a la talla real para más confort. Nuestro
pantalón de chánd…

Talla * :- XS S M L XL XXL 3XL

Mujer Pantalones | The North Face Pantalón De Chándal Polar Half Dome Para Misty
Sage-snow cantidad -+
Añadir al carrito
SKU: H9BVLSPDAHP26276 Categorías: Mujer, Pantalones, Pantalones Etiquetas: Misty
Sage-snow, The North Face
Guías de tallas

Tallas Mujer


CHAQUETAS Y CAMISAS

TALLA NORMAL BUSTO CINTURA CADERA LONGITUD DE LA MANGA XS 78-81 61-64 81-86 80 S
84-89 66-71 89-91 81 M 91-94 74-76 94-99 83 L 99-102 81-84 102-109 88 XL 107-112
89-94 109-119 89 XXL 117-119 99-102 119-127 91


PANTALONES

TALLA NORMAL CINTURA CADERA LONGITUD DE LAS PIERNAS (CORTO) LONGITUD DE LAS
PIERNAS (NORMAL) LONGITUD DE LAS PIERNAS (LARGO) XS 61-64 81-86 71 76 81 S 66-71
89-91 72 77 83 M 74-76 94-99 72 77 83 L 81-84 102-109 74 79 84 XL 89-94 109-119
74 79 84 XXL 99-102 119-127 74 79 84


ZAPATOS

US UK EU CM 5 3 36 22 5.5 3.5 36.5 22,5 6 4 37 23 6.5 4.5 37.5 23,5 7 5 38 24
7.5 5.5 38.5 24,5 8 6 39 25 8.5 6.5 39.5 25,5 9 7 40 26 9.5 7.5 40.5 26,5 10 8
41 27 10.5 8.5 41.5 28 11 9 42 28,5



 * Descripción
 * Valoraciones (0)
 * Contacto
 * Envíos


DESCRIPCIÓN

Corte recto: la prenda se ajusta a la talla real para más confort.



Nuestro pantalón de chándal polar Half Dome, inspirado en nuestra línea de
sudaderas con capuchas más populares, es una prenda esencial para cualquier
exploradora que se precie. Es una prenda suave y cálida, confeccionada en tejido
polar de algodón 100 %, que no es nada pesado, ideal para aventuras tranquilas
en tu tiempo de descanso.




ESPECIFICACIONES DEL PRODUCTO

Modelo: 7UPL Tejido del diseño de los colores lisos : 73 % algodón, 27 %
poliéster de 250 g/m² Tejido del diseño jaspeado : 67 % algodón, 33 % poliéster
de 250 g/m² Entrepierna : 73,66 cm (R) Tallas : XS, S, M, L, XL, XXL, 3XL


VALORACIONES

No hay valoraciones aún.

Sé el primero en valorar “Mujer Pantalones | The North Face Pantalón De Chándal
Polar Half Dome Para Misty Sage-snow” Cancelar la respuesta

Debes acceder para publicar una valoración.



Nombre (requerido)


Tu correo electrónico (requerido)


Asunto


Mensaje







 * Pago 100% seguro
 * Envío gratuito a partir de € 60
 * 20-30 Días para devolver
 * Formas De Pago:




PRODUCTOS RELACIONADOS

 * Quick View
    * ¡Oferta!
      Quick View
   
   
    * MUJER FORROS POLARES | THE NORTH FACE FORRO POLAR CON CREMALLERA INTEGRAL
      100 GLACIER PARA DARK SAGE
   
    * €68,88 €37,88
    * 
    * Seleccionar opciones

 * Quick View
    * ¡Oferta!
      Quick View
   
   
    * HOMBRE PARKAS & ABRIGOS | THE NORTH FACE PARKA DE PLUMÓN HIMALAYAN PARA
      TNF BLACK
   
    * €75,22 €56,42
    * 
    * Seleccionar opciones

 * Quick View
    * ¡Oferta!
      Quick View
   
   
    * HOMBRE GORRAS Y SOMBREROS | THE NORTH FACE GORRO DE PESCADOR CYPRESS TNF
      BLACK
   
    * €31,72 €20,62
    * 
    * Seleccionar opciones

 * Quick View
    * ¡Oferta!
      Quick View
   
   
    * MUJER CHAQUETAS CON AISLAMIENTO INTEGRAL | THE NORTH FACE CHAQUETA
      ACOLCHADA CON RELLENO SINTÉTICO 2000 PARA COSMO PINK
   
    * €69,79 €52,34
    * 
    * Seleccionar opciones

KAREN SNAAK

 * Pago 100% seguro
 * Envío gratuito a partir de € 60
 * 20-30 Días para devolver
 * Formas De Pago:

PRODUCTOS

 * Niños Senderismo | The North Face Pantalón Corto De Algodón Para Niño Tnf
   Black €40,78 €34,67
 * Hombre/Calzado Zapatillas De Trail & Running | The North Face Zapatillas De
   Trail Running VECTIV™ FUTURELIGHT™ Infinite II Para Optic Blue/tnf Black
   €87,00 €65,25

SERVICIO DE ATENCIÓN

 * Contacto
 * Privacidad
 * Envíos
 * Rastreo de orden
 * Mi Cuenta

NEWSLETTER

Email

Copyright © 2024 karensnaak.shop - Todos los derechos reservados
×


×

Carrito



No products in the cart. Add Products





CHAT ME

Email Phone



Continue