/* ROUNDED FONT */
.jua-regular {
  font-family: "Jua", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.inter-/*uniquifier*/{
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: normal;
}

* {
  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;
}
.Halloween h6{
  font-size: 16px;
  font-family: "Inter";
}
.new-and-featured h6{
  font-size: 16px;
  font-family: "Inter";
}
.deals-page h6{
  font-size: 16px;
  font-family: "Inter";
}


main{
    margin-bottom: 40px;
}


/* Shop All */
.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;
}


/* Clothing, Shoes, Accessories */
.clothing{
    margin-top: 20px;
}
h1{
    font-size: 48px;
    font-family: "jua", Arial, Helvetica, sans-serif;
    text-align: center;
    height: fit-content;
    margin: 0 auto;
    margin-top: 60px;
}
.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;
}
.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;
}
img{
  width: 144px;
  height: 144px;
  border-radius: 50%;
}

@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";
}
}