www.sedetalife.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://sedetalife.com/
Effective URL: https://www.sedetalife.com/
Submission: On November 21 via manual from IN — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents" data-location="cart-drawer">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="drawer__title">Cart <sub class="cart-link__bubble-num">0</sub></div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <title>icon-X</title>
            <path d="m19 17.61 27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-items-subtotal="0" data-items-save="0" data-cart-subtotal="0" data-cart-savings="0" data-total="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div class="cart__item-original cart__item-row">
        <div class="cart__original">Item(s) Subtotal</div>
        <del data-original="" class="cart_original_money">$0.00</del>
      </div>
      <div class="cart__item-save cart__item-row">
        <div class="cart__save">Item(s) Discounts</div>
        <div data-save="" class="cart_save_money" id="cart-items-discount-save-price" value="0">-$0.00</div>
      </div>
      <div class="cart__item-subtotal cart__item-row">
        <div class="cart__subtotal hide">Item(s) Subtotal</div>
        <div data-subtotal="" class="cart_subtotal_money">$0.00</div>
      </div>
      <div data-discounts="">
        <div class="cart__item-coupon cart__item-row hide">
          <div class="cart_coupon_money_text">coupon</div>
          <div class="text-right cart_coupon_money"> -$0.00 </div>
        </div>
      </div>
      <style>
        .cart-sidebar-discount {
          flex-direction: row;
          width: 100%;
          flex-wrap: wrap;
          display: flex;
          flex-direction: column;
          width: 300px;
          margin: 12px auto 5px;
        }

        .cart-sidebar-discount #discount-code-input {
          border: 1px solid #eee;
          outline: none;
          letter-spacing: .75px;
          margin-top: 0;
          width: calc(100% - 90px);
          height: 42px;
          text-align: left;
          font-size: 14px;
          margin-right: 10px;
          border-radius: 4px;
          background: #fff;
          margin-bottom: 12px;
        }

        #apply-discount-btn {
          background-color: #000;
          color: #fff;
          border: 0;
          width: 100%;
          font-weight: 600;
          text-transform: none;
          letter-spacing: .75px;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 15px;
          height: 42px;
          max-width: 80px;
          border-radius: 4px;
          font-size: 16px;
        }

        span.applied-discount-code-value>small {
          background: #eee;
          padding: 0px 10px;
          color: #000;
          font-weight: bold;
          border-radius: 20px;
        }

        .loader {
          border: 5px solid #f3f3f3;
          border-top: 4px solid #000;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          animation: spin .5s linear infinite;
        }

        #discount-code-error {
          background: #ff00004f;
          color: #e22120;
          padding: 5px;
          border-radius: 4px;
          font-size: 13px;
          line-height: 1;
        }

        .applied-discount-code-wrapper {
          display: none;
          background: #ededed;
          padding: 3px 6px;
          border-radius: 4px;
        }

        .applied-discount-code-wrapper svg {
          width: 18px;
          height: 18px;
          color: rgba(0, 0, 0, 0.56);
          fill: rgb(238 238 238);
          stroke: currentColor;
        }

        .applied-discount-code-value {
          font-size: 13px;
          text-transform: uppercase;
        }

        #discount-code-error:empty {
          display: none;
        }

        .applied-discount-code-value:empty+button {
          display: none;
        }

        #applied-discount-code .applied-discount-code-icon {
          position: relative;
          top: 5px;
        }

        #applied-discount-code #clear-discount-btn svg {
          position: relative;
          top: 2px;
          width: 15px;
          height: 15px;
        }

        .cart_coupon_money_text {
          padding: 0 8px;
          background: #000;
          color: #fff;
          border-radius: 2px;
          height: 26px;
          position: relative;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 26px;
        }

        .cart_coupon_money_text:before {
          content: "";
          position: absolute;
          top: 10px;
          left: -2px;
          width: 6px;
          height: 6px;
          background: #fff;
          border-radius: 6px;
        }

        .cart_coupon_money_text:after {
          content: "";
          position: absolute;
          top: 10px;
          right: -2px;
          width: 6px;
          height: 6px;
          background: #fff;
          border-radius: 6px;
        }

        @keyframes spin {
          0% {
            transform: rotate(0deg);
          }

          100% {
            transform: rotate(360deg);
          }
        }
      </style>
      <div class="cart-sidebar-discount">
        <input type="text" id="discount-code-input" autocomplete="on" value="" data-code="" placeholder="Discount Code">
        <button id="apply-discount-btn">Apply</button>
        <small id="discount-code-error"></small>
        <span id="applied-discount-code">
          <span class="applied-discount-code-wrapper">
            <span class="applied-discount-code-icon">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true" class="a8x1wu10 _1fragem2i _1fragemsd _1fragemog _1fragemo6 _1fragemri">
                <path stroke-linecap="round" d="M7.284 1.402h4.964a.35.35 0 0 1 .35.35v4.964a.7.7 0 0 1-.205.495L7.49 12.115a.7.7 0 0 1-.99 0L1.885 7.5a.7.7 0 0 1 0-.99L6.79 1.607a.7.7 0 0 1 .495-.205Z"></path>
                <circle cx="9.1" cy="4.9" r="0.7"></circle>
                <path stroke-linecap="round" stroke-linejoin="round" d="M9.102 4.897h-.005v.005h.005z"></path>
              </svg>
            </span>
            <span class="applied-discount-code-value"></span>
            <button id="clear-discount-btn">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true">
                <path stroke-linecap="round" d="M2.8 2.8 7 7m4.2 4.2L7 7m0 0 4.2-4.2M7 7l-4.2 4.2"></path>
              </svg>
            </button>
          </span>
        </span>
      </div>
      <script>
        document.addEventListener("DOMContentLoaded", function(event) {
          let clearBtn = document.querySelector("#clear-discount-btn");
          let applyBtn = document.querySelector("#apply-discount-btn");
          let discountCodeError = document.querySelector("#discount-code-error");
          let discountCodeWrapper = document.querySelector("#applied-discount-code .applied-discount-code-wrapper");
          let discountCodeValue = document.querySelector("#applied-discount-code .applied-discount-code-value");
          let discountCodeInput = document.querySelector("#discount-code-input");
          let totalCartSelector = document.querySelector(".cart_total_money"); // Total Cart Selector to update the total amount. 
          let authorization_token;
          let checkoutContainer = document.createElement('div');
          document.body.appendChild(checkoutContainer);
          //if (localStorage.discountCode) applyDiscount( JSON.parse(localStorage.discountCode).code);
          if (applyBtn) {
            discountCodeInput.addEventListener("change", function(e) {
              let input_code = discountCodeInput.value.trim();
              if (input_code != "") {
                discountCodeError.innerHTML = "";
              }
            });
            applyBtn.addEventListener("click", function(e) {
              e.preventDefault();
              let input_code = discountCodeInput.value.trim();
              if (input_code == "") {
                discountCodeError.innerHTML = "Please Enter Valid Coupon Code."
                return true;
              }
              if (discountCodeInput.value.toLowerCase() == discountCodeInput.dataset.code.toLowerCase()) {
                return true;
              }
              discountCodeInput.dataset.code = input_code;
              applyDiscount(input_code);
            });
          }
          if (clearBtn) clearBtn.addEventListener("click", function(e) {
            e.preventDefault();
            clearDiscount();
          });

          function clearDiscount() {
            discountCodeValue.innerHTML = "";
            discountCodeError.innerHTML = "";
            clearLocalStorage();
            let cartCouponSelector = document.querySelector(".cart_coupon_money");
            let discountSelector = document.querySelector(".cart__item-coupon");
            let savingsSelector = document.querySelector('[data-savings]');
            if (discountSelector) discountSelector.classList.add('hide');
            let savingSelector = document.querySelector(".cart_total_savings");
            try {
              if ($('#cart-items-discount-save-price').length > 0) {
                var cart_items_discount_save_price = parseInt($.trim($('#cart-items-discount-save-price').attr('value')));
                if (cart_items_discount_save_price > 0) {
                  savingSelector.innerHTML = "Savings: " + theme.Currency.formatMoney(cart_items_discount_save_price, theme.settings.moneyFormat);
                  savingSelector.classList.remove('hide');
                } else {
                  savingSelector.classList.add('hide');
                }
              }
            } catch (e) {
              console.log(e);
            }
            fetch("/discount/CLEAR").then(function(data) {
              fetch('/cart.js', {}).then(function(res) {
                return res.json();
              }).then(function(data) {
                discountCodeError.innerHTML = "";
                discountCodeInput.dataset.code = "";
                var total_price = data.total_price;
                if (theme.cart.shipping_fee > 0) {
                  total_price = data.total_price + theme.cart.shipping_fee;
                }
                if (totalCartSelector) totalCartSelector.innerHTML = theme.Currency.formatMoney(total_price, theme.settings.moneyFormat);
                if (data.total_discount > 0) {
                  let total_discount_amount = "-" + theme.Currency.formatMoney(data.total_discount, theme.settings.moneyFormat);
                  if (cartCouponSelector) cartCouponSelector.innerHTML = total_discount_amount;
                  if (discountSelector) discountSelector.classList.remove('hide');
                } else {
                  if (discountSelector) discountSelector.classList.add('hide');
                }
                try {
                  if ($('#cart-items-discount-save-price').length > 0) {
                    var cart_items_discount_save_price = parseInt($.trim($('#cart-items-discount-save-price').attr('value')));
                    if (cart_items_discount_save_price > 0) {
                      data.total_discount = data.total_discount + cart_items_discount_save_price;
                    }
                  }
                } catch (e) {
                  console.log(e);
                }
                if (savingSelector) {
                  if (data.total_discount > 0) {
                    savingSelector.innerHTML = "Savings: " + theme.Currency.formatMoney(data.total_discount, theme.settings.moneyFormat);
                    savingSelector.classList.remove('hide');
                  } else {
                    savingSelector.classList.add('hide');
                  }
                }
              })
            })
          }

          function clearLocalStorage() {
            if (discountCodeWrapper) discountCodeWrapper.style.display = "none";
            if (localStorage.discountCode) {
              if (totalCartSelector) totalCartSelector.innerHTML = JSON.parse(localStorage.discountCode).totalCart;
              localStorage.removeItem("discountCode");
            }
          }

          function applyDiscount(code) {
            if (applyBtn) {
              applyBtn.classList.add("btn--loading");
              applyBtn.style.pointerEvents = "none";
            }
            let checkout_json_url = '/wallets/checkouts/';
            let authorization_token = btoa($('[name=shopify-checkout-api-token][content]').attr("content"));
            fetch('/cart.js', {}).then(function(res) {
              return res.json();
            }).then(function(data) {
              let body = {
                "checkout": {
                  "country": Shopify.country,
                  "discount_code": code,
                  "line_items": data.items,
                  'presentment_currency': Shopify.currency.active
                }
              }
              fetch(checkout_json_url, {
                "headers": {
                  "accept": "*/*",
                  "cache-control": "no-cache",
                  "authorization": "Basic " + authorization_token,
                  "content-type": "application/json, text/javascript",
                  "pragma": "no-cache",
                  "sec-fetch-dest": "empty",
                  "sec-fetch-mode": "cors",
                  "sec-fetch-site": "same-origin"
                },
                "referrerPolicy": "strict-origin-when-cross-origin",
                "method": "POST",
                "mode": "cors",
                "credentials": "include",
                "body": JSON.stringify(body)
              }).then(function(response) {
                return response.json()
              }).then(function(data) {
                if (data.checkout && data.checkout.applied_discounts.length > 0) {
                  let discountApplyUrl = "/discount/" + code + "?v=" + Date.now() + "&redirect=/checkout/";
                  fetch(discountApplyUrl, {}).then(function(response) {
                    return response.text();
                  });
                  if (discountCodeWrapper) discountCodeWrapper.style.display = "inline";
                  if (discountCodeError) discountCodeError.innerHTML = "";
                  if (discountCodeValue) discountCodeValue.innerHTML = data.checkout.applied_discounts[0].title;
                  var total_line_items_price = data.checkout.total_line_items_price;
                  var total_price = data.checkout.total_price;
                  if (theme.cart.shipping_fee > 0) {
                    total_line_items_price = total_line_items_price * 100 + theme.cart.shipping_fee;
                    total_price = total_price * 100 + theme.cart.shipping_fee;
                  }
                  let localStorageValue = {
                    'code': code.trim(),
                    'totalCart': theme.Currency.formatMoney(total_line_items_price, theme.settings.moneyFormat)
                  };
                  localStorage.setItem("discountCode", JSON.stringify(localStorageValue));
                  if (totalCartSelector) totalCartSelector.innerHTML = theme.Currency.formatMoney(total_price, theme.settings.moneyFormat);
                  let discountSelector = document.querySelector(".cart__item-coupon");
                  let cartCouponSelector = document.querySelector(".cart_coupon_money");
                  let savingsSelector = document.querySelector('[data-savings]');
                  discountCodeInput.value = "";
                  if (data.checkout.total_discount_amount > 0) {
                    if (discountSelector) discountSelector.classList.remove('hide');
                    let total_discount_amount = data.checkout.total_discount_amount;
                    total_discount_amount = total_discount_amount * 100;
                    console.log(total_discount_amount, theme.Currency.formatMoney(total_discount_amount, theme.settings.moneyFormat));
                    total_discount_amount = "-" + theme.Currency.formatMoney(total_discount_amount, theme.settings.moneyFormat);
                    if (cartCouponSelector) cartCouponSelector.innerHTML = total_discount_amount;
                    console.log(cartCouponSelector.innerHTML);
                  } else {
                    if (discountSelector) discountSelector.classList.add('hide');
                  }
                  try {
                    if ($('#cart-items-discount-save-price').length > 0) {
                      var cart_items_discount_save_price = parseInt($.trim($('#cart-items-discount-save-price').attr('value')));
                      if (cart_items_discount_save_price > 0) {
                        data.checkout.total_discount_amount = (data.checkout.total_discount_amount * 100) + cart_items_discount_save_price;
                      }
                    }
                  } catch (e) {
                    console.log(e);
                  }
                  let savingSelector = document.querySelector(".cart_total_savings");
                  if (savingSelector) {
                    if (data.checkout.total_discount_amount > 0) {
                      savingSelector.innerHTML = "Savings: " + theme.Currency.formatMoney(data.checkout.total_discount_amount, theme.settings.moneyFormat);
                      savingSelector.classList.remove('hide');
                    } else {
                      savingSelector.classList.add('hide');
                    }
                  }
                } else {
                  if (discountCodeValue) discountCodeValue.innerHTML = "";
                  clearLocalStorage();
                  if (discountCodeError) discountCodeError.innerHTML = "Please Enter Valid Coupon Code."
                }
              }).finally(function(params) {
                if (applyBtn) {
                  applyBtn.classList.remove("btn--loading")
                  applyBtn.style.pointerEvents = "all";
                }
              });
            });
          }
        });
      </script>
      <div class="cart__item-row cart__savings  hide" data-savings="" style="display:none;"> Savings: $0.00 </div>
      <div class="cart__item-row cart__shipping_fee">
        <div>Shipping Fee</div>
        <div data-shipping_fee="" class="cart_shipping_fee_money">$0.00</div>
      </div>
      <div class="cart__item-row text-center ajaxcart__note hide">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="total-wrapper">
        <div class="total-row-wrapper">
          <div class="cart__item-total cart__item-row">
            <div>Total</div>
            <div class="cart_total_money">$0.00</div>
          </div>
          <div class="cart__item-row cart__total_savings">
            <div></div>
            <div class="cart_total_savings hide">Savings: $0.00</div>
          </div>
        </div>
        <div class="cart__checkout-wrapper">
          <!-- <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout">
                Check out
              </button> -->
          <a href="/checkout" class="btn cart__checkout">
                <span>Check out</span>
              </a>
        </div>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable">
      <svg width="82" height="82" viewBox="0 0 82 82" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M63.2133 82.0001C58.4983 82.0001 54.6765 78.1637 54.6765 73.4633C54.6765 68.7483 58.5129 64.9265 63.2133 64.9265C67.9137 64.9265 71.7501 68.7629 71.7501 73.4633C71.7501 78.1637 67.9137 82.0001 63.2133 82.0001ZM63.2133 68.3383C60.3872 68.3383 58.0883 70.6372 58.0883 73.4633C58.0883 76.2894 60.3872 78.5883 63.2133 78.5883C66.0394 78.5883 68.3383 76.2894 68.3383 73.4633C68.3383 70.6372 66.0394 68.3383 63.2133 68.3383Z"
          fill="#ffb400"></path>
        <path
          d="M29.0368 82.0001C24.3218 82.0001 20.5 78.1637 20.5 73.4633C20.5 68.7483 24.3364 64.9265 29.0368 64.9265C33.7372 64.9265 37.5736 68.7629 37.5736 73.4633C37.5882 78.1637 33.7518 82.0001 29.0368 82.0001ZM29.0368 68.3383C26.2107 68.3383 23.9118 70.6372 23.9118 73.4633C23.9118 76.2894 26.2107 78.5883 29.0368 78.5883C31.8629 78.5883 34.1618 76.2894 34.1618 73.4633C34.1618 70.6372 31.8629 68.3383 29.0368 68.3383Z"
          fill="#ffb400"></path>
        <path
          d="M70.0368 61.4999H30.6036C24.9221 61.4999 20.0021 57.4585 18.8746 51.8942L10.5575 10.2499H1.71321C0.761429 10.2499 0 9.48849 0 8.5367C0 7.59956 0.761429 6.82349 1.71321 6.82349H11.9632C12.7832 6.82349 13.4714 7.39456 13.6325 8.19991L22.2425 51.206C23.0332 55.1888 26.5621 58.0735 30.6182 58.0735H70.0514C70.9886 58.0735 71.7646 58.8349 71.7646 59.7867C71.75 60.7385 70.9886 61.4999 70.0368 61.4999Z"
          fill="#ffb400"></path>
        <path
          d="M67.4304 47.8383H20.5001C19.5629 47.8383 18.7869 47.0768 18.7869 46.125C18.7869 45.1733 19.5483 44.4118 20.5001 44.4118H67.4304C70.0076 44.4118 72.204 42.479 72.5115 39.9165C72.6286 38.9793 73.5365 38.3204 74.4151 38.4376C75.3522 38.5547 76.0111 39.404 75.894 40.3411C75.3668 44.6168 71.7208 47.8383 67.4304 47.8383Z"
          fill="#ffb400"></path>
        <path d="M39.2869 20.4999H15.3751C14.4379 20.4999 13.6619 19.7385 13.6619 18.7867C13.6619 17.8496 14.4233 17.0735 15.3751 17.0735H39.2869C40.224 17.0735 41.0001 17.8349 41.0001 18.7867C41.0001 19.7385 40.2386 20.4999 39.2869 20.4999Z"
          fill="#ffb400"></path>
        <path
          d="M63.2133 37.5882C52.8608 37.5882 44.4265 29.1539 44.4265 18.8014C44.4265 8.44893 52.8462 0 63.2133 0C73.5658 0 82.0001 8.43429 82.0001 18.7868C82.0001 29.1393 73.5658 37.5882 63.2133 37.5882ZM63.2133 3.41179C54.7351 3.41179 47.8383 10.3086 47.8383 18.7868C47.8383 27.265 54.7351 34.1618 63.2133 34.1618C71.6915 34.1618 78.5883 27.265 78.5883 18.7868C78.5883 10.3086 71.6915 3.41179 63.2133 3.41179Z"
          fill="#ffb400"></path>
        <path
          d="M70.0368 27.3382C69.5976 27.3382 69.1583 27.1771 68.8215 26.8404L55.1597 13.1786C54.4861 12.505 54.4861 11.4361 55.1597 10.7625C55.8333 10.0889 56.9022 10.0889 57.5758 10.7625L71.2376 24.4243C71.9111 25.0979 71.9111 26.1668 71.2376 26.8404C70.9154 27.1625 70.4761 27.3382 70.0368 27.3382Z"
          fill="#ffb400"></path>
        <path
          d="M56.3751 27.3382C55.9358 27.3382 55.4965 27.1771 55.1597 26.8404C54.4861 26.1668 54.4861 25.0979 55.1597 24.4243L68.8215 10.7625C69.4951 10.0889 70.564 10.0889 71.2376 10.7625C71.9111 11.4361 71.9111 12.505 71.2376 13.1786L57.5758 26.8404C57.2536 27.1625 56.8144 27.3382 56.3751 27.3382Z"
          fill="#ffb400"></path>
      </svg>
      <p>Your cart is currently empty.</p>
      <a class="empty_button" href="/collections/best-sellers">Start Shopping</a>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search">
  <label for="Search" class="hidden-label">Search</label>
  <div class="search__input-wrap">
    <input class="search__input" id="Search" type="search" name="q" value="" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list"
      autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" placeholder="Search" tabindex="0">
    <input name="options[prefix]" type="hidden" value="last">
    <button class="btn--search" type="submit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
        <defs>
          <style>
            .cls-1 {
              fill: none;
              stroke: #000;
              stroke-miterlimit: 10;
              stroke-width: 2px
            }
          </style>
        </defs>
        <path class="cls-1" d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
      </svg>
      <span class="icon__fallback-text">Search</span>
    </button>
  </div>
  <button class="btn--close-search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <defs>
        <style>
          .cls-1 {
            fill: none;
            stroke: #000;
            stroke-miterlimit: 10;
            stroke-width: 2px
          }
        </style>
      </defs>
      <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path>
    </svg>
  </button>
  <div id="predictive-search" class="search__results" tabindex="-1"></div>
</form>

POST /contact#newsletter-sections--22192617029666__newsletter_qYiVfM

<form method="post" action="/contact#newsletter-sections--22192617029666__newsletter_qYiVfM" id="newsletter-sections--22192617029666__newsletter_qYiVfM" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type"
    value="customer"><input type="hidden" name="utf8" value="✓"><label for="Email-sections--22192617029666__newsletter_qYiVfM" class="hidden-label">Enter your email</label>
  <label for="newsletter-submit-sections--22192617029666__newsletter_qYiVfM" class="hidden-label">Subscribe</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="section">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-sections--22192617029666__newsletter_qYiVfM" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off" required="">
    <span class="input-group-btn">
      <button type="submit" id="newsletter-submit-sections--22192617029666__newsletter_qYiVfM" class="btn" name="commit" aria-label="Subscribe">
        <span class="form__submit--large">Subscribe</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <title>icon-right-arrow</title>
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63Z"></path>
          </svg>
        </span>
      </button>
    </span>
  </div>
</form>

Text Content

Skip to content
icon-X Close menu
 * 
 * Gaming Desk
 * Computer Desk
 * File Cabinet
 * Support
   
    * Contact Us
    * FAQ
    * Shipping Policy
    * Return & Refund Policy
    * Track Your Order

 * Log in
 * 

 * instagram Instagram
 * Facebook
 * YouTube
 * X
 * Pinterest
 * TikTok

Cart 0
icon-X Close cart
Item(s) Subtotal
$0.00
Item(s) Discounts
-$0.00
Item(s) Subtotal
$0.00
coupon
-$0.00
Apply
Savings: $0.00
Shipping Fee
$0.00
Shipping, taxes, and discount codes calculated at checkout.

Total
$0.00
Savings: $0.00
Check out

Your cart is currently empty.

Start Shopping
Black Friday-Up To 50% Off + $30 Off Code: S30


SEDETA

 * 
 * Gaming Desk
 * Computer Desk
 * File Cabinet
 * Support
    * Contact Us
    * FAQ
    * Shipping Policy
    * Return & Refund Policy
    * Track Your Order

account Log in icon-search Search icon-hamburger Site navigation icon-cart Cart
0
Search
Search


Most popular


GAMING DESK

$200 OFF
SALE

SEDETA 62 Inch L Shaped Gaming Desk Computer Desk
$239.99 Regular price $439.99 Sale price

99 reviews
$200 OFF
SALE

SEDETA 64.5 Inch Reversible Office Computer Desk LED Gaming Desk with Drawer
Storage Bookshelf
$209.99 Regular price $409.99 Sale price

32 reviews
$190 OFF
SALE

SEDETA 63 Inch Office Computer Desk LED Gaming Desk with Lock Drawers
$198.99 Regular price $388.99 Sale price

40 reviews
$190 OFF
SALE

SEDETA 67 Inch L Shaped Gaming Desk Reversible Computer Desk
$209.99 Regular price $399.99 Sale price

40 reviews
New
$170 OFF

SEDETA 59 Inch Office Desk with Drawers Reversible Computer Gaming Desk with LED
Lights
$169.99 Regular price $339.99 Sale price

31 reviews
$200 OFF
SALE

SEDETA 79 Inch Wraparound Shaped LED Gaming Desk with 2 Fabric Drawers
$199.99 Regular price $399.99 Sale price

35 reviews
$200 OFF
SALE

SEDETA 108 Inch L Shaped Gaming Desk Two Person Desk with File Drawer and Power
Outlet
$219.99 Regular price $419.99 Sale price

40 reviews
New
$180 OFF

SEDETA 66 Inch L Shaped Gaming Desk Two Person Desk with Led Lights
$188.99 Regular price $368.99 Sale price

37 reviews
$190 OFF
SALE

SEDETA 62.2 Inch L Shaped Gaming Desk with Drawers Fabric File Drawers and Power
Outlet
$209.99 Regular price $399.99 Sale price

41 reviews
New
$140 OFF

SEDETA Triangle Corner Computer Gaming Desk with Hutch & LED Lights
$159.99 Regular price $299.99 Sale price

24 reviews
$200 OFF
SALE

SEDETA 96 Inch L Shaped Gaming Desk Reversible Computer Desk
$209.99 Regular price $409.99 Sale price

34 reviews
New
$190 OFF

SEDETA 58 Inch L Shaped Computer Desk with Storage Shelves and LED Light for
Home Office
$219.99 Regular price $409.99 Sale price

27 reviews


FREE SHIPPING

FedEx Reliable Carrier


FAST DELIVERY

3-7 Days Delivery


30-DAY RETURN

Shop With Confidence


365-DAY WARRANTY

Worry-Free


SECURE CHECKOUT

Paypal/Credit Card
/Klarna


EXPERT SUPPORT

A + Customer Service

Computer Desk
File Cabinet
Coffee Table
Sofa


SEDETA 5 TIER CORNER BOOKSHELF

• 【5-Tier Design】 Versatile bookshelf with storage pockets, pegboard, and hooks.
• 【Durable Construction】 Strong metal frame; each shelf holds up to 100 lbs.
• 【RGB LED Lights】 Over 60,000 colors and music sync function via app.
• 【Easy to Clean】 Waterproof and anti-scratch panels for various uses.
• 【User-Friendly Assembly】 Clear instructions included; responsive support for
issues within 24 hours.




MEDIA REVIEW


Y NET NEWS

"SEDETA L Shaped Desk: A combination of ergonomics, practicality and
versatility."


GADGET TECH INFO

"If you want the ultimate gaming experience, Sedeta Gaming Desk is worth a try."


TOP 5 USA

"Best design, best quality, best price, SEDETA desk deserves a vote."


BUYERS GUIDE

"SEDETA desk is favored by the majority of buyers because of its extreme and
multifunctionality, easy assembly and high cost performance."


CONSUMER ECHO

"Multifunctionality, cool LED lights, large storage space, value for money, and
easy assembly are the most common comments from consumers."




WHAT PEOPLE SAY ABOUT SEDETA

from 1481 reviews
Hernandez

it’s sturdy

I bought it and I was kinda scared but honestly it’s the best desk I’ve ever
bought, it’s sturdy, clean, nice, and easy to build. Great buy good quality.
It's really Recommended.

SEDETA 62 Inch L Shaped Gaming Desk Computer Desk
11/11/2024
Spade

Perfect Fit

I wanted a home office but something that was stylish yet simple. I love the
fact that I have a spot for my printer. The four smaller drawers are cloth and
the larger drawer is wood which is fine. It was easy to install (women friendly)
so I didn’t need my husband’s help.

SEDETA 66 Inch LED Gaming Desk Computer Desk with 5 Drawer
11/10/2024
Sandy

This is amazing L-Shaped Desk

This is amazing L-Shaped Desk. This is a great product to buy. I love this desk.
This will be perfect for my school work and more. It took me at least ¾ hours to
build this desk. But it is a perfect desk

SEDETA 62.2 Inch L Shaped Gaming Desk with Drawers Fabric File Drawers and Power
Outlet
11/09/2024
Emily

Great quality for the price

This one is surprisingly substantial and good quality. All the screw holes are
properly threaded, and the screw in pegs have the proper plastic threaded
fittings so you're not just going into bare particle board. All parts are
labeled and the instructions were very good

SEDETA 63 Inch L Shaped Convertible Computer Desk with Drawer
11/09/2024
Kuhl

It is a gorgeous computer desk LED

It is a gorgeous computer desk LED. I love a desk LED in the office room. It is
a beautiful LED desk lamp. I enjoy having a desk lamp in my office room.

SEDETA 108 Inch L Shaped Gaming Desk Two Person Desk with File Drawer and Power
Outlet
11/08/2024
L. Toy

very nice desk

This is a very nice desk. I got it for my apartment at college and it fits great
in the corner of my room. It is very sturdy and I am comfortable putting all my
gaming stuff on it.

SEDETA 96 Inch L Shaped Gaming Desk Reversible Computer Desk
11/06/2024
tiffany F.

Quality Desk!

This is a great little desk! I love the small L shape and shelving. The
additional shelf makes a great monitor stand. It took a while to put together
but it wasn't hard.

SEDETA 51 Inch L Shaped Gaming Desk with Storage Shelves Power Outlets LED
Lights and Monitor Stand
11/05/2024
Michelle Thompkins

GREAT DESK!

No issues what so ever. The desk came in perfect condition, the instructions
were easy to follow, and is very stable. Great product for the price.

SEDETA 62 Inch L Shaped Gaming Desk Computer Desk
11/05/2024
Hkett

perfect desk

Personally, for me, it’s the perfect desk gets really nice and sturdy. And the
LEDs are very high-quality.

SEDETA 67 Inch L Shaped Gaming Desk Reversible Computer Desk
11/05/2024
Durst

The desk is a good buy!

Mine was easy to put together, materials are good, led lights works very well,
built sturdy, and the overall appearance is nice. I thought it'd be a little bit
bigger but the size is still nice and easy to work with. I don't regret the buy.

SEDETA 64.5 Inch Reversible Office Computer Desk LED Gaming Desk with Drawer
Storage Bookshelf
11/03/2024
Austin Scott

Great desk

My nephew loved it! It’s his favorite gaming spot now. Looks a lot more
expensive than I paid for it. Extremely happy with my purchase. Would 100%
recommend.

SEDETA 58 Inch L Shaped Computer LED Desk with Storage Shelves for Home Office
11/02/2024
Peter

The perfect desk

The perfect desk to fit into a corner. I work from home and it's comfy
withbloadsnof space. I rarely use the light strip, but displayed it on in the
photo. The best part is the elevated shelves so my monitors srr at eye level.I
thought putting it together would be a nightmare, but the directions were good,
parts labeled perfectly, and it was pretty easy.

SEDETA 96 Inch L Shaped Gaming Desk Reversible Computer Desk
10/26/2024
Szymski

It’s a good desk

This desk is awesome! Great instructions make it for a decently simple put
together. The desk feels sturdy and is a good weight and height. It’s everything
I needed in a desk.

SEDETA 55 Inch LED Gaming Desk with Hutch and Shelves for Home Office
10/01/2024
Ruby

Good Desk

For put together furniture, the instructions were really clear. I did
measurements to make sure it would fit before purchased.

SEDETA 62.6 Inch L Shaped Gaming Desk with LED Lights and Hook for Home Office
09/27/2024
Halikman

This desk have enough space

This desk have enough space, it exceeded my expectations, I really love it. You
won’t regret to buy it!

SEDETA 94.4 Inch L Shaped Gaming Desk with File Drawers for Home Office
09/25/2024




BLOG VIEW ALL

SEDETA Black Friday 2024: Unmissable Big Savings

How to Create an Ideal Home Office: A Guide to Furniture Selection
What is the Importance of Lighting in Game Desk Design
How to Choose the Perfect Home Office Desk for Your Needs

Stay Update

Subscribe to our newsletter for a 10% OFF discount. Be the first to know about
our best deals!

Enter your email Subscribe
Subscribe icon-right-arrow

SEDETA: Founded in 2019, SEDETA specializes in the manufacture of home office
furniture. With a complete production process and system, we are committed to
developing furniture with more texture on the market and transforming a unique
home decoration style for you!

 * instagram Instagram
 * Facebook
 * YouTube
 * X
 * Pinterest
 * TikTok


COMPANY

COMPANY
 * About Us
 * Blog
 * Reviews
 * Terms & Conditions
 * Privacy Policy
 * Payment Policy


SUPPORT

SUPPORT
 * Contact Us
 * FAQ
 * Track Your Order
 * Shipping Policy
 * Return & Refund Policy
 * Warranty
 * Affiliate Program


NEED HELP?

Need Help?
 * US Warehouse Address: 9059 Hermosa Avenue, Rancho Cucamonga, CA, 91730
 * Service Email: service@sedetalife.com
 * 

© 2024 SEDETA All Rights Reserved.
PayPal Visa Mastercard Maestro American Express Diners Club Discover Klarna

icon-X "Close (esc)"
icon-chevron-left icon-X icon-chevron
icon-X
SEDETA | Specializes in Home Office Furniture

Code copied successfully




Judge.me