redecora.cl Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://redecora.cl/
Submission: On February 19 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Se ha producido un error al buscar los países. Inténtelo nuevamente.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Buscar</label>
  <script src="//redecora.cl/cdn/shop/t/5/assets/search-form.js?v=43677551656194261111707621082" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Busca &quot;Cama King&quot;" data-placeholder-one="Busca &quot;Sofá Cama&quot;" data-placeholder-two="Busca &quot;Cama King&quot;"
      data-placeholder-three="Busca &quot;Mesa Lateral&quot;" data-placeholder-prompts-mob="true" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000"
      data-delay-after-word-typed="2400" role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false"
      spellcheck="false"><button class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Buscar</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false"
        role="presentation" class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button>
    <button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Restablecer</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Búsqueda por voz" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//redecora.cl/cdn/shop/t/5/assets/speech-search.css?v=47207760375520952331707621083" rel="stylesheet" type="text/css" media="all">
    <script src="//redecora.cl/cdn/shop/t/5/assets/speech-search.js?v=106462966657620737681707621083" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
        <path fill="currentColor"
          d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
        </path>
      </svg>
      <p>Su carrito esta vacío</p><a class="btn btn--primary" href="/collections/sofas-y-sillones">Comenzar a comprar</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0 CLP </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Cargando...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Correo electrónico</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Su correo electrónico" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Suscribirse</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

Text Content

Ir al contenido

Envío GRATIS a Región Metropolitana por compras superiores a $50.000



Buscar Buscar Restablecer


Iniciar sesión Carrito

Menú
 * Sofás y Sillones
    * Anterior
    * Sofás y Sillones
    * Sofás Cama
    * Sofás retráctiles y reclinables
    * Sofás Estáticos
    * SOFAS ENTREGA INMEDIATA

 * Camas
    * Anterior
    * Camas
    * Camas Europeas a Confección
    * Camas Completas

 * Camas para Mascotas
 * Mesas
 * Liquidación
 * Decoración
    * Anterior
    * Decoración
    * Alfombras
    * Esculturas
    * Cojines
    * Cuadros
    * Espejos
    * Floreros
    * Iluminación

 * Llámanos!

ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR
ÚLTIMAS UNIDADES EN SOFÁS DE STOCK COMPRAR



SU CARRITO

Cerrar

Su carrito esta vacío

Comenzar a comprar

Subtotal:$0 CLP

Cargando...




PRODUCTOS DESTACADOS

Anterior Siguiente

 * Alfombra Ebrú
   
   Desde $239.940 CLP $399.900
   Precio unitario /
   Agotado
   Elegir opciones

 * Alfombra Marrakesh
   
   Desde $161.940 CLP $269.900
   Precio unitario /
   Agotado
   Elegir opciones

 * Alfombra Nerina
   
   Desde $161.940 CLP $269.900
   Precio unitario /
   Agotado
   Elegir opciones





Anterior Siguiente

 * Habla con un experto
   
   Ayuda y asesoramiento de expertos

 * Envío a todo Chile
   
   Rapidez y eficiencia

 * Cambios & devoluciones
   
   Todo lo que necesitas saber

 * Los mejores precios
   
   Te lo prometemos

Volver al principio


¡SÍGUENOS EN NUESTRAS REDES!

 * Facebook
 * Instagram
 * WhatsApp


ENLACES DE INTERÉS

 * Cómo llegar a la tienda
 * Nuestro Instagram
 * Nuestro Facebook
 * Webpay


NEWSLETTER

Regístrate para recibir ofertas exclusivas, historias originales, eventos y más.

Correo electrónico
Suscribirse


LEGALES

 * Política de cambios
 * Política de privacidad
 * Términos del servicio

Formas de pago aceptadas

--------------------------------------------------------------------------------

© 2024 Re Decora.
Anterior


ELEGIR OPCIONES

Cerrar
Cerrar


Se ha añadido el artículo al carrito

Ver carrito


Necesitas ayuda? Hablemos!





¡Llámanos!
Hablemos:
(2) 2585 6916


word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1


NUNCA TE PIERDAS UNA OFERTA 🛍️

Suscríbete para recibir actualizaciones sobre nuestros nuevos productos y
promociones exclusivas.

Más tarde Permitir