.content {
  display: flex;
  flex-direction: column;
  max-width: 72.5625rem;
  margin: 0 auto;
}

section nav ul {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

nav ul li {
  color: var(--c7);
  font-family: "Roboto";
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}

nav ul li a {
  color: var(--c7);
}

section nav ul li:last-child {
  font-weight: 700;
}

main h1 {
  color: var(--c10);
  font-family: "Roboto";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-card {
  max-width: 72.5625rem;
  border-radius: 0.5rem;
  background: var(--w);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 2.06rem;
  padding: 24px 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px 40px;
  margin-bottom: 60px;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 28.125rem;
  height: 18rem;
  object-fit: contain;
}

.product-company-info {
  margin-top: 0.87rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.product-company-info img {
  grid-column: 1;
  max-width: 50px;
  max-height: 30px;
}

.loja {
  display: flex;
  align-items: center;
}

.product-company-name {
  color: var(--c12);
  text-align: start;
  font-size: 1rem;
  margin-left: 0.94rem;
}

.created-at {
  color: var(--c6);
  font-size: 1.125rem;
  display: flex;
}

.product-pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 10px;
  margin-top: 1.75rem;
}

.product-pricing p:first-child {
  color: #848484;
  font-size: 1.125rem;
}

.product-pricing p:nth-child(2) {
  color: var(--p1-c);
  font-size: 2.5rem;
  font-weight: 700;
}

.product-pricing p:nth-child(3) {
  color: var(--p2-a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.desconto {
  text-decoration-line: strikethrough;
  text-decoration: line-through;
}

.product-pricing p:nth-child(-n + 3) {
  grid-column: 1;
}

/* .product-pricing p:nth-child(4) {
  color: var(--c7);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  grid-column: 2;
} */

.cupom {
  border: 1px dashed var(--c6);
  background: var(--c1);
  padding: 5px 10px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.cupom:hover {
  scale: 1.1;
}

.icon-cupom {
  padding-left: 20px;
}

.cupom-visible {
  visibility: visible;
}

.cupom-hidden {
  visibility: hidden;
}

/* .product-pricing div:nth-child(5) {
  border-radius: 0.5rem;
  width: 19.125rem;
  height: 1.875rem;
  border: 1px dashed var(--c6);
  background: var(--c1);
  align-items: center;
  justify-content: center;
} */

.product-pricing div:nth-child(5) p {
  color: var(--p3-b);
  font-weight: 400;
  font-size: 1.25rem;
}

.product-pricing button {
  border-radius: 0.5rem;
  border: none;
  background: linear-gradient(#ff3c2e, #b52628);
  color: var(--c1);
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: normal;
  padding: 10px 20px;
  grid-column: 2;
}

.align-right {
  display: flex;
  justify-content: right;
}

.product-pricing div:nth-child(5),
.product-pricing div:nth-child(6) {
  grid-column: 2;
}

/* PRODUTOS RELACIONADOS */
main h2 {
  color: var(--c11);
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 2.5rem;
}

.product-image-company {
  margin: 0 auto;
  position: relative;
}

.related-products {
  max-width: 72.375rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  grid-auto-flow: column;
}

.card {
  border-radius: 8px;
  border: 1px solid var(--c2, #ededed);
  margin-top: 1.5rem;
  max-width: 16.25rem;
  text-align: center;
  background-color: var(--w);
  padding: 0 0.75rem;
  font-size: 1.5em;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows:
    "logo"
    "product-image"
    "description"
    "pricing";
}

.product-sub-pricing {
  width: 13.5rem;
  margin: 0 auto;
  text-align: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-sub-pricing p {
  color: var(--c9);
  font-size: 1.125rem;
}

.product-sub-description {
  width: 13.5rem;
  text-align: start;
  margin: 0 auto;
  color: var(--c11);
  font-size: 1.125rem;
}

.logo-loja {
  position: absolute;
  top: 12%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.logo-loja img {
  border-radius: 50%;
}

.product-card h2 {
  color: var(--c10);
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.product-description-section {
  height: auto;
  background-color: #fea01a;
  grid-column: span 2;
  border-radius: 0.5rem;
  border: 1px solid var(--c4, #ccc);
  background: var(--c1, #f7f7f7);
  padding: 1rem;
}

.product-description-section p {
  color: var(--c12);
  font-family: "Roboto";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .product-card {
    max-width: 95%;
    min-width: 870px;
  }

  .product-pricing {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .product-pricing button {
    margin-top: 0.725rem;
  }

  .product-pricing div:nth-child(5) {
    margin-top: 0.725rem;
  }

  .product-pricing p:nth-child(4) {
    display: none;
  }

  section nav ul {
    display: flex;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    width: 95%;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }

  main h2 {
    width: 95%;
    margin: auto;
    margin-top: 1.5rem;
  }

  .related-products {
    width: 95%;
    margin: 0 auto;
  }

  .card {
    width: auto;
  }

  .card img:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 890px) {
  main h1 {
    font-size: 1rem;
    max-width: 100%;
    text-align: justify;
  }

  .product-card {
    max-width: 95%;
    min-width: 600px;
    padding: 1rem;
  }

  main h2 {
    font-size: 1.2rem;
  }

  section nav ul {
    max-width: 95%;
  }

  section nav ul li {
    font-size: 1.2rem;
  }

  .product-pricing button {
    width: 100%;
  }

  .product-pricing div:nth-child(5) {
    width: 100%;
  }

  .product-image img {
    width: 100%;
    height: auto;
  }

  .product-description {
    padding-right: 0.5rem;
  }

  .product-company-info {
    max-width: 100%;
    margin-top: 0.87rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
  }

  .product-sub-description {
    width: auto;
    font-size: 1rem;
  }

  .product-sub-pricing {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .logo-loja {
    width: 25px;
  }
}

@media screen and (max-width: 630px) {
  main h1 {
    font-size: 1rem;
    max-width: 100%;
    text-align: justify;
  }

  main h2 {
    margin-left: 3.5%;
    color: var(--c11);
    font-size: 1.2rem;
    font-weight: 400;
  }

  .product-card {
    max-width: 95%;
    max-height: 100%;
    min-width: auto;
    padding: 0 1rem 1rem;
    display: flex;
    flex-direction: column;
  }

  .product-image {
    width: 50%;
    margin: 0 auto;
  }

  section nav ul li {
    font-size: 1rem;
  }

  section nav ul {
    max-width: 95%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product-pricing p:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  main h2 {
    font-size: 1rem;
  }

  .card {
    width: 80%;
  }

  main h1 {
    font-size: 0.9rem;
  }

  .product-company-info {
    margin-top: 0.7rem;
  }

  .product-company-info img {
    grid-column: 1;
    border-radius: 50%;
    width: 80%;
  }

  .product-company-name {
    font-size: 1rem;
    margin-left: 0.3rem;
  }

  .product-pricing button {
    width: 250px;
  }

  .created-at {
    font-size: 1rem;
  }

  .product-pricing p:nth-child(2) {
    font-size: 1.5rem;
  }

  .product-pricing div:nth-child(5) {
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
  }

  .cupom {
    margin-top: 1rem;
  }

  .product-pricing p:first-child {
    color: #848484;
    font-size: 1rem;
    margin-top: 0px;
  }
}

@media screen and (max-width: 300px) {
  .product-company-info {
    display: none;
  }

  .product-pricing button {
    width: 100%;
  }

  .slick-slide {
    margin-right: 0.5rem;
  }
}

.document-container {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
}

.document-container h2 {
  margin-left: 0.5rem;
}
