/* Estilos exclusivos para a página de produtos */
#produtos-hero {
  height: 50vh;
  background: linear-gradient(to right, #000001, #6322F6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

#produtos-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

#produtos-hero nav {
  font-size: 1rem;
}

#produtos-hero a {
  text-decoration: none;
}

/* Texto informativo */
#produtos-info {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  #produtos-info {
    padding: 2rem 1rem;
  }
}

/* Título "COMPRE ROBUX" */
.custom-produtos-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

/* Texto informativo */
#produtos-info .informative-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(75, 79, 88);
  font-size: 15px;
  line-height: 25px;
}

/* Estilo padrão do contador */
.view-counter {
  background-color: #e0f2ff;
  padding: 15px 30px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.view-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.view-text.no-wrap {
  white-space: nowrap;
}

/* Responsividade para telas menores */
@media (max-width: 480px) {
  .view-counter {
    max-width: 100%;
    margin: 10px auto;
    padding: 5px 10px;
  }
  .view-text {
    font-size: 12px;
    gap: 2px;
  }
}

@media (max-width: 375px) {
  .view-counter {
    margin: 5px auto;
    padding: 3px 7px;
  }
  .view-text {
    font-size: 10px;
    gap: 1px;
  }
}

#viewer-count {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
  margin-left: 5px;
}

/* Estilização para os cards de produtos */
#produtos-grid .card {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 2px;
}

#produtos-grid .card-img-top {
  width: auto !important;
  max-width: none !important;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#produtos-grid .card-body {
  padding: 5px;
}

#produtos-grid .card-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

#produtos-grid .card-text {
  font-size: 14px;
  margin-bottom: 10px;
}

#produtos-grid .btn {
  font-size: 15px;
  padding: 10px 25px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 20px;
  background-color: #73DA6F !important;
  border-radius: 10px !important;
  border: none;
  color: #fff !important;
}

/* Discount badge */
#produtos-grid .img-container {
  position: relative;
}
#produtos-grid .discount-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* Responsividade para o discount badge */
@media (min-width: 992px) {
  #produtos-grid .discount-badge {
    padding: 2px 6px;
    font-size: 10px;
    bottom: 8px;
  }
}
@media (max-width: 480px) {
  #produtos-grid .discount-badge {
    padding: 2px 5px;
    font-size: 10px;
    bottom: 8px;
  }
}
@media (max-width: 375px) {
  #produtos-grid .discount-badge {
    padding: 1px 4px;
    font-size: 9px;
    bottom: 6px;
  }
}

/* Estilo para o preço antigo */
#produtos-grid .card-text small.old-price {
  color: #E69292;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

/* Estilos para o modal Premium Offer */
.modal.premium-offer-modal .modal-content {
  background: linear-gradient(to right, #0C0B28, #6322F6);
  color: #fff;
  border: none;
  height: 100vh;
}
.modal.premium-offer-modal .modal-header {
  border-bottom: none;
}
.premium-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.modal.premium-offer-modal .modal-body {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium-offer-container {
  width: 100%;
}
.premium-image img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.premium-price {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.premium-price s {
  color: #E69292;
  font-size: 1.25rem;
}
.premium-price span {
  color: #1FC617;
  font-weight: 700;
}
.premium-benefits li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.premium-benefits li i {
  margin-right: 0.5rem;
}
.premium-callout {
  margin-top: 1rem;
  font-size: 1rem;
}
.modal.premium-offer-modal .modal-footer {
  padding: 1rem;
}
.premium-btn-primary {
  background-color: #73DA6F;
  border: none;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
}
.premium-btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .modal.premium-offer-modal .modal-body {
    padding: 1.5rem;
  }
  .premium-title {
    font-size: 1.5rem;
  }
  .premium-price {
    font-size: 1.5rem;
  }
  .premium-benefits li {
    font-size: 0.9rem;
  }
  .premium-callout {
    font-size: 0.9rem;
  }
  .premium-btn-primary,
  .premium-btn-secondary {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

/* Responsividade para imagens dos cards em dispositivos móveis */
@media (max-width: 768px) {
  #produtos-grid .card-img-top {
    width: 100% !important;
    max-width: 100% !important;
  }
} 