:root {
  --primary-color: #020202;
  --secondary-color: #e67817;
  --text-color: #333;
}

body {
  font-family: "Arial", sans-serif;
  color: var(--text-color);
  padding-top: 80px; /* Reduced from 140px */
}

.navbar {
  padding: 0;
  background-color: var(--primary-color);
}

.contact-buttons .btn {
  background-color: #66aeb3;
  border-color: #66aeb3;
  color: white;
  margin: 5px;
}

.contact-buttons .btn:hover {
  background-color: #5599a3;
  border-color: #5599a3;
}

.price {
  font-size: 1.2rem;
  color: var(--secondary-color);
}

.product-table .price {
  white-space: nowrap;
}

.product-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card .product-image {
  border-radius: 4px 0 0 4px;
}

.product-image-row {
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card .product-image-row {
  border-radius: 4px 0 0 4px;
}

/* Add responsive styles */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: var(--primary-color);
    padding: 1rem;
  }

  .contact-buttons {
    margin-left: 0; /* Reset margin for mobile */
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .contact-buttons .btn {
    width: 100%;
    margin: 5px 0;
  }

  .search-form {
    width: 100%;
    margin: 10px 0;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-item.ms-lg-auto {
    margin: 10px 0;
  }
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.bottom-footer {
  background-color: #101010 !important;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
}

.map-container iframe {
  display: block;
}

.store-card address {
  font-style: normal;
  line-height: 1.5;
}

.nav-item .nav-link i {
  font-size: 0.9em;
}

/* Add responsive styles */
/*Imagem logo*/
.logo {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: block;
}

nav {
  padding: 8px !important;
}

.contact-buttons {
  font-size: 0.8rem;
}


.btn-admin {
  background: transparent !important;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.partnerships-section img {
  opacity: 0.7;
  transition: all 0.3s ease;

  object-fit: contain;
}

.partnerships-section img:hover {
  filter: grayscale(0);
  opacity: 1;
}

#partnersCarousel {
  padding: 20px 0;
}

#partnersCarousel .carousel-item {
  padding: 20px 0;
}
