.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.product-carousel {
  position: relative;
  overflow: hidden;
}

.care-section {
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
}

.care-title {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 2rem;
  color: #333;
  font-weight: 600;
}

.care-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.care-item {
  background-color: #f8fbff;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.care-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.care-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.care-name {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: #222;
}

.care-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .care-section {
    padding: 1.25rem;
  }

  .care-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .care-section {
    padding: 1.25rem;
  }

  .care-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .care-section {
    padding: 1rem;
    margin: 1rem;
    width: auto;
  }

  .care-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .care-item {
    padding: 1.25rem;
  }

  .care-icon {
    font-size: 2.25rem;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .care-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .care-item {
    padding: 1rem;
  }

  .care-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .care-name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .care-desc {
    font-size: 0.875rem;
  }
}
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.product-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 767.98px) {
  .product-img {
    height: auto;
  }
}

.product-img.active {
  opacity: 1;
  position: relative;
}

.nav-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.nav-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 0.5px solid #ddd;
  transition: all 0.3s ease;
}

.nav-arrow:hover {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.nav-arrow i {
  font-size: 1.25rem;
  color: #333;
}

.nav-prev {
  position: absolute;
  left: 10px;
}

.nav-next {
  position: absolute;
  right: 10px;
}

.img-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.img-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.img-dot.active {
  background-color: #333;
}
.product-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111827;
}
.rating {
  color: #ffc107;
  margin-right: 5px;
}
.review-count {
  color: #6c757d;
  font-size: 0.9rem;
}
.info-label {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 5px;
}
.info-value {
  font-weight: 400;
  margin-bottom: 15px;
  color: #111827;
}
.price {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #111827;
}
.currency {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: normal;
}
.quantity-control {
  display: flex;
  align-items: center;
  max-width: 120px;
  margin-bottom: 15px;
}
.quantity-btn {
  width: 32px;
  height: 32px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quantity-input {
  width: 50px;
  text-align: center;
  border: 1px solid #dee2e6;
  height: 32px;
}
.stock-info {
  color: #28a745;
  font-size: 0.9rem;
  margin-left: 10px;
  margin-top: 6px;
}
.add-cart-btn {
  background-color: #00a65a;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}
.seller-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
.seller-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.seller-feedback {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.seller-btn {
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #333;
  padding: 6px 12px;
  font-size: 0.9rem;
  margin-right: 5px;

  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.seller-btn:hover {
  background-color: #00a65a;
  color: white;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #495057;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  font-weight: 500;
  border-bottom: 1px solid #444;
}

/* Care items styling */
.care-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.care-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.care-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #198754;
}

.care-name {
  font-weight: 500;
  margin-bottom: 8px;
}

.care-desc {
  font-size: 14px;
  color: #6c757d;
}

/* Tab content transition */
.tab-pane {
  transition: opacity 0.3s ease-in-out;
}

.tab-pane.fade {
  opacity: 0;
}

.tab-pane.fade.show {
  opacity: 1;
}
.care-section {
  margin-top: 30px;
}
.care-title {
  font-weight: 400;
  margin-bottom: 20px;
  color: #111827;
}
.care-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.care-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.care-name {
  font-weight: 600;
  margin-bottom: 5px;
}

h4 {
  color: #111827;
  font-weight: 400;
}
.care-desc {
  font-size: 0.9rem;
  color: #6c757d;
  height: 50px;
}
.light-icon {
  color: #ffc107;
}
.temp-icon {
  color: #dc3545;
}
.water-icon {
  color: #0dcaf0;
}
.humidity-icon {
  color: #6c757d;
}
/* Responsive tweaks for small phones */
@media (max-width: 400px) {
  .card {
    padding: 15px;
  }

  .title {
    font-size: 15px;
  }

  .description {
    font-size: 13px;
  }
}

button {
  all: unset;
}
