* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: black;
  color: aliceblue;
}
.btn-chat {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #858484 solid 1px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.452);
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: auto;
  z-index: 900;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.btn-chat:hover {
  cursor: pointer;
}

.chat-popup {
  width: 300px;
  height: 500px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("photos/Picsart_26-06-26_01-23-49-544.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.chat-header {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  backdrop-filter: blur(5px);
}
.chat-logo {
  width: auto;
}
.chat-icon {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  scrollbar-width: none;
}

.chat-messages::-webkit-scrollbar {
  display: none;
}

.chat-AI {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.chat-AI p {
  max-width: 70%;
  background: rgba(120, 120, 120, 0.9);
  padding: 8px 12px;
  border-radius: 18px;
  margin-bottom: 4px;
  word-break: break-word;
}

.chat-user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
}

.chat-user p {
  max-width: 70%;
  background: rgba(0, 140, 255, 0.9);
  padding: 8px 12px;
  border-radius: 18px;
  margin-bottom: 4px;
  word-break: break-word;
}

.chat-input {
  display: flex;
  gap: 5px;
  padding: 10px;
  backdrop-filter: blur(5px);
  scroll-behavior: smooth;
  overflow-x: auto;
}
.chat-input::-webkit-scrollbar {
  display: none;
}

.chat-input p {
  background: rgba(0, 140, 255, 0.9);
  color: #fff;
  border-radius: 15px;
  padding: 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.5s ease-in-out;
  flex-shrink: 0;
}

header {
  width: 100%;
  height: auto;
  padding: 10px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}
a {
  color: #968d8d;
  text-decoration: none;
  padding: 5px;
  transition: all ease 0.5s;
}
header a:hover{
  color: #fff;
}
/* nav::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 4px;
background-color: #fff;
transition: all 0.5 ease-in-out;
}
 .nav li:nth-child(2):hover ~ .nav::after,
.nav:has(li:nth-child(2):hover)::after{
border: none;
} */ 

li {
  list-style: none;
  color: #fff;
}
.nav {
  display: flex;
  gap: 20px;
}
.nav.active {
  display: flex;
}
.header-icons {
  display: flex;
  gap: 35px;
  padding: 5px 10px;
}
.header-icons i:hover {
  cursor: pointer;
}
.menu-btn {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #929292;
}

.Categories-popup {
  width: 80px;
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 4px;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.5s;
text-align: center;
}
.Categories-popup a:hover {
color: black;
border: none;
}
.Categories-li:hover .Categories-popup {
  opacity: 1;
    pointer-events:painted;

}

/* Cart */
.cart-min-d{
width:450px;
height: 100vh;
background-color: #ffffff;
position: fixed;
right: 0;
  overflow-y: auto;
  scrollbar-width: none;
  transition: ease-in-out 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.cart-d-header{
    width: 100%;
  height: 50px;
}
.cart-header{
width:450px;
  height: 50px;
display: flex;
justify-content: space-between;
position: fixed;
background-color: #fff;
}
.cart-min-title{
  font-size: 25px;
  padding: 8px;
color: #000000;
}
.cart-btn-close{
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #000000;
  padding: 8px;
}
.cart-btn-close:hover{
  cursor: pointer;
}
.cart-d-Products{
  width: 100%;
  height: 100%;
  display: flex;
flex-direction: column;
color: black;
}
.cart-proudct{
width: 100%;
height: 150px;
padding: 5px;
display: flex;
align-items: center;
border-bottom: 1px solid rgb(78, 78, 78) ;
margin: 1px;
}
.cart-proudct img{
width: 150px;
  height: 140px ;
border-radius: 5px;
}
.cart-proudct-d-text{
  width: 200px;
  height: 100%;
  margin: 3px;
  padding: 10px;
}
.cart-item-colors{
  display: flex;
  gap: 5px;

}
.cart-item-color{
 width:25px;
 height: 25px;
 border-radius: 50%;
}
.cart-item-colors :nth-child(1) {
  background-color: #6e6565;
}
.cart-item-colors :nth-child(2) {
  background-color: black;
}
.cart-item-colors :nth-child(3) {
  background-color: #222a35;
}
.cart-item-colors :nth-child(4) {
  background-color: #3b3838;
}
.cart-item-size{
font-size: 15px;
  margin: 5px;
}
.cart-ope{
width: 100px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.cart-d-love-delete{
  width: 100%;
height: 80px;
padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
.cart-item-count{
  display: flex;
}
.cart-item-count button{
  width: 20px;
  height: 20px;
border: none;
}
.cart-item-count input{
  width: 30px;  
  height: 20px;  
  border: none;
  text-align: center;
  background-color: #beb4b4;
}



/* section 1 */

.se-1 {
  width: 100%;
  height: 100vh;
  background-image: url("photos/WH-CH720N_Product_intro_Pink_05_M .jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease-in-out;
}
.se-1-d-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  gap: 15px;
  position: absolute;
  bottom: 45%;
}
.se-1-d-text h1 {
  font-size: 45px;
}
.se-1-d-text p {
  font-size: 20px;
}
.btn-shop {
  position: absolute;
  bottom: 10px;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 0px 30px 0px 30px;
  transition: all ease-in-out 0.5s;
}

.se-2 {
  width: 100%;
  height: auto;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}
.se-2-d-min-A {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  gap: 20px;
}
.se-2-d {
  width: 300px;
  height: 70px;
  border: solid 1px #252525;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 5px;
}
.se-2-d-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #252525;
  text-align: center;
  align-content: center;
  margin-right: 35px;
}
.se-2-d-text {
  display: flex;
  flex-direction: column;
}

.se-3 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}
.se-3-d-min-d-cards {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.se-3-card {
  width: 250px;
  height: 400px;
  display: flex;
  padding: 10px;
  position: relative;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background-color: #0d0d0d;
  margin-left: 10px;
  margin-right: 10px;
}
.card-up {
}
.card-down {
  margin-top: 60px;
}
.se-3-card-img-1 {
  width: 90%;
  height: 60%;
  border-radius: 30px;
  background-image: url("photos/dedf90b38e98727c29fcf48ac075c005.jpg");
  background-position: center;
  background-size: cover;
}
.se-3-card-img-2 {
  width: 90%;
  height: 60%;
  border-radius: 30px;
  background-image: url("photos/1746901126644.jpg");
  background-position: center;
  background-size: cover;
}
.se-3-card-img-3 {
  width: 90%;
  height: 60%;
  border-radius: 30px;
  background-image: url("photos/062bce5fc7274c7325953cd613e06c1e.jpg");
  background-position: center;
  background-size: cover;
}
.se-3-card-img-4 {
  width: 90%;
  height: 60%;
  border-radius: 30px;
  background-image: url("photos/60f0d327829d14634ebc08854eb28587.jpg");
  background-position: center;
  background-size: cover;
}
.se-3-card-colors {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
transition: 0.5s  ease-in-out;
}
.se-3-card-color:hover {
  border: 1px #fff solid;
  cursor: pointer;
}
.se-3-card-colors :nth-child(1) {
  background-color: #fff;
}
.se-3-card-colors :nth-child(2) {
  background-color: black;
}
.se-3-card-colors :nth-child(3) {
  background-color: #222a35;
}
.se-3-card-colors :nth-child(4) {
  background-color: #3b3838;
}
.se-3-card-color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.se-3-card-d-min-text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.se-3-card-text {
  text-align: left;
}
.se-3-card-text h3 {
  margin: 5px;
}
.se-3-card-text p {
  margin: 5px;
}
.se-card-love i {
  color: #fff;
  font-size: 20px;
  padding: 5px;
  transition: 0.5s ease-in-out;
}
.se-card-love i:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: red;
}

.btn-card-shop {
  display: flex;
  justify-content: center;
  gap: 10px;

  width: 200px;
  height: auto;
  position: absolute;
  bottom: 15px;
  border: none;
  border-radius: 20px;
  padding: 12px;
}
.btn-card-shop:hover {
  cursor: pointer;
}

.se-3-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px;
}
.se-3-slider div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #7f7f7f;
}
.slid-1 {
  background-color: #fff;
}
.se-3-slider-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: black;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.se-3-slider-btn:hover {
  background-color: #fff;
  color: black;
  cursor: pointer;
}

/* phone */
@media (max-width: 600px) {
  header {
    background-color: black;
  }
  .nav {
    position: absolute;
    top: 50px;
    right: 0;
    background: black;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: ease-in-out 1s;
  }
  .header-icons {
  }
  .menu-btn {
    display: block;
  }
  .se-1 {
    background-size: cover;
    background-image: url("photos/Picsart_26-06-26_01-23-49-544.jpg");
  }

  .se-1-d-text h1 {
    font-size: 35px;
  }
  .se-1-d-text p {
    font-size: 15px;
  }
  .se-3-card-down {
    margin-top: 0px;
  }
}

/* tablet */
@media (min-width: 601px) and (max-width: 843px) {
  .se-1 {
    background-size: cover;
  }
}
