
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  
}

body{
  /* overflow: hidden; */
}


/* html, body { overflow-x: hidden; } */

    /* FONTS */
    .belleza-regular {
      font-family: "Belleza", sans-serif;
      font-weight: 200;
      font-style: normal;
    }

    .marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}


.smooch-sans{
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.second-border{
 
  padding-top: 3rem;
  margin-bottom: 5rem;
}

.img-box{
  justify-self: center;
  margin-top: 2rem ;
}

.logo{
  width: 10rem;
  height: 5rem;
  object-fit: contain;

}


/* navigation bar section */
.navigation-bar{
display: flex;
flex-direction: row;
justify-self: center;
gap: 15rem;
padding: 1rem 0;
color: brown;
justify-content: center;
width: auto;
}

.nav1{
  display: flex;
  flex-direction: row;
  gap: 2rem;
  font-weight: 100;
  font-size: 0.9rem;
  
}

.nav2{
  display: flex;
  flex-direction: row;
  gap: 2rem;
  font-weight: 100;
  font-size: 0.9rem;
 
}

.nav3{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-weight: 100;
  font-size: 1.2rem;
}

.search-nav{
  text-decoration: none;
  color: black;
  
}

.nav2-link{
  text-decoration: none;
  color: black;
}

.nav2-link:first-child{
  color: brown;
}
.nav2-link:nth-child(2){
  color: brown;
}




.nav-section{
  display: flex;
  flex-direction: row;
  justify-self: center;
  gap: 35rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.178);
   border-top: 1px solid rgba(15, 15, 15, 0.178);
  width: 90%;
  color: brown;
  justify-content: center;
}

.nav-s{
  text-decoration: none;
  color: brown;
}

.first-product-image-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width:100%;
  /* align-items: center; */
  justify-content: center;


}
.first-product-image {
  width: 22rem;
  height: 30rem;
  object-fit: cover;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.first-product-image-container a {
  display: inline-block;
}

.first-product-image-container a:hover .first-product-image {
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.fpi-text1{
  text-align: center;
  margin-top: 1rem;
}


.fpi-text2{
  text-align:center;
  margin-top: 0.5rem;
  color: brown;
  margin-bottom: 10rem;

}




.section-image{
  width: 40rem;
  height: 60rem;
  object-fit: cover;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  
}
.section-image-box{
  justify-self: center;
  margin-bottom: 3rem;
}

.section-image-box a { display: inline-block; }
.section-image-box a:hover .section-image {
  transform: scale(1.04);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}


.cart{
  justify-self: center;
}

.cart-button:hover{
  cursor: pointer;
}





footer{

  display: flex;
  position: relative;
  bottom: 30px;
 
}

.footer-1{
  margin-left: 3rem;
  margin-right: 30rem;
  margin-top: 1rem;
  
 
  
}

.footer-1-link{
  font-size: 0.9rem;
  text-decoration: none;
  color:#9d5248c5;
   display: flex;
  flex-direction: row;
  gap: 1rem;
}

.footer-2{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 10rem;
}


.footer-3{
  display: flex;
  gap:2rem;
  margin-top: 1rem;
 
}

.footer-3-link{
  font-size: 1rem;
  text-decoration: none;
  color:#9d5248
}
