
.tema-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
}

.theme-without-project {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  background: #E8E8E8;
  padding: 2rem;
  gap: 7rem;
}

.theme-without-project, .tema-container {
  position: sticky;
  top: 6rem;
}

.theme-without-project-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.theme-without-project-title h2,
.theme-without-project-title i {
  background: linear-gradient(to right, #2A2A2A, #7C7C7C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-without-project-title i {
  font-size: 46px !important;
}

.theme-without-project-title h2 {
  font-weight: bold;
  font-size: 24px;
}

.theme-without-project .btn-carrinho {
  font-weight: bold;
}

.descricao {
  font-family: 'Open Sans', sans-serif !important;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 1rem; 
  width: 60%;
  text-align: start;
  margin-right: 2rem;
}

.descricao h3 {
  background: linear-gradient(to right, #1B5580, #2793E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}

.descricao h4 {
  color: #212121;
  font-size: 28px;
  font-weight: bold;
}

.descricao p {
  color: #484848;
  font-size: 16px;
}

.botao-container {
  background-color: #FFFFFF;
  width: 465px;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}


.btn-carrinho {
  background-color: #2793E1;
  padding: 0.8rem 8rem;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}


.bodyBoxContainer {
  max-width: 90%;
  margin: 0 auto;
}

.exclusive-release {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 24px 16px;
  background-color: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.exclusive-release-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

.exclusive-release-container img {
  max-height: 150px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.exclusive-release-description {
  margin-left: 32px;
  text-align: left;
}

.emoji-text-exclusive-release {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.emoji-text-exclusive-release span {
  font-size: 26px;
}

.emoji-text-exclusive-release h1 {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  background: linear-gradient(to right, #2A2A2A, #7C7C7C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exclusive-release-description h2 {
  background: linear-gradient(to right, #1B5580, #2793E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}

.exclusive-release-description p {
  color: #212121;
  font-size: 16px;
}

.exclusive-release-price {
  display: flex;
  flex-direction: column;
  margin-left: 64px;
  text-align: left;
}

.exclusive-release-price .regular-price {
  color:rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-decoration: line-through;
}

.exclusive-release-price .sale-price-container {
  display: flex;
  align-items: end;
  gap: 5px;
}

.sale-price-container .sale-price {
  color: #36AE22;
  font-size: 32px;
  font-weight: bold;
}

.sale-price-container p + p {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}


@media (max-width: 1024px) {
  .tema-container {
    gap: 10px;
  }

  .descricao {
    margin-right: 0;
    padding-bottom: 0;
  }

  .descricao h3 {
    font-size: 24px;
  }

  .descricao h4 {
    font-size: 22px;
  }

  .descricao p {
    font-size: 14px;
    max-width: 70%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .theme-without-project {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 1rem;
  }

  .theme-without-project-title {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
  }

  .theme-without-project-title i {
    font-size: 16px;
  }

  .theme-without-project-title h2 {
    font-size: 14px;
  }

  .theme-without-project .btn-carrinho {
    padding: 0.8rem 4rem;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .tema-container {
    flex-direction: column;
  }

  .descricao {
    width: 100%;
    margin-right: 0;
  }

  .descricao h3 {
    font-size: 24px;
  }

  .descricao h4 {
    font-size: 22px;
  }

  .descricao p {
    font-size: 14px;
    max-width: 70%;
  }

  .botao-container {
    width: 100%;
  }

  .btn-carrinho {
    width: 100%;
    padding: 0.8rem 4rem;
  }

  .exclusive-release-container {
    flex-direction: column;
  }
  
  .exclusive-release-container img {
    display: none;
  }

  .exclusive-release-description {
    margin-left: 0;
  }

  .exclusive-release-description h1 {
    font-size: 24px;
  }

  .exclusive-release-description h2 {
    font-size: 22px;
  }

  .exclusive-release-description p {
    font-size: 14px;
  }

  .exclusive-release-price {
    width: 100%;
    margin-left: 0;
  }

  .exclusive-release-price .regular-price {
    font-size: 11px;
  }

  .exclusive-release-price .sale-price-container {
    gap: 2px;
  }

  .sale-price-container .sale-price {
    font-size: 22px;
  }

  .sale-price-container p + p {
    font-size: 11px;
  }

  .exclusive-release-price p {
    margin: 0;
  }
}