* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* HEADER */
header{
  height: 40px;
  display: flex;
  background-color: white;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid #666666;
}
.fa-solid{
  width: 21px;
  height: 21px;
}
.target-logo{
  width: 21px;
  height: 21px;
  margin: 0 auto;
  position: absolute;
  left: 50vw; /* 50% of viewport width */
  transform: translateX(-50%); /* Center the element */
}
.target-logo img{
  width: 21px;
  height: 21px;
}
.header-sections{
  display: none;
  column-gap: 32px;
}
.Catagories h6{
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.new-and-featured h6{
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.deals-page h6{
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* Unwrap whats new */
.Deals{
  background-color: #0C513D;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
}
.deals-title{
  color: white;
  font-size: 10em;
  font-family: "Jua", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.Maincontainer{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* DEALS PRODUCT CARD */
.container1,
.container2,
.container3,
.container4,
.container5,
.container6,
.container7{
  background-color: white;
  height: 233px;
  display: flex;
  flex-direction: row;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  max-width: 356px;
  margin: 0; /* Removed margin: 0 auto since parent is handling centering */
}

.trick-or-treat img{
  width: 200px;
  height: 212px;
  border-radius: 10px;
}
h2{
  color: white;
  font-size: 30px;
  margin: 0 auto;
  padding-top: 16px;
  font-family: "Inter", sans-serif;
}

/* DEALS PRODUCT CARD TEXT */
.product-card-info{
  align-items: start;
  margin-left: 4px;
  position: relative;
}
.card-text{
  align-items: start;
  max-width: 100vw;
}
.card-text p{
  font-size: 10px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 1em;
  font-family: "Inter", sans-serif;
}
.card-text h3{
  color: #cc0100;
  font-size: 32px;
  font-family: "Jua", sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.card-text h5{
  color: black;
  font-size: 10px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/* DEALS CART BUTTON */
.Addtocart{
  background-color: #cc0100;
  position: absolute;
  bottom: 0;
  padding-left: 1em;
  padding-bottom: .5em;
  padding-right: 1em;
  padding-top: .5em;
  border-radius: .5em;
}
.Addtocart h6{
  color: white;
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}


/* Shop All */
.Shop-all{
    margin: auto;
    padding-top: 0px;
    padding-bottom: 16px;
}
.Shop-all h2{
    color: black;
    font-size: 40px;
    text-align: center;
    font-family: "Inter", Arial, Helvetica, sans-serif;
}


/* Clothing, Shoes, Accessories */
.clothing{
    margin-top: 20px;
    margin-bottom: 40px;
}
h1{
    font-size: 48px;
    font-family: "jua", Arial, Helvetica, sans-serif;
    text-align: center;
    height: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 20px;;
}
.catagories-products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 48px;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 20px;
}
.catagorycard{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 144px;
}
.circle-photo{
    width: 144px;
    height: 144px;
    background-color: #F6EFE6;
    border-radius: 80px;
}
/* Catagory card home */
.catagories-products p{
    color: black;
    font-size: 18px;
    font-family: "inter", Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    font-display: wrap;
    max-width: 144px;
    margin-bottom: 40px;
}
.beautynewarrivals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.homenewarrivals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.grocery img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.pets img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.toys img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.health img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.personalcare img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.baby img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.electronics img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
@media(min-width: 740px) {
.header-sections{
  display: flex;
  Column-gap: 32px;
}
.Deals{
  background-color: #0C513D;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
}
.deals-title{
  color: white;
  font-size: 10em;
  font-family: "Jua", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.Maincontainer{
  display: flex;
  gap: 20px; 
  justify-content: center;
  flex-wrap: wrap;
}

/* DEALS PRODUCT CARD */
.container1,
.container2,
.container3,
.container4,
.container5,
.container6,
.container7{
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  max-width: 232px;
  margin: 0; /* Removed margin: 0 auto since parent is handling centering */
}

.trick-or-treat img{
  width: 200px;
  height: 233px;
  margin-bottom: 4px;
}

.deals-title h2{
  color: white;
  font-size: 30px;
  margin: 0 auto;
  padding-top: 16px;
  font-family: "Inter", sans-serif;
}

/* DEALS PRODUCT CARD TEXT */
.product-card-info{
  align-items: start;
  display: flex;
  flex-direction: column; /* Added to make gap work properly */
}

.card-text{
  align-items: start;
  max-width: 60vw;
  margin-bottom: 48px;
}

.card-text p{
  font-size: 16px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 1em;
  font-family: "Inter", sans-serif;
}

.card-text h3{
  color: #cc0100;
  font-size: 32px;
  font-family: "Jua", sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.card-text h5{
  color: black;
  font-size: 15px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/* DEALS CART BUTTON */
.Addtocart{
  background-color: #cc0100;
  padding-left: 1.5em;
  padding-bottom: .5em;
  padding-right: 1.5em;
  padding-top: .5em;
  border-radius: .5em;
}

.Addtocart h6{
  color: white;
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
}

@media(min-width: 1280px){
    .header-sections{
        display: flex;
        Column-gap: 32px;
    }
    .Deals{
    background-color: #0C513D;
    padding-top: 8px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .deals-title{
    color: white;
    font-size: 10em;
    font-family: "Jua", sans-serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .Maincontainer{
    display: flex;
    gap: 20px;  
    justify-content: center;
    flex-wrap: wrap;
  }

  /* DEALS PRODUCT CARD */
  .container1,
  .container2,
  .container3,
  .container4,
  .container5,
  .container6,
  .container7{
    background-color: white;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
    max-width: 232px;
    margin: 0; /* Removed margin: 0 auto since parent is handling centering */
  }

  .trick-or-treat img{
    width: 200px;
    height: 233px;
    margin-bottom: 4px;
  }

  .deals-title h2{
    color: white;
    font-size: 30px;
    margin: 0 auto;
    padding-top: 16px;
    font-family: "Inter", sans-serif;
  }

  /* DEALS PRODUCT CARD TEXT */
  .product-card-info{
    align-items: start;
    display: flex;
    flex-direction: column; /* Added to make gap work properly */
  }

  .card-text{
    align-items: start;
    max-width: 60vw;
    margin-bottom: 48px;
  }

  .card-text p{
    font-size: 16px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 1em;
    font-family: "Inter", sans-serif;
  }

  .card-text h3{
    color: #cc0100;
    font-size: 32px;
    font-family: "Jua", sans-serif;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  .card-text h5{
    color: black;
    font-size: 15px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  /* DEALS CART BUTTON */
  .Addtocart{
    background-color: #cc0100;
    padding-left: 1.5em;
    padding-bottom: .5em;
    padding-right: 1.5em;
    padding-top: .5em;
    border-radius: .5em;
  }

  .Addtocart h6{
    color: white;
    font-size: 16px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
}