
body{
  margin: 0;

    line-height: 1.6;
}

header{
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;

}
main{
    margin-top:160px;
}
.elt10932{
        width: 50%;
    text-align-last: center;
    align-content: center;

}
.loader-container {
      position: relative;
      width: 200px;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .loader-ring {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 4px solid transparent;
      border-top-color: #38bdf8;
      animation: spin 1.5s linear infinite;
    }
    
    .loader-ring:nth-child(2) {
      width: 120px;
      height: 120px;
      border-top-color: #818cf8;
      animation-duration: 2s;
      animation-direction: reverse;
    }
    
    .loader-ring:nth-child(3) {
      width: 90px;
      height: 90px;
      border-top-color: #c084fc;
      animation-duration: 2.5s;
    }
    
    .loader-core {
      width: 50px;
      height: 50px;
      background: radial-gradient(circle, #f472b6 0%, #f43f5e 100%);
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(244, 114, 182, 0.6);
      animation: pulse 2s ease-in-out infinite;
    }
    
    .loader-text {
      position: absolute;
      bottom: -40px;
      color: white;
      font-size: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
      opacity: 0.8;
      animation: fadeInOut 2s ease-in-out infinite;
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    
    @keyframes pulse {
      0%, 100% { transform: scale(0.9); opacity: 0.8; }
      50% { transform: scale(1.1); opacity: 1; }
    }
    
    @keyframes fadeInOut {
      0%, 100% { opacity: 0.4; }
      50% { opacity: 1; }
    }
/* Nav 1 Styles: Fixed on top */
nav.nav1 {
  display: flex;
  justify-content: space-between;
  padding: 10px 5%;
  background-color: #f0f0f0;
  color: black;
 
  width: 100%;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional, adds shadow */
 
}

.heart-icon.active {
  color: red;
  content: "♥";
}
.elt291{
    font-size: 24px;
}
nav.nav1 .logo {
  font-size: 24px;
}
.logo{
   
    height:70px;
}
.logo img{
    height:70px;
    width:70px;
}
.auth-buttons{
    width: 30%;
    align-content: center;
}
.search-bar{
    width: 50%;
    align-content: center;
}

nav.nav1 .search-bar input {
  padding: 5px;
  width: 80%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

nav.nav1 .auth-buttons button,
nav.nav1 .cart button {
  background-color: #444;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 5px;
}
.auth-buttons{
    display: flex;
    justify-content: right;
    align-self: center;
}
nav.nav1 .auth-buttons button:hover,
nav.nav1 .cart button:hover {
  background-color: #555;
}

/* Categories Div */
.categories {
  background-color: #f4f4f4;
  padding: 10px 20px;
 
  display: flex;
  place-content: space-between;

}
.eltAlt{
    text-decoration: none;
    color: black;
}
.categories .category {
  position: relative;
  margin-right: 20px;
}

.categories .category > a {
  text-decoration: none;
  color: #333;
  padding: 10px;
}

.categories .sub-category {
  display: none;
  position: absolute;
  top: 140px;
  left: 2%;
      z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.end,.category0{
    cursor: pointer;
}



/* Styling the links inside sub-categories */
.sub-category a {
display: block;
text-decoration: none;
color: #333;
padding: 5px;
}

/* Add hover effect for the subcategory links */
.sub-category a:hover {
background-color: #ddd;
}
.sub-category{
    width: 96%;
    border-radius:5px;
   
}
.gr8343{
    display:flex;
    
}
.elt937{
    width:500px;
    border-radius:5px;
    
}
.eltgr8563{
     margin-right: 15%;
   
}
.gr83543{
    height: 35px;
padding: 5px;
width: 35px;
align-self: center;
}
.gr83643{
  display: flex;
  height: 31px;
  text-align: center;
      border: solid black 2px;
      padding: 2px;
      border-radius: 50px;
      width: 50%;
      justify-self: right;
  
}
.elt8463{
  width: 50%;
}
.elt4354{
  width: 50%;
}




/* Wallet button */
.wallet-364,.invite-37{

  cursor: pointer;
  
}

/* Sidebar */
.elt-wallet-372 {
    position: fixed;
    top: 0;
    right: -300%;
    width: 40%;
    height: 100%;
    background-color: #f1f1f1;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.3sease-in-out;
    z-index: 1000;
}

/* Close Button */
.close-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.copyidContentDiv{
        display: none;
    color: white;
    position: absolute;
    background: green;
    border-radius: 5px;
    padding: 2px;
    
}
.elt97{
        width: 55%;
}
.elt3453{
width: 200px;
background-color: white;
position: absolute;
right: 50px;
z-index:1000;
}
.elt3453 ol li {
 border-radius: 5px;
}
.elt3453 ol li:hover {
  background-color: #989797;
}
.mobile-elt-34{
    display:none;
}

.item-count{
        background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.ribban-elt-child1{
    width:35%;
    display:flex;
    
}
.ribban-elt-child2{
    width:65%;
    display:flex;
    
}
.ribban-elt-child2{
       justify-content: right;
    
}
.ribban-elt{
    display:flex;
    background-color:#094574;
    
}
.gr8343{
        padding: 2px 10px;
    color: white;
        text-decoration: none;
}

@media only screen and (max-width: 480px) {
    main{
    margin-top:145px;
}
    
    .logo img{
        width:70px;
        height:70px;
    }
 
   
    .gr8343{
    
            font-size: xx-small;
            
}
    nav.nav1 {
    flex-direction: row;
    justify-content: space-between;
        padding: 10px 5% 0 5%;
  }


  nav.nav1 .search-bar {
    display: none;
  }

  nav.nav1 .auth-buttons, nav.nav1 .cart {
    margin-left: 10px;
    width:45%;
  }

  /* Categories Div for smaller screens */
  .categories {
    display: flex;
    flex-direction: column;
  }

  .categories .category {
      position:absolute;
  }


  nav.nav1 .search-bar input {
    width: 100%;
  }

.window-elt-73{
    display:none;
}
.mobile-elt-34{
    display:flex;
            justify-content: right;
}

.gr83543 {
         height: unset; 
     padding: unset; 
     width: unset; 
     align-self: unset;
}
.mob-elt-search-73{
    height:20px;
}

    
  
    
    .spc-info-cont{
        font-size: xx-small;
    }
    .gr83643 {

    width:unset;
}
 .window-elt-738{
        display:none;
    }
}
@media only screen and (min-width:481px) and (max-width: 768px) {
    main{
    margin-top:145px;
}
       .logo img{
        width:70px;
        height:70px;
    }
    .window-elt-738{
        display:none;
    }
       .gr8343{
    
            font-size: x-small;
}

    nav.nav1 {
    flex-direction: row;
    justify-content: space-between;
        padding: 10px 5% 0 5%;
  }

  nav.nav1 .search-bar {
    display: none;
    position:absolute;
  }

  nav.nav1 .auth-buttons, nav.nav1 .cart {
    margin-left: 10px;
    width:35%;
  }

  /* Categories Div for smaller screens */
  .categories {
    display: flex;
    flex-direction: column;
  }

 .categories .category {
      position:absolute;
  }


  nav.nav1 .search-bar input {
    width: 100%;
  }
  
.window-elt-73{
    display:none;
}
.mobile-elt-34{
    display:flex;
            justify-content: right;
}
.gr83543 {
         height: unset; 
     padding: unset; 
     width: unset; 
     align-self: unset;
}
.mob-elt-search-73{
    height:20px;
}

     .spc-info-cont{
        font-size: x-small;
    }

.gr83643 {

    width:unset;
}
}



@media only screen and (min-width:769px) and (max-width: 1024px) {
          .gr8343{
    
            font-size: x-small;
             padding: 2px 5px;
}
  .gr83643{
    width: 90%;
  }
  
  .category a{
      
  font-size: xx-small;
  }


}

@media only screen and (min-width:1025px) and (max-width: 1440px) {
        .gr8343{
    
            font-size: small;
             padding: 2px 9px;
}



}


@media only screen and (min-width:1441px) and (max-width: 1920px) {



}
