* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: "";
  background-color: rgb(245, 245, 245);
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 64px;
}
body header h1 {
  text-align: center;
  color: rgb(9, 9, 121);
  background-color: "";
  font-size: 4rem;
  font-weight: 600;
  text-align: "";
  padding: 16px 0;
}
body header #navBar {
  border: 1px solid black;
  width: 100%;
  height: "";
  background-color: rgb(9, 9, 121);
  border-radius: 4px;
  padding: 16px 0;
  margin: 16px 0;
}
body header #navBar #divSearchBar {
  padding: 1rem 0;
  text-align: center;
}
body header #navBar #divSearchBar #searchString {
  border-radius: 4px;
  width: 30vw;
  height: "";
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
  padding: 4px;
}
body header #navBar #divSearchBar #sortBy {
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
  padding: 4px;
}
body header #navBar #divFilterCategories {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: white;
  background-color: "";
  font-size: 1.25rem;
  font-weight: 400;
  text-align: "";
}
body header #navBar #divFilterCategories button {
  width: "";
  height: min-content;
  color: white;
  background-color: rgb(9, 9, 121);
  border: 1px solid white;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: "";
}
body header #navBar #divFilterCategories button:hover {
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 34%, rgb(0, 212, 255) 100%);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: "";
}
body main #sectionArticle {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
body main #sectionArticle .divProduct {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: "";
  flex-wrap: "";
  min-width: 360px;
  min-height: 560px;
  width: calc((100% - 128px) / 3);
  height: "";
  color: "";
  background-color: white;
  border: none;
  box-shadow: 0 0 16px 0 black;
  padding: 8px 32px;
}
body main #sectionArticle .divProduct:hover {
  background: linear-gradient(to right, rgba(28, 168, 194, 0.5) 0%, rgba(232, 15, 0, 0.5) 50%);
}
body main #sectionArticle .divProduct:hover .divProductFooter .pFooterPrice {
  color: rgb(255, 215, 0);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: "";
}
body main #sectionArticle .divProduct .imgContainer {
  width: "";
  height: 80%;
  text-align: center;
}
body main #sectionArticle .divProduct .imgContainer .divImg {
  width: "";
  height: 250px;
  max-width: 100%;
}
body main #sectionArticle .divProduct .pProductDescription {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  min-height: 88px;
  width: "";
  height: auto;
  padding: 16px 0;
}
body main #sectionArticle .divProduct hr {
  margin: 1px;
  border: 1px solid grey;
  width: 100%;
  background-color: grey;
}
body main #sectionArticle .divProduct .divProductFooter {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: "";
  flex-wrap: wrap;
  width: 100%;
  height: "";
}
body main #sectionArticle .divProduct .divProductFooter .pFooterPrice {
  color: rgb(107, 197, 108);
  background-color: "";
  font-size: 2rem;
  font-weight: bold;
  text-align: "";
}
body main #sectionArticle .divProduct .divProductFooter .divProductButton {
  color: white;
  background-color: rgb(9, 9, 121);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}
body main #sectionArticle .divProduct .divProductFooter .divProductButton:hover {
  font-size: 150%;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 34%, rgb(0, 212, 255) 100%);
}

/*# sourceMappingURL=style.css.map */
