.mini-cart-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.mini-cart-item:hover {
  background-color: #f8f9fa;
}

.mini-cart-item:last-child {
  border-bottom: none;
}

.mini-cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.mini-cart-item .text-end img {
  height: 18px;
  width: 18px;
}

.mini-cart-item-details h6 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #333;
}

.mini-cart-item-details .text-muted {
  font-size: 12px;
}

.mini-cart-item-price {
  font-weight: 600;
  color: #d4af37;
  font-size: 14px;
}

.mini-cart-remove {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.mini-cart-remove:hover {
  background-color: #dc3545;
  color: white;
}

.bundle-indicator {
  background: linear-gradient(45deg, #d4af37, #f4d03f);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.offcanvas-body::-webkit-scrollbar {
  width: 6px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 3px;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #b8941f;
}

/* Bundle contents styling */
.bundle-contents {
  margin-top: 8px;
  padding-left: 20px;
  border-left: 2px solid #d4af37;
}

.bundle-contents small {
  display: block;
  margin-bottom: 4px;
}

.header-action.cart-link {
  position: relative;
}

.header-action.cart-link .etinet-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  border-radius: 100%;
  background: var(--oro, #dbab60);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
  padding: 3px;
  height: 14px;
  width: 14px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

#offcanvasCart .btn-avorio {
  border: 1px solid #fff;
  background: #f5f5f5;
  color: var(--oro);
}

#offcanvasCart .btn-avorio:hover {
  border: 1px solid var(--oro);
  background: #f5f5f5;
  color: var(--oro);
}
