* {
  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;
}


/* Section title */
.Shop-all{
    margin: auto;
    padding-top: 24px;
}
.Shop-all h2{
    color: black;
    font-size: 28px;
    text-align: center;
    font-family: "Inter", Arial, Helvetica, sans-serif;
}


/* Shop by catagory */
.clothing{
    margin-top: 8px;
    padding-top: 12px;
    padding-bottom: 20px;
}
h1{
    font-size: 48px;
    font-family: "jua", Arial, Helvetica, sans-serif;
    text-align: center;
    height: fit-content;
    margin: 0 auto;
}
.catagories-products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 20px;
}
.catagorycard{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 144px;
    overflow: wrap;
}
.circle-photo{
    width: 144px;
    height: 144px;
    background-color: darkgray;
    border-radius: 80px;
}
.alldeals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.dealoftheday img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.homedeals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.clothingshoesaccessories img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.grocerydeals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.toydeals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.videogamedeals img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.beautyandpersonalcare img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.electronics img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
/* 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: 4px;
    font-display: wrap;
    max-width: 144px;
    margin-bottom: 40px;
}


/* Featured Deals */
.featureddeals{
    margin-top: 20px;
}
.card-section{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 16px;
  justify-content: center;
}
.costume-card,
.costume-card2{
  width: 341px;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.costume-image img{
  width: 341px;
  height: 341px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.costume-card-text{
  background-color: #b7fe02;
  padding-top: 12px;
  padding-left: 31px;
  padding-right: 16px;
  align-items: start;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.off-40 h1{
  color: black;
  font-size: 60px;
  font-family: "Jua", sans-serif;
  text-align: left;
  padding-top: 0px;
  margin-top: 0px;
  margin: 0px;
}
.off-40-descr{
  width: 341px;
  height:fit-content;
}
.off-40-descr p{
  color: black;
  font-size: 18px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px;
  padding-bottom: 30px;
}

@media(min-width: 740px){
    .header-sections{
  display:contents;
  column-gap: 32px;
}
.Catagories p{
  font-size: 16px;
  font-family: "Inter";
}
.new-and-featured p{
  font-size: 16px;
  font-family: "Inter";
}
.account p{
  font-size: 16px;
  font-family: "Inter";
}
}
