body {
    font-family: Inter;
}


/* Mobile styles */
@media (max-width: 974px) {

  body {
    padding: 0;
    margin: 0;
  }
   
html {
  scroll-behavior: smooth;
}

.container {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.dashboard-nav {
  display: none;
}

.header-mobile {
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  color: #000;
}

.header-mobile .logo a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.menu button {
  border-width: 0;
  box-shadow: none;
  background-color: #efefef;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.nav-mobile {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 36px;
  background-color: #efefef;
  color: #000;
  z-index: 5;
}

.nav-mobile a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #000;
  text-decoration: none;
}

.nav-mobile button {
  width: 100px;
  padding: 0;
  margin: 0;
  border-width: 0;
  box-shadow: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #000;
  background-color: #efefef;
  text-decoration: underline;
}

.nav-mobile button img {
  width: 32px;
  height: 32px;
}

.nav-mobile button a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

#signout {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-decoration: none;
}


/*styling for store-builder-hero*/

.store-builder-hero {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 48px;
  padding-bottom: 24px;
}

.store-builder-hero-text h1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 24px;
}

.store-builder-hero-text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 22.5px;
  margin-top: 0;
  margin-bottom: 64px;
  max-width: 840px;
  text-align: left;
}

.options {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.options button {
  background-color: #fff;
  box-shadow: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.75px;
  cursor: pointer;
}

/*styling for select-template-container*/

.select-template-container {
  width: auto;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 128px;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

.select-template {
  width: 200px;
  aspect-ratio: 0.75;
  box-shadow: none;
  border: none;
  background-color: #efefef;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}

.template-image {
  width: 200px;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.template-image img {
  width: 200px;
  border-radius: 16px;
  margin: 0;
  padding: 0;
}


.template-description {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  margin: 0;
  border-top: none;
  box-shadow: none;
}

.template-description a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-decoration: none;
  color: #000;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.template-action {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
}

.template-action button {
  height: 44px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 16px;
}

#slt {
  background-color: #fff;
  color: #000;
  margin-left: 8px;
  margin-right: 0px;
  box-shadow: none;
  border-width: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  cursor: pointer;
}

#prv {
  background-color: #fff;
  color: #000;
  margin-right: 8px;
  margin-left: 0px;
  box-shadow: none;
  border-width: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  padding: 0;
  cursor: pointer;
}

.template-action a {
  color: #000;
  text-decoration: underline;
}

/*styling for storename-popup*/

.storename-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 200px;
  height: auto;
  background-color: #fff;
  color: #000;
  padding: 32px;
  border-radius: 4px;
  box-shadow: 13px 40px 27px -5px rgba(0, 0, 0, 0.16);
  z-index: 20;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

#storenamepopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.btn-bar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-bar button {
  background-color: #fff;
  color: #000;
  height: 40px;
  width: auto;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
  box-shadow: none;
  border-width: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.storename {
  margin-top: 24px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
}

.storename label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.storename input {
  height: 32px;
}

.bottom-btns-bar {
  width: 100%;
  height: 112px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

.bottom-btns-bar button {
  height: 48px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  box-shadow: none;  
}

.bottom-btns-bar button a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

#create {
  border-width: 0;
  background-color: #215cff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  cursor: pointer;
}

#cancel {
  border: 0.75px solid rgba(0, 0, 0, 1);
  box-shadow: none;
  color: #000;
  background-color: #efefef;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  cursor: pointer;
  border-width: 0;
}




/*styling for footer*/
    
.footer {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  
}

.footer-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.footer-category a {
  text-decoration: none;
  color: #fff;
}

.footer-title {
  color: #fff;
}

.footer-links {
  color: #fff;
}

.f-links {
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.75px;
  color: #fff;
}


}


/************************** Desktop styles ***************************************/

@media (min-width: 1024px) {

    html {
      background-color: #fcfcfc;
      scroll-behavior: smooth;
      padding: 0;
      margin: 0;
    }

    html::-webkit-scrollbar {
      display: none;
    }

    body {
        padding: 0;
        margin: 0;
    }

    .container {
      width: auto;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px;
      padding-right: 0px;
    }


/*styling for navigation*/


    .navigation {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 48px;
      align-items: center;
    }

    .navigation a {
      color: #000;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.75px;
      text-decoration: none;
    }

    .navigation button {
      height: 40px;
      width: auto;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.75px;
      text-decoration: underline;
      padding: 0;
      margin: 0;
      color: #000;
      background-color: #fcfcfc;
      box-shadow: none;
      border-width: 0;
      border-radius: 4px;
      cursor: pointer;
    }

    .header-mobile {
        display: none;
    }

    .menu-mobile {
        display: none;
    }

    .logo a {
      text-decoration: none;
      color: #000;
    }

    .nav-mobile {
        display: none;
    }

    .login-popup {
      display: none;
      align-items: center;
      justify-content: center;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width: 600px;
      height: 400px;
      border-radius: 4px;
      border-width: 0;
      box-shadow: 0px 4px 16px -2px rgba(36, 36, 36, 0.25);
      background-color: #fafbfc;
      color: #000;
    }

    .login-popup button {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30%;
      margin-bottom: auto;
      color: #000;
      background-color: #fafbfc;   
      width: auto;
      height: auto;
      padding-left: 20px;
      padding-right: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: 24dp;
      border: 1px solid rgba(201, 201, 201, 0.25);
      box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, 0.8);
    }

    .login-popup a {
      color: #000;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.75px;
      font-weight: 400;
    }

    .login-popup img {
      width: 18dp;
      height: 18dp;
      box-shadow: none;
      border-width: 0px;
    }

    #signout {
      background-color: #fff;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-left: 0px;
      padding-right: 16px;

    }



        /*styling for footer*/
    
        .footer {
          width: auto;
          height: auto;
          margin-top: 0;
          margin-bottom: 0;
          margin-left: 0;
          margin-right: 0;
          padding-top: 48px;
          padding-bottom: 96px;
          padding-left: 100px;
          padding-right: 100px;
          background-color: #000;
          display: flex;
          gap: 116px;
          align-items: flex-start;
          justify-content: flex-start;
          
      }
      
      .footer-title {
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0.75px;
      }
  
      .footer-category a {
        text-decoration: none;
        color: #fafbfc;
      }
  
      .footer-title {
        color: #fafbfc;
      }
      
      .footer-links {
        color: #fafbfc;
      }
  
      .f-links {
          margin-top: 24px;
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          gap: 8px;
          font-size: 12px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0.75px;
          color: #fafbfc;
      }




    /******************styling for store-builder-dashboard*************************/


    


    .dashboard-nav {
      width: auto;
      height: 56px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding-left: 60px;
      padding-right: 60px;
      margin: 0;
      color: #000;
      background-color: #efefef;
    }

    .dashboard-nav .logo a {
      text-decoration: none;
      color: #000;
    }

    .dashboard-nav  a{
      color: #000;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.75px;
    }

    .dashboard-nav button {
      height: auto;
      width: auto;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.75px;
      text-decoration: underline;
      padding: 0;
      margin: 0;
      color: #000;
      background-color: #efefef;
      box-shadow: none;
      border-width: 0;
      border-radius: 4px;
      cursor: pointer;
    }

    .store-builder-hero {
      margin-left: 60px;
      margin-right: 60px;
      margin-top: 96px;
      margin-bottom: 96px;
    }

    .store-builder-hero-text h1 {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0.5px;
      margin-top: 0;
      margin-bottom: 24px;
    }

    .store-builder-hero-text p {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 28.5px;
      margin-top: 0;
      margin-bottom: 64px;
      max-width: 840px;
    }

    .options {
      height: auto;
      width: auto;
      display: flex;
      flex-direction: row;
      gap: 32px;
      padding-bottom: 24px;
      border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
    }

    .options button {
      background-color: #fff;
      box-shadow: none;
      border-width: 0;
      margin: 0;
      padding: 0;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.75px;
      cursor: pointer;
    }

    /*styling for select-template-container*/

    .select-template-container {
      width: auto;
      height: auto;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 0px;
      padding-bottom: 128px;
      overflow-y: hidden;
      overflow-x: hidden;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 32px;
    }

    .select-template {
      width: 360px;
      height: auto;
      box-shadow: none;
      background-color: #efefef;
      border-radius: 8px;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-rows: 75% 25%;
      align-items: center;
      justify-content: center;
    }

    .template-image {
      width: 360px;
      padding: 0;
      margin: 0;
      box-shadow: none;
      border-radius: 8px 8px 0px 0px;
      border-width: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .template-image img {
      width: 360px;
      border-radius: 8px 8px 0px 0px;
      margin: 0;
      padding: 0;
      align-self: center;
      justify-self: center;
    }

    .template-description {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      margin: 0;
      border-radius: 0px 0px 8px 8px;
      box-shadow: none;
      background-color: #efefef;
      border-width: 0;
    }

    .template-description a {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.75px;
      margin-left: auto;
      margin-right: auto;
      color: #000;
      background-color: #efefef;
      text-decoration: none;
      margin-top: 0;
      margin-bottom: 40px;
      padding: 0;
    }

    #promo {
      width: 180px;
    }
  
    .template-action {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 12px;
      padding-bottom: 0px;
    }

    .template-action button {
      height: 44px;
      padding-left: 0px;
      padding-right: 0px;
      border-radius: 4px;
      box-shadow: none;
      margin-bottom: 16px;
    }

    #slt {
      background-color: #fff;
      color: #000;
      margin-left: 8px;
      margin-right: 0px;
      box-shadow: none;
      border-width: 0;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      cursor: pointer;
    }

    #prv {
      background-color: #fff;
      color: #000;
      margin-right: 8px;
      margin-left: 0px;
      box-shadow: none;
      border-width: 0;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      padding: 0;
      cursor: pointer;
    }

    .template-action a {
      color: #000;
      text-decoration: underline;
    }


    /*styling for storename-popup*/

    .storename-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width: 400px;
      height: auto;
      background-color: #fff;
      color: #000;
      padding: 32px;
      border-radius: 4px;
      box-shadow: 13px 40px 27px -5px rgba(0, 0, 0, 0.16);
      z-index: 20;
      display: none;
      flex-direction: column;
      flex-wrap: nowrap;
    }

    #storenamepopup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }

    .btn-bar {
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .btn-bar button {
      background-color: #fff;
      color: #000;
      height: 40px;
      width: auto;
      padding-left: 0px;
      padding-right: 20px;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0.75px;
      box-shadow: none;
      border-width: 0;
      text-align: left;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 12px;
    }

    .storename {
      margin-top: 24px;
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 24px;
    }

    .storename label {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
    }

    .storename input {
      height: 32px;
    }

    .bottom-btns-bar {
      width: 100%;
      height: 56px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 16px;
      align-items: center;
      justify-content: flex-start;
    }

    .bottom-btns-bar button {
      height: 48px;
      width: auto;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 4px;
      box-shadow: none;  
    }

    .bottom-btns-bar button a {
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
    }

    #create {
      border-width: 0;
      background-color: #215cff;
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      cursor: pointer;
    }

    #cancel {
      border: 0.75px solid rgba(0, 0, 0, 1);
      box-shadow: none;
      color: #000;
      background-color: #efefef;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      cursor: pointer;
    }

 
}
