/**
 * Main SASS file for Astra Child Theme
 */
/**
 * SASS Variables
 */
/**
 * Vehicles Component Styles
 */
.vehicle-overview-image {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1600px) {
  .vehicle-overview-image {
    margin-bottom: 0;
    object-fit: unset;
    height: auto !important;
  }
}

.vehicle-overview-title {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 12px;
  color: black;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  .vehicle-overview-title {
    margin-top: 2em;
  }
}

.vehicles-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 80px 15px;
}
.vehicles-container * {
  font-family: "Poppins", sans-serif !important;
}

.vehicle-filters {
  display: flex;
  gap: 16px;
  justify-content: end;
}
.vehicle-filters > select {
  padding: 5px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .vehicle-filters {
    flex-direction: column;
    gap: 8px;
  }
}

.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 15px;
}
@media (max-width: 992px) {
  .vehicles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .vehicles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.vehicle-card {
  border-radius: 4px;
}

.vehicle-cta {
  background-color: #AE8D3D;
  color: white;
  padding: 6px 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-top: 20px;
}
.vehicle-cta:hover {
  color: white;
  background-color: rgb(136.2382978723, 110.4, 47.7617021277);
}

.vehicle-image {
  height: 350px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 1400px) {
  .vehicle-image {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .vehicle-image {
    height: auto;
  }
}
.vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vehicle-image .no-image {
  color: #999;
  font-style: italic;
}

.vehicle-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.vehicle-title {
  font-size: 1.5rem;
  color: #AE8D3D !important;
  font-weight: 600;
}

.vehicle-info {
  margin-bottom: 15px;
}
.vehicle-info p {
  margin: 5px 0;
  color: #666;
}
.vehicle-info .vehicle-price {
  font-weight: bold;
  color: #AE8D3D !important;
  font-size: 1.2rem;
}

.vehicle-description {
  margin-bottom: 15px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.vehicle-meta {
  padding-top: 15px;
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
}
.vehicle-meta__item {
  display: flex;
}
.vehicle-meta__item > div {
  flex: 1;
}

.no-vehicles {
  text-align: center;
  padding: 50px;
  color: #666;
  font-style: italic;
}

.load-more-container {
  text-align: center;
  margin-top: 50px;
}
.load-more-container button {
  background-color: #AE8D3D;
  color: white;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.load-more-container button:hover {
  background-color: rgb(136.2382978723, 110.4, 47.7617021277);
}

.vehicle-item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 640px) {
  body .gotrgf_summary_wrapper {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
