samsonite.com.pe Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://samsonite.com.pe/
Submission: On March 27 via api from US — Scanned from US

Form analysis 10 forms found in the DOM

POST /cart

<form action="/cart" id="CartDrawer-Form" class="cart__contents cart-drawer__form" method="post">
  <div id="CartDrawer-CartItems" class="drawer__contents js-contents">
    <p id="CartDrawer-LiveRegionText" class="visually-hidden" role="status"></p>
    <p id="CartDrawer-LineItemStatus" class="visually-hidden" aria-hidden="true" role="status"> Cargando... </p>
  </div>
  <div id="CartDrawer-CartErrors" role="alert"></div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="return_to" value="/account">
  <div class="tw-flex tw-justify-start tw-mt-10">
    <p class="!tw-typ-body-2 tw-text-left"> Regístrese para obtener listas de deseos personalizadas, ofertas increíbles y un pago más rápido. </p>
  </div>
  <div class="field ">
    <input class="" type="text" name="customer[first_name]" id="RegisterForm-FirstName" placeholder="Nombre"><label for="RegisterForm-FirstName"> Nombre </label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span>
  <div class="field ">
    <input class="" type="text" name="customer[last_name]" id="RegisterForm-LastName" placeholder="Apellido"><label for="RegisterForm-LastName"> Apellido </label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span>
  <div class="field ">
    <input class="" type="email" name="customer[email]" id="RegisterForm-email" placeholder="Correo electrónico"><label for="RegisterForm-email"> Correo electrónico *</label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span>
  <div class="field ">
    <input class="CustomerPassword" type="password" name="customer[password]" id="RegisterForm-password" placeholder="Contraseña"><span class="lazyload togglePassword" onclick="toggle(event)"><svg width="24" height="24" viewBox="0 0 24 24"
        fill="none" xmlns="http://www.w3.org/2000/svg" class="eye-open">
        <path
          d="M2.03613 12.322C1.96712 12.1146 1.96712 11.8904 2.03613 11.683C3.42313 7.51 7.36013 4.5 12.0001 4.5C16.6381 4.5 20.5731 7.507 21.9631 11.678C22.0331 11.885 22.0331 12.109 21.9631 12.317C20.5771 16.49 16.6401 19.5 12.0001 19.5C7.36213 19.5 3.42713 16.493 2.03713 12.322H2.03613Z"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path
          d="M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12V12Z"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="eye-close">
        <path
          d="M3.98008 8.223C3.04454 9.32718 2.3479 10.6132 1.93408 12C3.22608 16.338 7.24408 19.5 12.0001 19.5C12.9931 19.5 13.9531 19.362 14.8631 19.105M6.22808 6.228C7.9407 5.09781 9.94816 4.49682 12.0001 4.5C16.7561 4.5 20.7731 7.662 22.0651 11.998C21.357 14.3673 19.8371 16.4115 17.7721 17.772M6.22808 6.228L3.00008 3M6.22808 6.228L9.87808 9.878M17.7721 17.772L21.0001 21M17.7721 17.772L14.1221 14.122M14.1221 14.122C14.4007 13.8434 14.6217 13.5127 14.7725 13.1486C14.9232 12.7846 15.0008 12.3945 15.0008 12.0005C15.0008 11.6065 14.9232 11.2164 14.7725 10.8524C14.6217 10.4883 14.4007 10.1576 14.1221 9.879C13.8435 9.6004 13.5127 9.3794 13.1487 9.22863C12.7847 9.07785 12.3946 9.00025 12.0006 9.00025C11.6066 9.00025 11.2164 9.07785 10.8524 9.22863C10.4884 9.3794 10.1577 9.6004 9.87908 9.879M14.1211 14.121L9.88008 9.88"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span><label for="RegisterForm-password"> Contraseña *</label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block"> Mínimo 5 caracteres con letras y números </span>
  <script>
    function toggle(event) {
      const button = event.currentTarget;
      const password = button?.parentElement?.querySelector('.CustomerPassword');
      const type = password?.getAttribute('type') === 'password' ? 'text' : 'password';
      password?.setAttribute('type', type);
      button.classList.toggle('open');
    }
  </script>
  <div class="tw-flex tw-justify-start !tw-mt-10 tw-items-center">
    <label class="tw-flex tw-items-center tw-text-left tw-gap-1  !tw-typ-small-1">
      <input type="checkbox" class="checkbox-field"> Envíenme correos electrónicos con promociones y noticias </label>
  </div>
  <div class="tw-mt-10"><button class="tw-button tw-button-primary"> Crear Cuenta </button>
  </div>
  <p class="tw-typ-small-1 tw-text-left">
    <a href="/pages/terminos-y-condiciones" class="!tw-typ-small-1 !tw-inline">
    Al registrarte, aceptas la Política de Privacidad y los Términos y Condiciones de
    Samsonite.
  </a>
  </p>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="field ">
    <input class="" type="email" name="email" id="RecoverEmail" placeholder="Correo electrónico" value=""><label for="RecoverEmail"> Correo electrónico *</label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span><button class="tw-button tw-button-primary"> Reiniciar Contraseña </button>
  <a href="#login">
        Cancelar y Volver a Iniciar Sesion
      </a>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="tw-flex tw-justify-start">
    <p class="tw-typ-body-2"> Acceda a su cuenta Samsonite. </p>
  </div>
  <div class="field ">
    <input class="" type="email" name="customer[email]" id="CustomerEmail" placeholder="Correo electrónico" value=""><label for="CustomerEmail"> Correo electrónico </label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span>
  <div class="field ">
    <input class="CustomerPassword" type="password" name="customer[password]" id="CustomerEmail" placeholder="Contraseña"><span class="lazyload togglePassword" onclick="toggle(event)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none"
        xmlns="http://www.w3.org/2000/svg" class="eye-open">
        <path
          d="M2.03613 12.322C1.96712 12.1146 1.96712 11.8904 2.03613 11.683C3.42313 7.51 7.36013 4.5 12.0001 4.5C16.6381 4.5 20.5731 7.507 21.9631 11.678C22.0331 11.885 22.0331 12.109 21.9631 12.317C20.5771 16.49 16.6401 19.5 12.0001 19.5C7.36213 19.5 3.42713 16.493 2.03713 12.322H2.03613Z"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path
          d="M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12V12Z"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="eye-close">
        <path
          d="M3.98008 8.223C3.04454 9.32718 2.3479 10.6132 1.93408 12C3.22608 16.338 7.24408 19.5 12.0001 19.5C12.9931 19.5 13.9531 19.362 14.8631 19.105M6.22808 6.228C7.9407 5.09781 9.94816 4.49682 12.0001 4.5C16.7561 4.5 20.7731 7.662 22.0651 11.998C21.357 14.3673 19.8371 16.4115 17.7721 17.772M6.22808 6.228L3.00008 3M6.22808 6.228L9.87808 9.878M17.7721 17.772L21.0001 21M17.7721 17.772L14.1221 14.122M14.1221 14.122C14.4007 13.8434 14.6217 13.5127 14.7725 13.1486C14.9232 12.7846 15.0008 12.3945 15.0008 12.0005C15.0008 11.6065 14.9232 11.2164 14.7725 10.8524C14.6217 10.4883 14.4007 10.1576 14.1221 9.879C13.8435 9.6004 13.5127 9.3794 13.1487 9.22863C12.7847 9.07785 12.3946 9.00025 12.0006 9.00025C11.6066 9.00025 11.2164 9.07785 10.8524 9.22863C10.4884 9.3794 10.1577 9.6004 9.87908 9.879M14.1211 14.121L9.88008 9.88"
          stroke="#ccc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span><label for="CustomerEmail"> Contraseña </label>
  </div>
  <span class="!tw-typ-body-2 !tw-my-0 tw-text-left tw-block">
  </span>
  <script>
    function toggle(event) {
      const button = event.currentTarget;
      const password = button?.parentElement?.querySelector('.CustomerPassword');
      const type = password?.getAttribute('type') === 'password' ? 'text' : 'password';
      password?.setAttribute('type', type);
      button.classList.toggle('open');
    }
  </script>
  <div class="tw-flex tw-justify-end">
    <a class="!tw-mt-16" href="#recover-drawer">
          ¿Olvidaste tu contraseña?
        </a>
  </div>
  <div class="tw-mt-10"><button class="tw-button tw-button-primary"> Iniciar sesión </button>
  </div>
  <p class="tw-typ-small-1 tw-text-left">
    <a href="/pages/terminos-y-condiciones" class="!tw-typ-small-1 !tw-inline">
    Al registrarte, aceptas la Política de Privacidad y los Términos y Condiciones de
    Samsonite.
  </a>
  </p>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-b314334f-cefb-4cf7-b1f7-d80f597ffaa9" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="42739961856156">
  <div class="tw-flex tw-gap-4 tw-flex-col md:tw-flex-row">
    <button type="submit" name="add" class="product-form__submit button tw-button tw-button-primary " aria-haspopup="dialog">
      <span class="tw-typ-buttons-a">Agregar al carrito </span>
      <div class="hidden loading-overlay__spinner">
        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
        </svg>
      </div>
    </button>
  </div><input type="hidden" name="product-id" value="7741778657436"><input type="hidden" name="section-id" value="template--15743995510940__1a6326b9-9c84-42eb-9d0c-4d5e6aab87e3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-f80e31b9-e77f-4ee4-9cb1-89b472278372" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="42470790234268">
  <div class="tw-flex tw-gap-4 tw-flex-col md:tw-flex-row">
    <button type="submit" name="add" class="product-form__submit button tw-button tw-button-primary " aria-haspopup="dialog">
      <span class="tw-typ-buttons-a">Agregar al carrito </span>
      <div class="hidden loading-overlay__spinner">
        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
        </svg>
      </div>
    </button>
  </div><input type="hidden" name="product-id" value="7615793987740"><input type="hidden" name="section-id" value="template--15743995510940__1a6326b9-9c84-42eb-9d0c-4d5e6aab87e3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-761f4691-f7eb-477f-9f3d-501dd8ace5d0" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="43033018990748">
  <div class="tw-flex tw-gap-4 tw-flex-col md:tw-flex-row">
    <button type="submit" name="add" class="product-form__submit button tw-button tw-button-primary " aria-haspopup="dialog">
      <span class="tw-typ-buttons-a">Agregar al carrito </span>
      <div class="hidden loading-overlay__spinner">
        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
        </svg>
      </div>
    </button>
  </div><input type="hidden" name="product-id" value="7850590503068"><input type="hidden" name="section-id" value="template--15743995510940__1a6326b9-9c84-42eb-9d0c-4d5e6aab87e3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-11311628-730c-4ff1-bbcb-97ba28ae4d38" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="42470789939356">
  <div class="tw-flex tw-gap-4 tw-flex-col md:tw-flex-row">
    <button type="submit" name="add" class="product-form__submit button tw-button tw-button-primary " aria-haspopup="dialog">
      <span class="tw-typ-buttons-a">Agregar al carrito </span>
      <div class="hidden loading-overlay__spinner">
        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
        </svg>
      </div>
    </button>
  </div><input type="hidden" name="product-id" value="7615793725596"><input type="hidden" name="section-id" value="template--15743995510940__1a6326b9-9c84-42eb-9d0c-4d5e6aab87e3">
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-QWdp6m" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 30px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_69078023" class="needsclick go1462340383 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 30px; text-align: left; color: rgb(16, 9, 9); font-family: Gt-America, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go3799570259 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(16, 9, 9); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(255, 255, 255); font-family: Gt-America, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 30px;">➜</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_2 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-XwDrSE" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 320px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(3, 3, 3); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 15px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 250px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-99976169" style="width: 100%;">
          <p class="p1" style="text-align: center;"><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Gt-America, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 20px; background-color: rgb(0, 0, 0);">¡Obtén un cupón
              del 10% de Dscto Adicional!</span></p>
          <p class="p1" style="text-align: center;"><span style="font-weight: 400; color: rgb(255, 255, 255); font-family: Gt-America, Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgb(0, 0, 0);">&nbsp;</span></p>
          <p class="p1" style="text-align: center;"><span style="color: rgb(255, 255, 255); font-family: Gt-America, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-size: 16px; background-color: rgb(0, 0, 0);"><span
                style="font-weight: bold;">Aprovecha hoy esta promoción. <span style="font-weight: bold; font-family: Gt-America, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-style: normal;">Válido para compras online. Recuerda que ahora
                  puedes retirar en tienda en 24 hrs&nbsp;</span></span></span></p>
          <p class="p1" style="text-align: center;">&nbsp;</p>
          <p class="p1" style="text-align: center;"><span
              style="color: rgb(255, 255, 255); font-family: Gt-America, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-size: 14px; background-color: rgb(0, 0, 0); font-style: normal;">(Revisa la disponibilidad al seleccionar
              el producto)</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(4, 51, 255); border-radius: 0px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(255, 255, 255); font-family: Gt-America, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 1px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">OBTENER
          CUPÓN </button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Ir directamente al contenido


TU CARRITO ESTA VACÍO

Seguir comprando

¿Tienes una cuenta?

Inicia sesión para finalizar tus compras con mayor rapidez.


TU CARRITO

Cargando...




SUBTOTAL

S/. 0.00 PEN


Impuesto incluido. Los gastos de envío se calculan en la pantalla de pago.
Actualizar
Pagar pedido Ver mi carrito (0)

Regístrese para obtener listas de deseos personalizadas, ofertas increíbles y un
pago más rápido.

Nombre
Apellido
Correo electrónico *
Contraseña *
Mínimo 5 caracteres con letras y números
Envíenme correos electrónicos con promociones y noticias
Crear Cuenta

Al registrarte, aceptas la Política de Privacidad y los Términos y Condiciones
de Samsonite.

Restablecer tu contraseña

Introduzca la dirección de correo electrónico asociada a su cuenta. Se le
enviará por correo electrónico un enlace para restablecer su contraseña.

Correo electrónico *
Reiniciar Contraseña Cancelar y Volver a Iniciar Sesion

Acceda a su cuenta Samsonite.

Correo electrónico
Contraseña
¿Olvidaste tu contraseña?
Iniciar sesión

Al registrarte, aceptas la Política de Privacidad y los Términos y Condiciones
de Samsonite.

Iniciar sesión
Crear cuenta


🚚 ENVÍO GRATIS DESDE S/ 299 | 💳 HASTA 06 CUOTAS SIN INTERESES | 🏪 RETIRO EN
TIENDA GRATIS






SOPORTE


 * SOPORTE
   
   
   * SERVICIOS
     
     * Centro de Ayuda
     * Contáctanos
     * Cambios y Devoluciones
     * Garantía
     * Sigue tu Compra
     * Despacho
     * Encuentra una Tienda
     * Libro de Reclamaciones
   
   
   * MARCA
     
     * Nuestra Historia
   

Carrito

 * Regreso a clases
   Regreso a clases
    * Tipo de Producto
      Tipo de Producto
       * Mochilas
       * Maletas
       * Loncheras
       * Cartucheras
      
      Tipo de Producto
       * Mochilas
       * Maletas
       * Loncheras
       * Cartucheras
   
    * Marca
      Marca
       * Xtrem
       * Samsonite
       * Sammies by Samsonite
      
      Marca
       * Xtrem
       * Samsonite
       * Sammies by Samsonite
   
   Ver Todo Regreso a clases
 * Novedades
   Novedades
    * Lanzamientos
      Lanzamientos
       * SECRET | Avance Otoño – Invierno 2024
       * Xtrem | Regreso a clases 2024
       * Xtrem | Active SS24
       * Xtrem | Fashion Bags SS24
       * SECRET | Otoño - invierno 2024
      
      Lanzamientos
       * SECRET | Avance Otoño – Invierno 2024
       * Xtrem | Regreso a clases 2024
       * Xtrem | Active SS24
       * Xtrem | Fashion Bags SS24
       * SECRET | Otoño - invierno 2024
   
    * Lanzamientos Maletas
      Lanzamientos Maletas
       * Dream Rider
       * C-lite Pearl Fucsia
       * Oasis
       * Spectrolite
       * Stirling Light
       * Soft Motion Biz
       * Upscape
      
      Lanzamientos Maletas
       * Dream Rider
       * C-lite Pearl Fucsia
       * Oasis
       * Spectrolite
       * Stirling Light
       * Soft Motion Biz
       * Upscape
   
    * Lanzamientos Mochilas
      Lanzamientos Mochilas
       * Litepoint
       * Be-Her
       * Move 4.0
       * Sammies by Samsonite
       * Stackd Biz
      
      Lanzamientos Mochilas
       * Litepoint
       * Be-Her
       * Move 4.0
       * Sammies by Samsonite
       * Stackd Biz
   
    * Best Sellers
      Best Sellers
       * C-LITE
       * Ecodiver
       * Proxis
       * TOIIS
      
      Best Sellers
       * C-LITE
       * Ecodiver
       * Proxis
       * TOIIS
   
   Ver Todo Novedades
 * Equipaje
   Equipaje
    * Tipo
      Tipo
       * Maletas de Cabina
       * Maletas Infantiles
       * Maletas Medianas
       * Maletas Grandes
       * Maletas Extra Grandes
      
      Tipo
       * Maletas de Cabina
       * Maletas Infantiles
       * Maletas Medianas
       * Maletas Grandes
       * Maletas Extra Grandes
   
    * Material
      Material
       * Maletas Blandas
       * Maletas Rígidas
      
      Material
       * Maletas Blandas
       * Maletas Rígidas
   
    * Bolsos
      Bolsos
       * Bolsos Casuales
       * Bolsos Deportivos
       * Todos los Bolsos >
      
      Bolsos
       * Bolsos Casuales
       * Bolsos Deportivos
       * Todos los Bolsos >
   
    * Marca
      Marca
       * Equipaje American Tourister
       * Equipaje Samsonite
       * Equipaje Samsonite Red
       * Bolsos Xtrem
      
      Marca
       * Equipaje American Tourister
       * Equipaje Samsonite
       * Equipaje Samsonite Red
       * Bolsos Xtrem
   
   Ver Todo Equipaje
 * Mochilas
   Mochilas
    * Tipo
      Tipo
       * Mochilas para Laptop
       * Mochilas Business
       * Mochilas Casuales
       * Mochilas Kids
       * Mochilas con Ruedas
      
      Tipo
       * Mochilas para Laptop
       * Mochilas Business
       * Mochilas Casuales
       * Mochilas Kids
       * Mochilas con Ruedas
   
    * Marca
      Marca
       * Mochilas Samsonite
       * Mochilas Xtrem
       * Mochilas American Tourister
       * Mochilas Secret
      
      Marca
       * Mochilas Samsonite
       * Mochilas Xtrem
       * Mochilas American Tourister
       * Mochilas Secret
   
   Ver Todo Mochilas
 * Carteras
   Carteras
    * Tipo
      Tipo
       * Carteras Bandoleras
       * Carteras de Mano
       * Carteras de Hombro
       * Tote Bags
      
      Tipo
       * Carteras Bandoleras
       * Carteras de Mano
       * Carteras de Hombro
       * Tote Bags
   
    * Marca
      Marca
       * Carteras Samsonite
       * Carteras Secret
       * Carteras Xtrem
      
      Marca
       * Carteras Samsonite
       * Carteras Secret
       * Carteras Xtrem
   
   Ver Todo Carteras
 * Accesorios
   Accesorios
    * Tipo
      Tipo
       * Canguros
       * Cartucheras
       * Billeteras y Tarjeteros
       * Accesorios de viaje
       * Loncheras
       * Neceser y Cosmetiqueros
       * Cajas Pack de regalo
      
      Tipo
       * Canguros
       * Cartucheras
       * Billeteras y Tarjeteros
       * Accesorios de viaje
       * Loncheras
       * Neceser y Cosmetiqueros
       * Cajas Pack de regalo
   
    * Marca
      Marca
       * Accesorios Samsonite
       * Accesorios Xtrem
       * Accesorios Secret
      
      Marca
       * Accesorios Samsonite
       * Accesorios Xtrem
       * Accesorios Secret
   
   Ver Todo Accesorios
 * ECO-FRIENDLY
 * SALE
 * Soporte
   Soporte
    * Servicios
      Servicios
       * <b>Centro de Ayuda</b>
       * Contáctanos
       * Cambios y Devoluciones
       * Garantía
       * Sigue tu Compra
       * Despacho
       * Encuentra una Tienda
       * <b>Libro de Reclamaciones</b>
      
      Servicios
       * <b>Centro de Ayuda</b>
       * Contáctanos
       * Cambios y Devoluciones
       * Garantía
       * Sigue tu Compra
       * Despacho
       * Encuentra una Tienda
       * <b>Libro de Reclamaciones</b>
   
    * Marca
      Marca
       * Nuestra Historia
      
      Marca
       * Nuestra Historia

Mi Cuenta
Favorito




 * Regreso a clases
   
   
   CATEGORIAS
   
    * Tipo de Producto
       * Mochilas
       * Maletas
       * Loncheras
       * Cartucheras
   
    * Marca
       * Xtrem
       * Samsonite
       * Sammies by Samsonite
   
   Ver Todo Regreso a clases
 * Novedades
   
   
   CATEGORIAS
   
    * Lanzamientos
       * SECRET | Avance Otoño – Invierno 2024
       * Xtrem | Regreso a clases 2024
       * Xtrem | Active SS24
       * Xtrem | Fashion Bags SS24
       * SECRET | Otoño - invierno 2024
   
    * Lanzamientos Maletas
       * Dream Rider
       * C-lite Pearl Fucsia
       * Oasis
       * Spectrolite
       * Stirling Light
       * Soft Motion Biz
       * Upscape
   
    * Lanzamientos Mochilas
       * Litepoint
       * Be-Her
       * Move 4.0
       * Sammies by Samsonite
       * Stackd Biz
   
    * Best Sellers
       * C-LITE
       * Ecodiver
       * Proxis
       * TOIIS
   
   Ver Todo Novedades
 * Equipaje
   
   
   CATEGORIAS
   
    * Tipo
       * Maletas de Cabina
       * Maletas Infantiles
       * Maletas Medianas
       * Maletas Grandes
       * Maletas Extra Grandes
   
    * Material
       * Maletas Blandas
       * Maletas Rígidas
   
    * Bolsos
       * Bolsos Casuales
       * Bolsos Deportivos
       * Todos los Bolsos >
   
    * Marca
       * Equipaje American Tourister
       * Equipaje Samsonite
       * Equipaje Samsonite Red
       * Bolsos Xtrem
   
   Ver Todo Equipaje
 * Mochilas
   
   
   CATEGORIAS
   
    * Tipo
       * Mochilas para Laptop
       * Mochilas Business
       * Mochilas Casuales
       * Mochilas Kids
       * Mochilas con Ruedas
   
    * Marca
       * Mochilas Samsonite
       * Mochilas Xtrem
       * Mochilas American Tourister
       * Mochilas Secret
   
   Ver Todo Mochilas
 * Carteras
   
   
   CATEGORIAS
   
    * Tipo
       * Carteras Bandoleras
       * Carteras de Mano
       * Carteras de Hombro
       * Tote Bags
   
    * Marca
       * Carteras Samsonite
       * Carteras Secret
       * Carteras Xtrem
   
   Ver Todo Carteras
 * Accesorios
   
   
   CATEGORIAS
   
    * Tipo
       * Canguros
       * Cartucheras
       * Billeteras y Tarjeteros
       * Accesorios de viaje
       * Loncheras
       * Neceser y Cosmetiqueros
       * Cajas Pack de regalo
   
    * Marca
       * Accesorios Samsonite
       * Accesorios Xtrem
       * Accesorios Secret
   
   Ver Todo Accesorios
 * ECO-FRIENDLY
 * SALE

Carrito
VER COLECCIÓN


NUESTROS RECOMENDADOS


MALETA RÍGIDA SPIN AIR SPINNER 55/20 EXP CABINA NEGRO

SALE

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

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


MALETA RÍGIDA SPIN AIR SPINNER 55/20 EXP CABINA NEGRO

Precio habitual S/. 407.00
Precio habitual S/. 679.00 Precio de oferta S/. 407.00
Precio unitario /  por 
SALE


MALETA VARRO GRIS M 74 LTS

SALE

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


MALETA VARRO GRIS M 74 LTS

Precio habitual S/. 607.00
Precio habitual S/. 759.00 Precio de oferta S/. 607.00
Precio unitario /  por 
SALE


MALETA POPSODA BLACK M 68 LTS

SALE

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

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


MALETA POPSODA BLACK M 68 LTS

Precio habitual S/. 419.00
Precio habitual S/. 599.00 Precio de oferta S/. 419.00
Precio unitario /  por 
SALE


MALETA DE CABINA CURIO PINK TSA EXP

SALE

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


MALETA DE CABINA CURIO PINK TSA EXP

Precio habitual S/. 349.00
Precio habitual S/. 499.00 Precio de oferta S/. 349.00
Precio unitario /  por 
SALE


MOCHILA OUTDOOR AVALANCHE 2.0 GRIS MEDIANA

SALE

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


MOCHILA OUTDOOR AVALANCHE 2.0 GRIS MEDIANA

Precio habitual S/. 174.00
Precio habitual S/. 249.00 Precio de oferta S/. 174.00
Precio unitario /  por 
SALE


MALETA DE CABINA DREAM RIDER ZEBRA

SALE

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


MALETA DE CABINA DREAM RIDER ZEBRA

Precio habitual S/. 239.00
Precio habitual S/. 299.00 Precio de oferta S/. 239.00
Precio unitario /  por 
SALE


MOCHILA CON RUEDAS PARA NIÑAS LINCOLN ROSADA

SALE

+1


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


MOCHILA CON RUEDAS PARA NIÑAS LINCOLN ROSADA

Precio habitual S/. 109.00
Precio habitual S/. 219.00 Precio de oferta S/. 109.00
Precio unitario /  por 
SALE


MOCHILA IKONN LAPTOP BACKPACK III BLACK

SALE

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

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


MOCHILA IKONN LAPTOP BACKPACK III BLACK

Precio habitual S/. 341.00
Precio habitual S/. 379.00 Precio de oferta S/. 341.00
Precio unitario /  por 
SALE


MORRAL PARA LAPTOP 17" DE HOMBRE GAMERPACK NEGRO/VERDE

SALE

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


MORRAL PARA LAPTOP 17" DE HOMBRE GAMERPACK NEGRO/VERDE

Precio habitual S/. 251.00
Precio habitual S/. 359.00 Precio de oferta S/. 251.00
Precio unitario /  por 
SALE


MALETA RÍGIDA OCTOLITE SPINNER 68/25 EXP NEGRO M

SALE

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


MALETA RÍGIDA OCTOLITE SPINNER 68/25 EXP NEGRO M

Precio habitual S/. 629.00
Precio habitual S/. 799.00 Precio de oferta S/. 629.00
Precio unitario /  por 
SALE


MALETA TOIIS C SLATE GREEN MEDIANA

SALE

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


MALETA TOIIS C SLATE GREEN MEDIANA

Precio habitual S/. 629.00
Precio habitual S/. 899.00 Precio de oferta S/. 629.00
Precio unitario /  por 
SALE


MALETA SPECTROLITE 3.0 EXPANDIBLE MEDIANA BLACK

SALE

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


MALETA SPECTROLITE 3.0 EXPANDIBLE MEDIANA BLACK

Precio habitual S/. 674.00
Precio habitual S/. 899.00 Precio de oferta S/. 674.00
Precio unitario /  por 
SALE

VER MÁS


TUS ESTILOS FAVORITOS

Categorias Colecciones

EQUIPAJE



MOCHILAS



CARTERAS



BOLSOS



SAMSONITE - FOR HER | SS24



ACTIVE SS24 XTREM



SECRET | PRIMAVERA VERANO SS24







LO MEJOR PARA TI

MALETA DE CABINA UPSCAPE CLIMBING IVY



Precio habitual S/. 799.00
Precio habitual Precio de oferta S/. 799.00
Precio unitario /  por 
Agregar al carrito



MALETA OCTOLITE 68/25 NAVY M 75 LTS



Precio habitual S/. 629.00
Precio habitual S/. 799.00 Precio de oferta S/. 629.00
Precio unitario /  por 
Agregar al carrito



MOCHILA PARA LAPTOP SPECTROLITE 3.0 15.6" AZUL



Precio habitual S/. 599.00
Precio habitual Precio de oferta S/. 599.00
Precio unitario /  por 
Agregar al carrito



MALETA RÍGIDA EVOA SPINNER 69/25 ORO ROSA M



Precio habitual S/. 879.00
Precio habitual S/. 1,099.00 Precio de oferta S/. 879.00
Precio unitario /  por 
Agregar al carrito

VER COLECCIÓN


ENCUENTRA UNA TIENDA CERCA DE TI

BUSCA TU TIENDA

ENCUENTRA UNA TIENDA

Encuentra una tienda Samsonite con nuestro localizador de tiendas. Descubre las
últimas colecciones de viaje, accesorios y estilo de vida adecuadas para
aventuras cercanas y lejanas.

ENCUENTRA TU TIENDA
ENCUENTRA TU TIENDA

SERVICIO AL CLIENTE

 * Centro de Ayuda
 * Contáctanos
 * Cambios y Devoluciones
 * Despacho
 * Garantía
 * Servicio Técnico
 * Sigue tu Compra
 * LIBRO DE RECLAMACIONES

LEGAL

 * Bases Legales Sorteos
 * Legales Promocionales
 * Políticas de Privacidad
 * Términos y Condiciones
 * Víctima de Fraude

SAMSONITE

 * Nuestra Historia
 * Relación con Inversionistas
 * Trabaja con Nosotros
 * Venta Corporativa
 * Refiere a un amigo

SUSCRÍBETE AL NEWSLETTER

ÚNETE AL CLUB SAMSONITE. Registra tu Email aquí y obtén acceso a ofertas
exclusivas y las últimas novedades


➜

SÍGUENOS EN REDES SOCIALES

 * Facebook
 * Instagram
 * YouTube

SELECCIONA EL PAÍS

Cerrar

AMÉRICA

 * Argentina
 * Brasil
 * Chile
 * Colombia
 * México
 * Perú

NUESTRAS MARCAS

 * 
 * 
 * 
 * 

Samsonite Perú – Avenida Encalada 1388, Oficina 505, Santiago de Surco, Lima.



 * Al seleccionar una opción, se actualiza toda la página.
 * Se abre en una nueva ventana.





Close dialog 2

¡Obtén un cupón del 10% de Dscto Adicional!

 

Aprovecha hoy esta promoción. Válido para compras online. Recuerda que ahora
puedes retirar en tienda en 24 hrs 

 

(Revisa la disponibilidad al seleccionar el producto)

OBTENER CUPÓN