@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
    font-family: 'Montserrat', sans-serif;

}
#logo-header{
  display: none;
}
#menu-box{
  display: none;
}
#close-box{
  display: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

header{
  background-color: #CF0F47;
  position: relative;
 
  
}
.navb {
  position: fixed;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000 !important; /* ✅ BELOW CART AND MODALS */
  display: flex;
  justify-content: space-between;
  padding: 10px 45px;
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}


.head-container {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  justify-content: space-between;


}
.logo span{
  color: black;
}


nav ul {
  display: flex;
  column-gap: 2.5rem;
}

nav ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 500;
  position: relative;
  font-weight: bold;
}

#homecolor{
 color: #CF0F47;
}
.login .bx{
  font-size: 35px;
  cursor: pointer;
  position: relative;

  
}
.cart {
  position: relative;
  display: inline-block;
  font-size: 24px; 
}

#cart-count {
  position: absolute;
  top: 0;   
   right: 0;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
}


.login{

  display: flex;
  align-items: center;
  gap: 1rem;


}

.login button {
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: transparent;
  color: black;
  border: 2px solid  #DE3163; 
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s; 
}

.login button:hover {
  background-color: #DE3163;

 
}
.cart-menu {
  position: absolute;
  background-color: white;
  border-radius: 20px;
  top: 110%; 
  right: 1rem;
  z-index: 10001;
  padding: 20px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  width: 450px;
box-shadow: 2px 2px 10px 4px rgb(14 55 54 / 15%);

  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cart-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


.cart-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.cart-sum h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.cart-sum span {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  background: transparent;
  color: #e2337f;
  border: 2px solid #e2337f;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart-sum span:hover {
  background: #e2337f;
  color: white;
}


.login .cart-cont .box-cart img {
  width: 100px;
  height: 140px;
 
}

.prodt p {
  font-weight: 700;
  font-size: 14px;
  color: gray;
}

.prodt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 380px;
  margin-top: 25px;
  margin-left: 2px;
}

.cart-cont {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;

  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
  border: none;
}

.cart-txt {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  column-gap: 0.5rem;
}

.box-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.txt1-1 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  margin-right: 30px;
}

.prc {
  font-weight: 550;
 
  margin-right: 5px;
}

.cart-menu button {
  margin-top: 1px;
  width: 100%;
    background: #ff99aa; 

  padding: 3px 10px;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  
  transition: background 0.3s ease, transform 0.1s ease;
  border: px solid #CF0F47;
}


.qty-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  background: #ffe4ec;
  border: 1px solid #ffb6c1;
  padding: 3px 8px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  color: #c2185b;
  transition: background 0.3s ease, color 0.3s ease;
}

.qty-btn:hover {
  background: #ffb6c1;
  color: white;
}

.qty-control input {
  width: 40px;
  text-align: center;
  border: 1px solid #ffb6c1;
  border-radius: 4px;
}


#uni {
  
  font-weight: 600;
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items:end;
  

}

.checkout-btn  {
  width: 50%;
  margin-top: 1rem;
  padding: 10px;
  background-color: transparent;  /* Pink */

  color: #e2337f;
  border: 2px solid #e2337f;
  border-radius: 6px;
 
 
  font-weight: 700;
  font-size: 16px;

  cursor: pointer;
transition: all 0.3s ease;

  
  
}

.checkout-btn:hover {
 background: #e2337f;
  color: white;
}

/* ✅ Clean Delete Button */
.delete-item {
  background: transparent;
  color: #e2337f;
  
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
  display: none;
 
  
  
}

.delete-item:hover {
 
  color: black;
}

.cart-menu.edit-mode .delete-item {
  display: inline-block;
  position: absolute;
  top: 70%;
  right: 0;
  max-width: 150px;
  font-size: 16px;
  font-weight: 550;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}



.head-container .logo {
    font-size: 1.5rem;
    color: #6c0025;
  }

.picture img {
  max-width: 600px;
  width: 100%;
  height: 600px;
  transform: rotate(17deg);
}

.picture{
  position: absolute;
  top: 10%;
  right: 15%;
}

.home{
padding: 1rem;
width: 100%;
height: 90vh;
background: linear-gradient(135deg, #ff99aa, #fff5f7);

position: relative;
margin-left: auto;
margin-right: auto;
}
.txthome{
 
 
  display: flex;
  flex-direction: column;
 
 
  position: absolute;
  top: 25%;
  left: 15%;
  text-align: center;

}
.txthome h1{
   font-family:'Montserrat', sans-serif;
  font-size: 80px;
  text-align: center;
  font-weight: 900;
  text-align: left;

  
  
 }
 .txthome h1 span{
  color: #6c0025;
 }



.txthome p{
     font-family:'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  color: black;
 text-align: left;
 margin-top: 0.5rem;
 margin-left: 0.5rem;

 
}
.h-button{
  display: flex;
  column-gap: 1rem;
}
.h-button button {
  padding: 15px 25px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: transparent;
  color: black;
  border: 2px solid  #DE3163; 
  cursor: pointer;
  
  overflow: hidden;
  transition: all 0.3s; 
  margin-top: 2rem;
  margin-left: 0.5rem;


}

.h-button button:hover {
  background-color: #DE3163;

  color: white; 
  transform: scale(1.05);
}


.sechome{
max-width: 960px;
width: 100%;
margin: 0 auto;
padding: 20px;
}
.sechome .container{
  display:flex;
  align-items: center;
  justify-content: center;
  column-gap: 5rem;

}



.prod h1 {
  font-family:'Montserrat', sans-serif;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.prod p{
  font-family:'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
  color: #57564F;
  margin-bottom: 1rem;
}
.con1{
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
 }

.con2 .card{
  width: 450px;
  height: 65vh;
  max-width: 530px;
}
.con2{
  position: relative;
}

.con2-container{
  display: flex;
}

.card {
  width: 430px;
  max-width: 500px;
  height: 245px;
  padding: 20px;
  background: #FFF1F1;
  border: 6px solid #CF0F47;
  border-radius: 20px;
  box-shadow: 12px 12px 0 #CF0F47;
  transition: transform 0.3s, box-shadow 0.3s;
  font-family: 'Montserrat', sans-serif;
}

.card:hover {
  transform: translate(-5px, -5px);
  box-shadow: 17px 17px 0 #CF0F47;
}

.card_title {
  font-size: 30px;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
#lacetitle {
  position: relative;
  left: 10px;
  top: -10px;
  display: block;
  font-size: 45px;
}


#lacebtn {
  margin-top: 30px;
  margin-left: 5px;
  height: 60px;
  font-size: 18px;
  width: 150px;
}


.card_content {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-top: 20px;
  margin-left: 15px;
}

.card_button {
  border: 3px solid #CF0F47;
  background: white;
  border-radius: 10px;
  padding: 10px;
  font-size: 13.5px;
  font-weight: bold;
  height: 45px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  width: 30%;
  margin-top: 18px;
  margin-left: 10px;
  padding-bottom: 10px;

}

.card_button::before {
  content: "CUSTOMIZE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CF0F47;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.card_button:hover::before {
  transform: translateY(0);
}

.card_button:active {
  transform: scale(0.95);
}
.con1 .card{
  position:relative;


}
.con1-img{
  position: absolute;
  right: -1rem;
  top: -1rem;

}
.con1-img img{
  width: 250px;

}
#con1-1 img{
  width: 170px;
  transform: rotate(20deg);


}
#con1-1{
  position: absolute;
  right: 2rem;
  top: -13%;
}


.con2 .card{
  position: relative;
  height: 70vh;
}
.con2 .card .card-container{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem
}
.con2-img img{
  width: 270px;
  transform: rotate(4deg);

}
.con2 .card .card-container .card_form button{
  display: inline;
  width: 150px
}


.char{
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
margin-bottom: 10rem
}
.char-container{
  display: flex;
  align-items: center;
  justify-items:space-between;

  column-gap:3rem;


}
.char-container .box{
  max-width: 380px;
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;


}
.char-container .box p{
  font-size: 0.89rem;
    color: #57564F;
    line-height: 1.5;
    text-align: center;

}



.char h1{
  font-family:'Montserrat', sans-serif;
  font-size:  45px;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.char p{
  font-family:'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
  color: #57564F;
  margin-bottom: 1rem;
}
.box h1{
  font-size: 20px;

}
.char-container .box img{
  width: 50px;
  padding: 8px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);

}
.icn{
  position: relative;
  display: inline-block;
  padding: 20px;
  background-color: #E2245A;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;


}
.shop h1{
  font-family:'Montserrat', sans-serif;
  font-size:  45px;
  text-align: center;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.shop p{
  font-family:'Montserrat', sans-serif;
  text-align: center;
  font-size: 18px;
  color: #57564F;
  margin-bottom: 3rem;
}

.shop{
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}
.shop-cont{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,auto));

  row-gap:3rem;
  justify-items:center;


  align-items: center;


}
.shop-cont .s-box {
  border: 5px solid #CF0F47;

  border-radius: 10px;
  position: relative;
  max-width: 300px;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF5F2;
  justify-content: center;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.shop-cont .s-box .shop-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-cont .s-box .shop-text p{
  font-size: 0.9rem;
  color: gray;
  width:200px;
  margin-top: 1rem;
  text-align:left;
  margin-bottom: 5rem;
}
.shop-cont .s-box .shop-text .s-line{
  max-width: 200px;
  width: 100%;
  height: 1.5px;
  background-color: black;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    margin-top: -2rem;
}


.shop-cont .s-box img{
  max-width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 0.5rem;
}
.s-buy{
  display: flex;
  align-items: center;
  justify-content:space-between;
  column-gap: 1rem;

  max-width:190px;
  padding: 5px;
  width: 100%;
  margin-top: -1rem
}
.shop-text h3{
  font-size:1.4rem;
  font-weight:600;
  position: absolute;
  top: 73%;
  right:  55%;


}
#notification {
  position: fixed;
 bottom: 30px;
  right: 20px;
  background: #4CAF50;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 16px;
  display: none;
  z-index: 9999;
}
.s-buy .bx{
  font-size: 1.9rem;
  padding: 5px 20px;
  border-radius: 5px;
  border: 3px solid #CF0F47;
  cursor: pointer;
}
.s-buy .buybtn{
  font-size: 1rem;
  font-weight: bold;
  font-family:'Montserrat', sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  border: 3px solid #CF0F47;
  cursor: pointer;

}
.view-all{
  max-width: 968px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.view-all button{
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 40px;
  font-size: 20px;
   overflow: hidden;
  transition: all 0.3s; 
  border: 3px solid #CF0F47;
  color: #CF0F47;
}

.view-all button:hover {
  background-color:  #CF0F47;
  
  color:white; 
  transform: scale(1.05);
}

.navb.scrolled {
  background-color: #CF0F47; 
  transition: background-color 0.3s ease;
}

.navb.scrolled li a {
  color: white; 
  
}
.navb.scrolled #homecolor{
  color: black;
}
.navb.scrolled .log button {
  border-color: white;
  color:white;

}

.navb a {
  color: black;
  transition: color 0.3s ease;
}

.navb a:hover {
  color: #CF0F47; 
}
.navb.scrolled a:hover {
  color: black; 
}
.navb.scrolled a::after {
  background-color: white;
}
.navb.navb.scrolled .login .bx{
  color: white;
}
.gitna {

width: 100%;
height: 40vh;
background-color:  #ff99aa;
position: relative;

margin-top: 8%;
margin-bottom: 8%;
padding-top: 3rem;
}
.git-txt h2{
 font-family:'Montserrat', sans-serif;

 color: white;
 text-align: center;
margin-top: 0; 


}
.git-txt{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.git-txt p{
 font-family:'Montserrat', sans-serif;

 color: white;
 text-align: center;

font-size: 15px ;
width: 650px;
margin-top: 1rem;

}
.gitna button{
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: transparent;
  color: white;
  border: 3px solid  white; 
  cursor: pointer;
  
  overflow: hidden;
  transition: all 0.3s; 
  margin-top: 2rem;
  margin-left: 0.5rem;
}
.gitna button:hover {
  background-color:  #CF0F47;

  color:white; 
  transform: scale(1.05);
}
.footer {
  background-color: #ff99aa; 
  color: black;
  padding: 60px 10%;
  font-family: 'Montserrat', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-about h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: black;
  font-weight: 900;
}
.footer-about h2 span {
  color: #6c0025;
}
.footer-about p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: black;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  color: black;
  font-size: 1.4rem;
  transition: color 0.3s ease;
  margin-top: 20px;
}
.social-links a:hover {
  color: #6c0025;
}

/* Latest News */
.footer-news h3,
.footer-links h3,
.footer-contact h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  border-left: 3px solid #6c0025;
  padding-left: 10px;
}

.news-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 10px;
}
.news-text p {
  font-size: 0.9rem;
  margin: 0;
  color: black;
}
.news-text span {
  font-size: 0.8rem;
  color: black;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}
.footer-links ul li a {
  text-decoration: none;
  color: black;
  transition: color 0.3s ease;
}
.footer-links ul li a:hover {
  color: #6c0025;
}

.footer-contact p {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.footer-contact i {
  margin-right: 8px;
  color: #6c0025;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .news-item {
    justify-content: center;
  }
}


 
    .user-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink-dark, #FF5D8E), var(--pink-accent, #FE7098));
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 16px;
      cursor: pointer;
      margin-left: 15px;
      text-transform: uppercase;
      transition: all 0.3s ease;
      position: relative;
    }

    .user-icon:hover {
      transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(255, 93, 142, 0.3);
    }


    .user-dropdown {
      position: absolute;
      top: 55px;
      right: 0;
      background: white;
      border-radius: 8px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.15);
      min-width: 200px;
      padding: 10px 0;
      display: none;
      z-index: 1000;
    }

    .user-dropdown.active {
      display: block;
    }

    .user-dropdown a,
    .user-dropdown button {
      display: block;
      padding: 12px 20px;
      color: #333;
      text-decoration: none;
      border: none;
      background: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.2s;
      font-weight: 600;
    }

    .user-dropdown a:hover,
    .user-dropdown button:hover {
      background: #f8f9fa;
      color: #c2185b;
    }


    .user-dropdown .user-info {
      padding: 12px 20px;
      border-bottom: 1px solid #eee;
      margin-bottom: 5px;
    }

    .user-dropdown .user-info p {
      margin: 0;
      font-size: 14px;
      color: #666;
    }

    .user-dropdown .user-info strong {
      color: #333;
      font-size: 15px;
    }

    .login-container {
      position: relative;
    }

    /* Modal Styles */
    .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 10000;
      justify-content: center;
      align-items: center;
      animation: fadeIn 0.3s ease;


    }

    .modal-overlay.active {
      display: flex;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .auth-modal {
      background: white;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      max-width: 900px;
      width: 90%;
      max-height: 85vh;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      animation: slideUp 0.4s ease;
      margin-top: 13vh;
  
      
    }

    @keyframes slideUp {
      from { transform: translateY(50px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .welcome-panel {
      background: linear-gradient(135deg, #FF5D8E, #FE7098);
      color: white;
      padding: 60px 40px;
      width: 45%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
    }

    .welcome-panel h2 {
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .welcome-panel p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 30px;
      opacity: 0.95;
    }

    .switch-btn {
      background: white;
      color: #FF5D8E;
      padding: 12px 35px;
      border: none;
      border-radius: 25px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 14px;
    }

    .switch-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    }

    .form-panel {
      padding: 50px 45px;
      width: 55%;
      overflow-y: auto;
      position: relative;
    }

    .close-modal {
      position: absolute;
      top: 20px;
      right: 20px;
      background: none;
      border: none;
      font-size: 28px;
      color: #666;
      cursor: pointer;
      transition: color 0.3s;
      z-index: 10;
    }

    .close-modal:hover {
      color: #FF5D8E;
    }

    .form-panel h3 {
      color: #FF5D8E;
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .form-panel .subtitle {
      color: #666;
      font-size: 13px;
      margin-bottom: 25px;
    }

    .social-login {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
      justify-content: center;
    }

    .social-btn {
      width: 40px;
      height: 40px;
      border: 2px solid #e0e0e0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      background: white;
    }

    .social-btn:hover {
      border-color: #FF5D8E;
      color: #FF5D8E;
      transform: translateY(-2px);
    }

    .input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .input-group i {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
      font-size: 18px;
    }

    .input-group input {
      width: 100%;
      padding: 14px 15px 14px 45px;
      border: 2px solid #e0e0e0;
      border-radius: 8px;
      font-size: 14px;
      transition: all 0.3s;
    }

    .input-group input:focus {
      outline: none;
      border-color: #FF9AAC;
      box-shadow: 0 0 0 3px rgba(255, 93, 142, 0.1);
    }

    .password-toggle {
      width: 20px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #999;
      font-size: 18px;
    }

    .password-toggle:hover {
      color: #FF5D8E;
    }

    .submit-btn {
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, #FF5D8E, #FE7098);
      color: white;
      border: none;
      border-radius: 25px;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      margin-top: 10px;
      transition: all 0.3s;
    }

    .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(255, 93, 142, 0.3);
    }

    .form-footer {
      text-align: center;
      margin-top: 20px;
      font-size: 13px;
      color: #666;
    }

    .form-footer a {
      color: #FF5D8E;
      text-decoration: none;
      font-weight: 600;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    .error-message {
      background: #fee;
      color: #c33;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-size: 13px;
      border-left: 4px solid #c33;
    }

    .success-message {
      background: #efe;
      color: #383;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-size: 13px;
      border-left: 4px solid #383;
    }

    .step-indicator {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 25px;
    }

    .step {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 13px;
      color: #999;
    }

    .step.active {
      background: #FF5D8E;
      color: white;
    }

    .step.completed {
      background: #4CAF50;
      color: white;
    }

    .otp-info {
      background: #f8f9fa;
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 20px;
      font-size: 13px;
      color: #666;
      text-align: center;
    }

    .otp-input {
      text-align: center;
      letter-spacing: 10px;
      font-size: 24px;
      font-weight: 600;
    }

    .hidden {
      display: none;
    }

    @media (max-width: 768px) {
      .auth-modal {
        flex-direction: column;
        width: 95%;
      }

      .welcome-panel, .form-panel {
        width: 100%;
      }

      .welcome-panel {
        padding: 40px 30px;

      }

      .form-panel {
        padding: 40px 30px;
      }
    }
    .hidden {
  display: none;
}

/* Forgot Password & Verify Email Modals */
.simple-modal {
  background: white;
  border-radius: 15px;
  padding: 50px 45px;
  max-width: 500px;
  width: 90%;
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
  position: relative;
  margin-top: 12vh;
}

.simple-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 10;
}

.simple-modal .close-modal:hover {
  color: #FF5D8E;
}

.simple-modal .logo-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: block;
  border-radius: 50%;
  object-fit: contain;
}

.simple-modal h3 {
  color: #FF5D8E;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.simple-modal .subtitle {
  color: #666;
  font-size: 13px;
  margin-bottom: 25px;
  text-align: center;
}

.simple-modal .info-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6;
  text-align: center;
}

.simple-modal .otp-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 1.6;
}

.simple-modal .otp-info strong {
  color: #333;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.simple-modal .step-indicator {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.simple-modal .step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #999;
}

.simple-modal .step.active {
  background: #FF5D8E;
  color: white;
}

.simple-modal .step.completed {
  background: #4CAF50;
  color: white;
}

.simple-modal .input-group {
  position: relative;
  margin-bottom: 20px;
}

.simple-modal .input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
}

.simple-modal .input-group input {
  width: 100%;
  padding: 14px 15px 14px 45px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
}

.simple-modal .input-group input:focus {
  outline: none;
  border-color: #FF9AAC;
  box-shadow: 0 0 0 3px rgba(255, 93, 142, 0.1);
}

.simple-modal .submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #FF5D8E, #FE7098);
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s;
}

.simple-modal .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 93, 142, 0.3);
}

.resend-btn {
  width: 100%;
  padding: 14px;
  background: white;
  color: #FF5D8E;
  border: 2px solid #FF5D8E;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
  transition: all 0.3s;
}

.resend-btn:hover {
  background: #FF5D8E;
  color: white;
  transform: translateY(-2px);
}

.back-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #FF5D8E;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.back-link:hover {
  text-decoration: underline;
}

.simple-modal .success-message {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  border-left: 4px solid #28a745;
  text-align: center;
}

.simple-modal .error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  border-left: 4px solid #dc3545;
  text-align: center;
}

@media (max-width: 768px) {
  
  .auth-modal {
    flex-direction: column;
    width: 95%;
  }

  .welcome-panel, .form-panel {
    width: 100%;
  }

  .welcome-panel {
    padding: 40px 30px;
  }

  .form-panel {
    padding: 40px 30px;
  }

  .simple-modal {
    padding: 40px 30px;
    max-width: 95%;
  }
}
/* Logout Modal Styles */
.logout-modal {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.logout-modal h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.logout-modal p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.logout-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.logout-buttons button {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}

.btn-cancel {
  background: #f0f0f0;
  color: #333;
}

.btn-cancel:hover {
  background: #e0e0e0;
}

.btn-logout {
  background: #e2337f;
  color: white;
}

.btn-logout:hover {
  background: #c91e6a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 51, 127, 0.3);
}
.error-message {
  color: #d32f2f;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #ffebee;
  border-left: 4px solid #d32f2f;
  border-radius: 4px;
  font-size: 14px;
}

.error-message.hidden {
  display: none;

}

/* ============================================
   RESPONSIVE NAVBAR STYLES
   ============================================ */

/* Hamburger Menu Icon (Hidden by default on desktop) */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 10002; 
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: black;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Scrolled navbar - hamburger color change */
.navb.scrolled .hamburger span {
  background-color: white;
}

/* Close icon for mobile menu */


/* ============================================
   TABLET AND MOBILE RESPONSIVE
   ============================================ */

/* Tablet and Below (1024px) */
@media (max-width: 1024px) {
  .navb {
   width: 90%;
    padding: 10px 30px;
  

  }

  nav{
    
  }
    .con2 .card {
    height: 80vh;
   
  }
.txthome{
  align-items: center;
}

 
  .head-container {
  column-gap: 1.5rem;
     flex: 1;
    /* Add these properties */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
   
  }

  nav ul {
    column-gap: 1.5rem;
  }

  nav ul li a {
    font-size: 0.9rem;
  }
  .home{
    display: flex;
    flex-direction: column;
  }



  
}

/* Mobile and Small Tablets (768px and below) */
@media (max-width: 768px) {
  /* Show hamburger menu */
  .hamburger {
    display: flex;
  }
  #menu-box{
    display: flex;
  }

  /* Navbar adjustments */
  .navb {
    width: 95%;
    padding: 10px 20px;
    margin-top: 1rem;
  }

  .head-container {
    column-gap: 1rem;
    flex: 1;
  }

  .head-container .logo {
    font-size: 1.2rem;
  }

  /* Hide desktop navigation by default */
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background: rgb(255, 255, 255);
    padding: 80px 30px 30px;
    transition: right 0.3s ease;
    z-index: 10002;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #logo-header{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight:900;

  }
 

  /* Show navigation when active */
  nav.active {
    right: 0;
  }

  /* Stack navigation links vertically */
  nav ul {
    flex-direction: column;
    gap: 0;
  }

  nav ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  nav ul li a {
    font-size: 1rem;
    display: block;
    width: 100%;
    color: #333;
  }

  /* Show close icon in mobile menu */
  #close-box {
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
  }

  /* Scrolled state for mobile nav */
  .navb.scrolled nav {
    background: white;
  }

  .navb.scrolled nav ul li a {
    color: #333;
  }

  /* Login section adjustments */
  .login {
    display: flex;
    gap: 0.5rem;

  }

  .login .bx {
    font-size: 28px;
  }

  .login button {
    padding: 8px 15px;
    font-size: 0.8rem;
  }

  .user-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-left: 0;
  }

  /* Cart menu adjustments */
  .cart-menu {
    width: 90vw;
    max-width: 350px;
    right: 2.5vw;
  }
  .con1 .card {
    height:auto ;
  }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
  .navb {
    padding: 8px 15px;
    border-radius: 20px;
  }

  .head-container .logo {
    font-size: 1rem;
  }

  .hamburger span {
    width: 22px;
    height: 2.5px;
  }

  .login .bx {
    font-size: 24px;
  }

  .login button {
    padding: 6px 12px;
    font-size: 0.75rem;
  }

  .user-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  nav {
    width: 75%;
  }

  .cart-menu {
    width: 90vw;
    padding: 15px;
  }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
  .navb {
    padding: 6px 10px;
  }

  .head-container .logo {
    font-size: 0.9rem;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
  }

  nav {
    width: 80%;
  }
}

/* Landscape Mode for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  nav {
    padding: 60px 30px 30px;
  }

  nav ul li {
    padding: 10px 0;
  }
}

/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Tablet and Below (1024px) */

@media (max-width: 1024px) {
  .txthome p{
    max-width: 200px;
    text-align: center;
  }

  .head-container {
    column-gap: 1.5rem;
  }

  nav ul {
    column-gap: 1.5rem;
  }

  nav ul li a {
    font-size: 0.9rem;
  }

  .home {
    height: 50vh;

    padding: 2rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

 

  .txthome h1 {
    font-size: 60px;
  }

  .picture {
    position: absolute;
    top: 20%;
  
    transform: translateY(-50%);
    
    transform: translateX(20%);
    text-align: center;
  }

  .picture img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
  }

 

  .char-container {
    column-gap: 2rem;
  }

  .shop-cont {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .cart-menu {
    width: 350px;
  }
}

/* iPad Pro, iPad Air, Surface Pro 7 - Specific Fixes */
@media (min-width: 769px) and (max-width: 1024px) {
  .home {
    height: 100vh;
    min-height: 750px;
    max-height: 1200px;
  }

  .txthome {
    left: 10%;
  }

  .txthome h1 {
    font-size: 55px;
    line-height: 1.2;
  }

  .picture {
    right: 10%;
  }

  .picture img {
    max-width: 450px;
    height: auto;
    transform: rotate(17deg);
  }
}

/* Surface Pro 7 Portrait (912 x 1368) */
@media (min-width: 900px) and (max-width: 920px) and (min-height: 1350px) {
  .home {
    height: 70vh;
    min-height: 800px;
  }

  .picture img {
    max-width: 420px;
  }
}

/* iPad Pro 12.9" (1024 x 1366) */
@media (width: 1024px) and (min-height: 1350px) {
  .home {
    height: 65vh;
    min-height: 800px;
  }

  .txthome h1 {
    font-size: 65px;
  }

  .picture img {
    max-width: 500px;
  }
}

/* iPad Air (820 x 1180) */
@media (min-width: 810px) and (max-width: 830px) and (min-height: 1170px) {
  .home {
    height: 75vh;
    min-height: 750px;
  }

  .picture img {
    max-width: 400px;
  }
}

@media (max-width: 869px) {
  .home {
    height: 100vh;
    min-height: 650px;
  }

  .picture img {
    max-width: 400px;
  }

  .txthome h1 {
    font-size: 50px;
  }
}

/* Mobile Landscape and Small Tablets (768px) */
@media (max-width: 768px) {


 


  #close-box{
    display: inline;
    font-size: 25px;
  }

  nav.active {
    right: 1rem;
  }

  nav ul {
    flex-direction: column;
    gap: 0;
    
  }

  nav ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  nav ul li a {
    font-size: 1rem;
    display: block;
    width: 100%;
  }

  .navb.scrolled nav {
    background: #CF0F47;
  }

  .navb.scrolled nav ul li a {
    color: white;
  }

  .navb {
    width: 95%;
    padding: 10px 20px;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .head-container {
    column-gap: 1rem;
  }

  .head-container .logo {
    font-size: 1.2rem;
  }

  .nav ul {
    column-gap: 1rem;
  }

  nav ul li a {
    font-size: 0.75rem;
  }

  .login {
    gap: 0.5rem;
  }

  .login .bx {
    font-size: 28px;
  }

  .user-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .home {
    padding: 1rem;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .txthome {
    position: static;
    transform: none;
    margin-top: 100px;
    padding: 0 1rem;
    text-align: center;
   align-items: center;
    order: 1;
  }

  .txthome h1 {
    font-size: 45px;
    text-align: center;
  }

  .txthome p {
    font-size: 12px;
    text-align: center;
  }

  .h-button {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h-button button {
    padding: 12px 20px;
    font-size: 0.85rem;
  }

  .picture {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 2rem;
    order: 2;
  }

  .picture img {
    max-width: 450px;
    height: 300px;
  }

  .prod h1 {
    font-size: 35px;
  }

  .prod p {
    font-size: 16px;
    padding: 0 1rem;
  }

  .con1-img img {
    width: 180px;
  }

  .con1-img{
    top: 1rem;
    right: 1rem;
  }

  #con1-1{
    top: 0rem;
    right: 1.5rem;
  }

  #con1-1 img {
    width: 130px;
  }

  .con2 .card{
    height: 60vh;
  }

  .con2-img img {
    width: 200px;
  }

  #lacetitle {
    font-size: 35px;
  }

  #lacebtn {
    width: 130px;
    font-size: 16px;
  }

  .char h1 {
    font-size: 35px;
  }

  .char p {
    font-size: 16px;
    padding: 0 1rem;
  }

  .char-container {
    flex-direction: column;
    row-gap: 2rem;
  }

  .gitna {
    height: auto;
    padding: 3rem 1rem;
  }

  .git-txt p {
    width: 90%;
    font-size: 14px;
  }

  .shop h1 {
    font-size: 35px;
  }

  .shop p {
    font-size: 16px;
    padding: 0 1rem;
  }

  .view-all {
    flex-direction: column;
    gap: 1rem;
  }

  .view-all button {
    padding: 15px 30px;
    font-size: 18px;
  }

  .footer {
    padding: 40px 5%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .auth-modal {
    flex-direction: column;
    width: 95%;
    margin-top: 5vh;
  }

  .welcome-panel, .form-panel {
    width: 100%;
  }

  .welcome-panel {
    padding: 40px 30px;
  }

  .form-panel {
    padding: 40px 30px;
  }

  .simple-modal {
    padding: 40px 30px;
    max-width: 95%;
  }


}

/* Mobile Portrait (480px) */
@media (max-width: 480px) {
  .navb {
    padding: 8px 15px;
    border-radius: 20px;
  }

  .head-container .logo {
    font-size: 1rem;
  }

  nav ul li a {
    font-size: 0.65rem;
  }

  .login .bx {
    font-size: 24px;
  }

  .login button {
    padding: 8px 15px;
    font-size: 0.8rem;
  }

  .txthome {
    margin-top: 5rem;
  }

  .txthome h1 {
    font-size: 35px;
  }

  .txthome p {
    font-size: 11px;
  }

  .h-button button {
    padding: 10px 18px;
    font-size: 0.8rem;
    margin-top: 1rem;
  }

  .picture img {
    max-width: 250px;
    height: 250px;
  }

  .prod h1,
  .char h1,
  .shop h1 {
    font-size: 28px;
  }

  .prod p,
  .char p,
  .shop p {
    font-size: 14px;
  }

  .sechome{
    padding: 20px;
  }
  
  .con1 .card {
    padding: 15px;
    max-width: 400px;
    width: 300px;
  }

  .card_title {
    font-size: 24px;
  }

  .card_content {
    font-size: 12px;
  }

  .card_button {
    font-size: 11px;
    width: 40%;
  }

  #lacetitle {
    font-size: 28px;
  }

  #lacebtn {
    width: 110px;
    height: 50px;
    font-size: 14px;
  }


  .con2-img img {
    width: 160px;
  }
  
  .con2-img {
    transform: translateX(-10%);
   
  }

  .git-txt h2 {
    font-size: 24px;
  }

  .git-txt p {
    font-size: 13px;
  }

  .gitna button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .view-all button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .shop-cont {
    grid-template-columns: 1fr;
  }
 .con1-img img {
    width: 150px;
  }

  .con1-img{
    top: 1rem;
    right: 0;
  }


  .prodt {
    width: 100%;
  }

  .form-panel h3,
  .simple-modal h3 {
    font-size: 24px;
  }

  .logout-modal {
    padding: 1.5rem;
  }

  .logout-buttons {
    flex-direction: column;
  }

  .logout-buttons button {
    width: 100%;
  }
   .con2 .card{
    max-width: 300px;
    width: 300px;
  }
}

/* Extra Small Mobile (360px) */
@media (max-width: 360px) {
  .con2 .card{
    max-width: 300px;
    width: 300px;
    height:30vh;
 
  }


  

  .navb {
    padding: 6px 10px;
  }

  .head-container .logo {
    font-size: 0.9rem;
  }

  nav ul li a {
    font-size: 0.6rem;
  }

  .txthome h1 {
    font-size: 28px;
  }

  .h-button {
    flex-direction: column;
  }

  .prod h1,
  .char h1,
  .shop h1 {
    font-size: 24px;
  }

  .card_title {
    font-size: 20px;
  }

  #lacetitle {
    font-size: 24px;
  }

  nav {
    width: 80%;
  }
}

/* Landscape Mode for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .home {
    min-height: auto;
    padding: 2rem 1rem;
  }

  .txthome {
    margin-top: 80px;
  }

  .txthome h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {


  
  
}

/* iPhone SE (2nd & 3rd Gen) */
@media only screen
  and (device-width: 375px)
  and (device-height: 667px)
  and (-webkit-device-pixel-ratio: 2) {

  .txthome h1 {
    font-size: 45px;
  }
 
  .con2 .card{
    height: 50vh;
  
  }
}
 

 /* IPHONE XR  */

@media only screen
  and (device-width: 414px)
  and (device-height: 896px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
.txthome h1{
  font-size: 45px;
  
  
 }

   .con2 .card{
    height: 35vh;
   
  }

} 

 /* IPHONE 12 pro  */

@media only screen
  and (device-width: 390px)
  and (device-height: 844px)
  and (-webkit-device-pixel-ratio: 3) {
  
 
.txthome h1{
  font-size: 45px;
  
  
 }

   .con2 .card{
    height: 40vh;
   
  }

} 

 /* IPHONE 14 pro max  */

@media only screen
  and (device-width: 430px)
  and (device-height: 932px)
  and (-webkit-device-pixel-ratio: 3) {
  
 
.txthome h1{
 font-size: 50px;
  
 }
 .con2 .card{
  height: 35vh;
 }
} 


/* PIXEL 7 */
@media only screen
  and (device-width: 412px)
  and (device-height: 915px)
  and (-webkit-device-pixel-ratio: 2.625) {

  .con2 .card {
    height: 40vh;
  }

}
/* SAMSUNG GALAXY S8+ */
@media only screen
  and (device-width: 360px)
  and (device-height: 740px)
  and (-webkit-device-pixel-ratio: 4) {

  .con2 .card {
    height: 42vh;
  }

}


/* SAMSUNG GALAXY S20 ULTRA */
@media only screen
  and (device-width: 412px)
  and (device-height: 915px)
  and (-webkit-device-pixel-ratio: 3.5) {
  
  .txthome h1 {
    /* your styles here */
  }

  .con2 .card {
    height: 37vh;
  }

}

/* Galaxy Z Fold 5 – Cover Display */
@media only screen and (max-width: 360px) and (min-width: 330px) {
  .con2 .card {
    height: 55vh;
  }
}


 /*iPad MINI */
@media only screen 
  and (device-width: 768px)
  and (device-height: 1024px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
  .con2 .card {
    height: 40vh;
  }
  .txthome h1{
  font-size: 65px;

  
  
 }

}


 /*iPad Air */
@media only screen 
  and (device-width: 820px)
  and (device-height: 1180px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
  .con2 .card {
    height: 40vh;
  }
  .picture{
    top: 25%;
  }
  .txthome h1{
 font-size: 60px;

  
  

 
}



}

 /* 🎯 iPad Pro  */

@media only screen
  and (device-width: 1024px)
  and (device-height: 1366px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
 .con2 .card {
    height: 35vh;
  }
   .picture{
    top: 25%;
  }
}
 /* Surface Pro 7  */

@media only screen
  and (device-width: 912px)
  and (device-height: 1368px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
 .con2 .card {
    height: 35vh;
  }
     .picture{
    top: 30%;
  }
} 

 /* Surface DUO  */

@media only screen
  and (device-width: 540px)
  and (device-height: 720px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
 .con2 .card {
    height: 35vh;
  }
} 
 /* GALAXY Z FOLD 5 */

@media only screen
  and (device-width: 344px)
  and (device-height: 882px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
 .con2 .card {
    height: 35vh;
  }
} 
 /* Asus Zenbook Fold  */

@media only screen
  and (device-width: 853px)
  and (device-height: 1280px)
  and (-webkit-device-pixel-ratio: 1.5) {
  
 
 .con2 .card {
    height: 35vh;
  }

     .picture{
    top: 25%;
  }
.txthome h1{
  font-size: 55px;

  
  
 }


}
 /* SAMSUNG GALAXY A51/71  */

@media only screen
  and (device-width: 412px)
  and (device-height: 914px)
  and (-webkit-device-pixel-ratio: 1.5) {
  
 
 .con2 .card {
    height: 35vh;
  }
} 

 /* nest hub  */

@media only screen
  and (device-width: 1024px)
  and (device-height: 600px)
  and (-webkit-device-pixel-ratio: 1.5) {
  
 
 .con2 .card {
    height: 35vh;
  }
} 

 /* nest hub  max */

@media only screen
  and (device-width: 1280px)
  and (device-height: 800px)
  and (-webkit-device-pixel-ratio: 2) {
  
 
 .con2 .card {
    height: 35vh;
  }
  .picture{
    right: 3rem;
    top: 10%;
  }
} 


@media screen and (min-width: 1024px) and (max-width: 1280px) and (max-height: 800px) {
 .con2 .card {
    height: 80vh;
  }
}


@media (max-width: 768px) {
  #cart-count {
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    padding: 2px 5px;
    top: -3px;
    right: -2px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  #cart-count {
    font-size: 9px;
    min-width: 16px;
    height: 16px;
    padding: 2px 4px;
    top: -3px;
    right: -3px;
  }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
  #cart-count {
    font-size: 8px;
    min-width: 15px;
    height: 15px;
    padding: 2px 4px;
  }
}
/* Delete Confirmation Modal Styles */
.delete-confirm-modal {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease;
}

.delete-confirm-modal h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.delete-confirm-modal p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.delete-confirm-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.delete-confirm-buttons button {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn-cancel {
    background: #f0f0f0;
    color: #333;
}

.btn-cancel:hover {
    background: #e0e0e0;
}

.btn-confirm-delete {
    background: #d32f2f;
    color: white;
}

.btn-confirm-delete:hover {
    background: #b71c1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Extra fix for screens below 338px */
@media (max-width: 337px) {
  .con2 .card {
    max-width: 280px;
    width: 280px;
    height: 50vh;
    padding: 15px;
  }

  .con2-img img {
    width: 140px;
  }

  .card_title {
    font-size: 18px;
  }

  .card_content {
    font-size: 11px;
  }

  .card_button {
    width: 45%;
    font-size: 10px;
    padding: 8px;
  }

  #lacetitle {
    font-size: 22px;
    left: 5px;
  }

  #lacebtn {
    width: 100px;
    height: 45px;
    font-size: 13px;
    margin-top: 20px;
  }

  .txthome h1 {
    font-size: 32px;
  }

  .txthome p {
    font-size: 10px;
    max-width: 250px;
  }

  .picture img {
    max-width: 220px;
    height: 220px;
  }
}