body {
  font-family: 'Segoe UI', sans-serif;
}

.hero h1 {
  color: #000;
  letter-spacing: -1px;
}

.hero p {
  color: #000;
}

.menu-categories a:hover {
  border-bottom: 2px solid #000;
}

.header-container{
  padding: 50px;
}

.banner {
  padding: 5px 160px !important;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.category-card img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.category-label {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.bg-banner {
  background-color: #f96d00 !important;
}


.bg-orange-linear {
  background: linear-gradient(90deg, #f9791f 0%, #fa8e2c 100%);
}

.banner-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glass-content {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 60px;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  max-width: 80%;
}

.glass-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.glass-content a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  font-weight: 500;
  transition: 0.3s;
}

.glass-content a:hover {
  opacity: 0.8;
  border-color: #ddd;
}

.product-tabs .container {
  padding: 60px !important;
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  color: #000;
  position: relative;
}

.product-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.product-img img {
  width: 100%;
  border-radius: 12px;
}

.product-img .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.product-img .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
}

.product-img .favorite i {
  color: #000;
  font-size: 1rem;
}

.product-info {
  padding-top: 10px;
}

.product-info .title {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.product-info .price {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.9rem;
}

.product-info .old {
  text-decoration: line-through;
  color: #888;
  font-size: 0.8rem;
}

.product-info .discount {
  color: #fff;
  background: #f96d00;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.75rem;
}

.bg-orange {
  background-color: #FF603D;
}

.text-orange {
  color: #FF603D;
}

.btn-orange {
  background-color: #FF603D;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e94c2d;
  color: white;
}

.countdown .count {
  min-width: 45px;
}

.testimonials .img{
  border-radius: 32px;
}

.newsletter {
  margin: 80px !important;
  border-radius: 32px;

}
.newsletter .btn{
  border-radius: 12px;
  background: #FF603D;
  color: #FFFFFF;
}

/* Estilos para a seção de subcategorias */
.subcategory-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.subcategory-header {
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.subcategory-title {
  color: #495057;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.subcategory-category {
  color: #6c757d;
  font-size: 0.9rem;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.text-orange {
  color: #ff6633;
}

.partners{
  margin: 80px;
}

/* --- Login Page Custom Styles --- */
.login-page {
  position: relative;
  background: linear-gradient(135deg, #f96d00 0%, #FF603D 50%, #f9791f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  overflow-x: hidden; 
}
.login-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.65);
  z-index: 0;
}

.login-page .card {
  border-radius: 32px;
  overflow-x: hidden;
}

.login-page .card-body {
  padding: 2.5rem 2rem;
  /* Garantir que o conteúdo se ajuste adequadamente */
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.login-page h3 {
  color: #f96d00;
  font-weight: 700;
  margin-bottom: 2rem;
}

.login-page .form-label {
  color: #f96d00;
  font-weight: 500;
}

.login-page .form-control {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #f8f8fa;
  transition: border 0.2s;
}

.login-page .form-control:focus {
  border-color: #FF603D;
  box-shadow: 0 0 0 2px #f96d0055;
  background: #fff;
}

.login-page .btn-primary {
  background: linear-gradient(90deg, #f96d00 0%, #FF603D 50%, #f9791f 100%);
  border: none;
  border-radius: 24px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7rem 0;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px 0 rgba(249,109,0,0.10);
}

.login-page .btn-primary:hover {
  background: linear-gradient(90deg, #f9791f 0%, #FF603D 50%, #f96d00 100%);
  box-shadow: 0 4px 16px 0 rgba(255,96,61,0.15);
}

.login-page .btn-link {
  color: #f96d00;
  font-weight: 500;
  text-decoration: underline;
  border-radius: 16px;
  transition: background 0.2s;
}

.login-page .btn-link:hover {
  background: #fff3e6;
  color: #FF603D;
}

.login-page .alert-info {
  background: #fff3e6;
  color: #f96d00;
  border: none;
  border-radius: 16px;
}

.login-page .text-danger {
  color: #FF603D !important;
}

.login-page .text-center a {
  color: #f96d00;
  font-weight: 500;
  transition: color 0.2s;
}

.login-page .text-center a:hover {
  color: #FF603D;
}

/* --- Fim Login Page Custom Styles --- */

/* --- Login Card Flex Layout --- */
.login-card-flex {
  min-height: 400px;
  display: flex;
  border-radius: 32px;
  overflow: hidden;
  flex-wrap: wrap;

}
.login-logo-col {
  background: rgba(255,255,255,0.85);
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.login-logo-img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
@media (max-width: 767.98px) {
  .login-card-flex {
    flex-direction: column;
    border-radius: 24px;
  }
  .login-logo-col {
    border-radius: 24px 24px 0 0;
    min-height: 120px;
    padding: 24px 0;
  }
  /* Ajustes para mobile na página de login */
  .login-page {
    padding: 20px 0;
    min-height: 100vh;
    height: 100vh;
  }
  .login-page .card {
    max-height: calc(100vh - 40px);
  }
  .login-page .card-body {
    padding: 1.5rem 1rem;
    max-height: calc(100vh - 80px);
  }
}
/* --- Fim Login Card Flex Layout --- */

.btn-outline-orange {
  background-color: transparent;
  color: #FF603D;
  border: 2px solid #FF603D;
}

.btn-outline-orange:hover {
  background-color: #FF603D;
  color: white;
}

.hover-shadow {
  transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}
