beddingco.store Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://beddingco.store/
Submission: On November 30 via api from BE — Scanned from CA

Form analysis 6 forms found in the DOM

<form id="search-form" class="full-width" onsubmit="redirectToSearchPageOnSubmit(event)">
  <div class="input-wrapper">
    <svg class="search-icon-svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <g clip-path="url(#clip0_4320_12635)">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
          fill="#B2B2B2"></path>
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M15.913 15.913C16.2059 15.6201 16.6808 15.6201 16.9737 15.913L21.5299 20.4693C21.8228 20.7622 21.8228 21.237 21.5299 21.5299C21.237 21.8228 20.7622 21.8228 20.4693 21.5299L15.913 16.9737C15.6201 16.6808 15.6201 16.2059 15.913 15.913Z"
          fill="#B2B2B2"></path>
      </g>
      <defs>
        <clipPath id="clip0_4320_12635">
          <rect width="24" height="24" fill="white"></rect>
        </clipPath>
      </defs>
    </svg>
    <input type="text" class="search-input" name="search" autocomplete="off" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
    <button type="button" class="cancel-btn cur-p hidden" onclick="clearInputSearch(event)">
      <svg class="" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g clip-path="url(#clip0_379_13555)">
          <g clip-path="url(#clip1_379_13555)">
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M13.0303 2.96967C13.3232 3.26256 13.3232 3.73744 13.0303 4.03033L4.03033 13.0303C3.73744 13.3232 3.26256 13.3232 2.96967 13.0303C2.67678 12.7374 2.67678 12.2626 2.96967 11.9697L11.9697 2.96967C12.2626 2.67678 12.7374 2.67678 13.0303 2.96967Z"
              fill="#1A181E"></path>
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M2.96967 2.96967C3.26256 2.67678 3.73744 2.67678 4.03033 2.96967L13.0303 11.9697C13.3232 12.2626 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2626 13.3232 11.9697 13.0303L2.96967 4.03033C2.67678 3.73744 2.67678 3.26256 2.96967 2.96967Z"
              fill="#1A181E"></path>
          </g>
        </g>
        <defs>
          <clipPath id="clip0_379_13555">
            <rect width="16" height="16" fill="white"></rect>
          </clipPath>
          <clipPath id="clip1_379_13555">
            <rect width="16" height="16" fill="white"></rect>
          </clipPath>
        </defs>
      </svg>
    </button>
  </div>
  <input type="submit" class="hidden">
</form>

<form id="variant-selection">
  <div class="variant-selection px24">
    <div class="variant-type-label size-label size-selection-heading"> Size </div>
    <div class="size-selection size-selection-list">
    </div>
    <div class="variant-type-label color-label color-selection-heading"> Color </div>
    <div class="color-selection color-selection-list">
    </div>
  </div>
</form>

<form class="variant-selection-form-wrapper variant-selection px16 px-lg-24">
</form>

<form id="variant-selection">
  <div class="variant-selection px24">
    <div class="variant-type-label size-label size-selection-heading"> Size </div>
    <div class="size-selection size-selection-list">
    </div>
    <div class="variant-type-label color-label color-selection-heading"> Size </div>
    <div class="color-selection color-selection-list">
    </div>
  </div>
</form>

<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div id="mobile-form" class="mobile-form">
    <div class="hide-on-desktop">
      <label class="mui-input-field full-width ">
        <input class="full-width" autofocus="" placeholder=" " id="m-email-input" type="email">
        <span class="label">Email address</span>
      </label>
    </div>
    <div class="flex d-column hide-on-mobile">
      <div class="input-box">
        <input autofocus="" placeholder="Enter your email address" id="d-email-input" type="email">
      </div>
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Send verification code </button>
  </div>
</form>

<form id="otp-values" style="position: relative;">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div class="hide-on-desktop">
    <label class="mui-input-field m-otp-field full-width ">
      <input class="full-width" autofocus="" placeholder="• • • • • •" id="m-otp-input" type="number" maxlength="6">
      <span class="label"></span>
    </label>
  </div>
  <div class="otp-box hide-on-mobile">
    <input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
  </div>
</form>

Text Content

Wellcome to my website!



Bedding Co.

Home Shop Privacy Policy


Bedding Co.


Menu


Home Shop Wishlist Privacy Policy

 * 
 * 

 * 
 * 

 * 
 * 

 * 
 * 


TOP CATEGORIES


CUSHION COVERS




WINDOW CURTAINS




BED SHEETS


CUSHION COVERS

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






SOFA CUSHION COVERS

RS500 RS800 (38% OFF)

Add to cart

1



WINDOW CURTAINS

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






NEW STYLISH WINDOW CURTAINS

RS15,000 RS22,000 (32% OFF)

Add to cart

1



BED SHEETS

 * 
 * 






NEW BED SHEET DESIGN

RS1,000 RS1,500 (33% OFF)

Add to cart

1




OUR CUSTOMERS LOVE US!

Thank you so much. I have now received both items and just in time for the
wedding events. Both outfits fit me perfectly

ELVIA T. MAURICE

Every time I have had questions and used the chat feature I have received a
quick response. Very helpful!

FELIX M. LEE

Easy to use website! Easy to purchase! PayPal payments which is amazing and
secure!! Definitely recommended!

ARTHUR NESTOR



Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code








QUICK LINKS

 * Shop
 * Privacy Policy
 * New Bed Sheet Design
 * Window Curtains
 * Bed Sheets

ADDRESS:


Add More
Home Shop Cart Account
Search


Recent searches Clear all


Top categories

Showing products






Add to cart

1

Add to cart

1

Buy now


Size

Color









Sold out
Sold out

View all

SOLD OUT

Add to cart





SOLD OUT

Add to cart
 1. Home
 2. 





Add to wishlist Wishlisted
Wishlist Wishlisted
Size

Size

Wishlist

SOLD OUT

Move to cart




Move to cart


Move to cart
Sold out
 1. Home
 2. Wishlist









Wishlist

Sign in
Email address


Send verification code
Sign in

Resend code in 
:

Didn't get the code? Resend
Verify
Get your OTP on

Call
WhatsApp