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


/* 30% OFF */
.section1{
  background-color: #35204B; 
  padding-top: 93px;
  padding-bottom: 93px;
  padding-left: 50px;
  padding-right: 50px;
}
.off-30 h1{
  font-size: 72px;
  font-family: "Jua", sans-serif;
  color: white;
  text-align: center;
  margin: 0em;
}
.decor p{
  margin-top: 0px;
  text-align: center;
  font-size: 32px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: white;
}
.shop-button{
  background-color: #cc0100;
  width: 148px;
  height: 34px;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 3px;
  margin-top: 24px;
}
.shop-button p{
  color: white;
  font-size: 18px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 4px;
  display: block;
}

/* DEALS SECTION */
.Deals{
  background-color: #b797bd;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
}
.deals-title{
  color: black;
  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;
}
.deals-title h2{
  color: black;
  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: 8px;
  position: relative;
}
.card-text{
  align-items: start;
  max-width: 100vw;
}
.card-text p{
  font-size: 12px;
  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: 12px;
  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;
}


/* IN SEASON CARD */
.In-Season{
  background-color: #f2ede3;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 26px;
}
.In-season-title{
  margin-bottom: 14px;
}
.In-season-title h2{
  color: black;
  font-size: 30px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-align: center;
}
 .card-holder{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
    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: #cc0100;
  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: white;
  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: white;
  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: flex;
  Column-gap: 32px;
}
  /* 30% OFF */
.section1{
  background-color: #35204B; 
  padding-top: 93px;
  padding-bottom: 93px;
  padding-left: 50px;
  padding-right: 50px;
}
.off-30 h1{
  font-size: 90px;
  font-family: "Jua", sans-serif;
  color: white;
  text-align: center;
  margin: 0em;
}
.decor{
  margin-bottom: 60px;
}
.decor p{
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: white;
}
.shop-button{
  background-color: #cc0100;
  width: 148px;
  height: 34px;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 4px;
}
.shop-button p{
  color: white;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 4px;
  display: block;
}


/* DEALS Card */
.Deals{
  background-color: #b797bd;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
}
.deals-title{
  color: black;
  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;
  overflow: scroll; /* Adds scrolling for overflow content */
  padding-left: 40px;
  padding-right: 40px;
}

/* 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: black;
  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;
}


/* IN SEASON CARD */
.In-Season{
  background-color: #f2ede3;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.In-season-title{
  margin-bottom: 10px;
}
.In-season-title h2{
  color: black;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
 .card-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.costume-card,
.costume-card2{
  width: 341px;
  height: 341px;
  border-radius: 48px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.costume-image img{
  width: 341px;
  height: 341px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 0px;
}
.costume-card-text{
  background-color: #cc0100;
  padding-top: 20px;
  padding-left: 32px;
  align-items: start;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.off-40 h1{
  color: white;
  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: 341px;
}
.off-40-descr p{
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px;
  padding-bottom: 30px;
}
}

@media(min-width: 1280px){
  .header-sections{
    display: flex;
    Column-gap: 32px;
  }
  /* 30% OFF */
  .section1{
    background-color: #35204B; 
    padding-top: 93px;
    padding-bottom: 93px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .off-30 h1{
    font-size: 90px;
    font-family: "Jua", sans-serif;
    color: white;
    text-align: center;
    margin: 0em;
  }
  .decor{
    margin-bottom: 60px;
  }
  .decor p{
    margin: 0px;
    text-align: center;
    font-size: 32px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: white;
  }
  .shop-button{
    background-color: #cc0100;
    width: 148px;
    height: 34px;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 4px;
  }
  .shop-button p{
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 4px;
    display: block;
  }


  /* DEALS Card */
  .Deals{
    background-color: #b797bd;
    padding-top: 8px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .deals-title{
    color: black;
    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;
    overflow: scroll; /* Adds scrolling for overflow content */
  }

  /* 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: black;
    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;
  }


  /* IN SEASON CARD */
  .In-Season{
    background-color: #f2ede3;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .In-season-title{
    margin-bottom: 10px;
  }
  .In-season-title h2{
    color: black;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }
  .card-holder{
    display: flex;
    flex-direction: column;
  }
  .costume-card,
  .costume-card2{
    width: 341px;
    height: 341px;
    border-radius: 48px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .costume-image img{
    width: 341px;
    height: 341px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0px;
  }
  .costume-card-text{
    background-color: #cc0100;
    padding-top: 20px;
    padding-left: 32px;
    align-items: start;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
  }
  .off-40 h1{
    color: white;
    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: 341px;
  }
  .off-40-descr p{
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px;
    padding-bottom: 30px;
  }
}
