body {
    margin: 0;
    height: 300vh; 
    background: #000;
    position: relative;
     font-family: 'Bungee', sans-serif;
  
  }

  .header-wrapper {
  border-radius: 20px;
  background: white;
  margin: 24px;
}

header {
  background-color: #ffffff;
  border-radius: 17px;
  box-sizing: border-box;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  width: 95vw;
height: 4.75rem;
flex-shrink: 0;
}

.nav_logo {
  width: 220px;
  height: auto;
}

.nav-list {
  display: flex;
  gap: 70px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-list li {
  text-align: center;
}

.nav-list a {
  color: rgb(25, 25, 25);
  text-decoration: none;
  font-size: 24px;
  position: relative;
  transition: color 0.3s;
}

.nav-list a:hover {
  color: black;
}

.bag {
  width: 50px;
  height: auto;
  left: -2rem;
  position: relative;
}



  
  .slider, .slider2, .slider3 {
    width: 95vw;
    height: 45rem;
    border-radius: 1.625rem;
    position: absolute;
    top: 7;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
  }
  
  
  

  .slider {
    background: #DF3E94;
    z-index: 1;
  }
  
  .slider2 {
    border-radius: 1.625rem;
background: rgba(32, 202, 188, 0.80);
    z-index: 0;
  }

  
  .slider3 {
    border-radius: 1.625rem;
    background: #F8FB00;
  }
  
  /* Show active slider */
  .active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }
  
  .slider img, .slider2 img, .slider3 img {
    position: absolute;
    top: 0;
    right: 4rem; 
    width: 45vw;
    height: auto;
    aspect-ratio: 1/1;
  }
  
  .slider h1, .slider2 h1, .slider3 h1 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 6.25rem;
    width: 40%;
    position: relative;
    left: 4rem;
    top: 3rem;
  }
  
  .button, .button2, .button3 {
    border-radius: 3.75rem;
    border: 2px solid #FFF;
    background: #000;
    width: 13.4375rem;
    height: 4.3125rem;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 4rem;
    top: 3rem;
  }

.button:hover, .button2:hover, .button3:hover {
    background: white;
    color: black;
  border-color: #ccc;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  cursor: pointer;
   border: 2px solid #000;
}
  

  .shop h1 {
    color: #FFF;
font-family: Poppins;
font-size: 4rem;
font-style: normal;
font-weight: 700;
line-height: 6.875rem;
display: flex;
align-items: center;
justify-content: center;
position: relative;
top: 47rem;
  }

  .items {
    margin-top: 55rem; 
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap; 
    max-width: calc(3 * 27.0625rem + 2 * 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  
  

  .item1, .item2, .item3, .item4, .item5, .item6 {
    width: 26.0625rem;
    height: 40.5625rem;
    border-radius: 1.625rem;
    border: 2px solid #FFF;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
    justify-content: flex-start; 
  }

  
  .item-header {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    margin-bottom: 1.5rem;
    width: 100%;
    box-sizing: border-box;
    margin-left: 2rem;
  }
  
  
  
  .item-header h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7375rem;
    font-style: italic;
    font-weight: 700;
  
    margin: 0 0 0.4rem 0;
  }
  
  .item-header h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.175rem;
    font-weight: 500;
    line-height: 1.6rem;
    margin: 0 0 1.2rem 0;
    width: 80%;
  } 

  .item1 img, .item2 img, .item3 img, .item4 img, .item5 img, .item6 img {
    width: 19.60619rem;
    height: 20.625rem;
    aspect-ratio: 313.70/410.00;
    filter: drop-shadow(0px 4px 30px #fff);
  }

  .item4 img {
    height: 19rem;
  }

.item-button, .item-button2, .item-button3, .item-button4, .item-button5, .item-button6 {
  border-radius: 3.75rem;
  border: 2px solid #FFF;
  background: #000;
  width: 19.4375rem;
  height: 5.2rem;
  flex-shrink: 0;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0 1.5rem; 
  box-sizing: border-box;
  color: white;
  transition: all 0.3s ease;
}

.item-button:hover,
.item-button2:hover,
.item-button3:hover,
.item-button4:hover,
.item-button5:hover,
.item-button6:hover {
  background: #DF3E94;
  border-color: #ccc;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}


  
  .item-button p, .item-button2 p, .item-button3 p, .item-button4 p, .item-button5 p, .item-button6 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    margin: 0;
  }

  .cart {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 18.75rem;
    height: 49.1875rem;
    background-color: white;
    color: black;
    padding: 1rem 1.5rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    z-index: 1000;
    display: none;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    font-family: Poppins, sans-serif;
    
    /* Added */
    justify-content: flex-start;
    gap: 1rem;
  }
  
  .cart-total {
    width: 16.125rem;
    height: 4.5rem;
    flex-shrink: 0;
    border-radius: 3.75rem;
    background: #000;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
  margin-left: 1rem;
    margin-top: auto; /* Push to bottom */
  }
  

  .cart-header h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid black; /* line underneath */
    margin-bottom: 1rem; /* space between header and rest of content */
  }
  
  
  .cart.visible {
    display: flex;
  }

  .cart-close {
    background: transparent;
    border: none;
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 0.5rem;
  }

  .cart-items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
  }
  
  .remove-btn svg path {
    stroke: black; /* white stroke so it’s visible on dark bg */
  }

  .cart-total {
    width: 16.125rem;
    height: 4.5rem;
    flex-shrink: 0;
    border-radius: 3.75rem;
    background: #000;
    
    display: flex;              /* enable flex */
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    
    color: #fff;                /* white text for contrast */
    font-weight: bold;
    font-size: 1rem;
  }

  .site-footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: white;
  padding: 60px 40px 30px;
  font-family: 'Poppins', sans-serif;
  width: 90%;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo {
  flex: 1;
  min-width: 220px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-logo .mascot {
  margin-top: 20px;
  max-height: 200px;
}

.footer-columns {
  display: flex;
  flex: 3;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  min-width: 600px;
}

.footer-col {
  min-width: 180px;
}

.footer-col h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-email-form {
  display: flex;
  border: 1px solid white;
  border-radius: 8px;
  overflow: hidden;
  max-width: 300px;
}

.footer-email-form input {
  flex: 1;
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  outline: none;
}

.footer-email-form button {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  margin: 0 10px;
  color: #ccc;
  text-decoration: underline;
  font-size: 13px;
}

.footer-mascot {
  position: absolute;
  bottom: -50px; 
  left: -80px; 
  transform: rotate(30deg);
  max-height: 250px;
  z-index: 1;
  pointer-events: none;
}

  
  